MCPcopy Create free account
hub / github.com/Snapchat/Valdi / __bf_sub

Function __bf_sub

third-party/quickjs/src/quickjs/libbf.c:1035–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035static int __bf_sub(bf_t *r, const bf_t *a, const bf_t *b, limb_t prec,
1036 bf_flags_t flags)
1037{
1038 return bf_add_internal(r, a, b, prec, flags, 1);
1039}
1040
1041limb_t mp_add(limb_t *res, const limb_t *op1, const limb_t *op2,
1042 limb_t n, limb_t carry)

Callers

nothing calls this directly

Calls 1

bf_add_internalFunction · 0.85

Tested by

no test coverage detected