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

Function __bf_add

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

Source from the content-addressed store, hash-verified

1027}
1028
1029static int __bf_add(bf_t *r, const bf_t *a, const bf_t *b, limb_t prec,
1030 bf_flags_t flags)
1031{
1032 return bf_add_internal(r, a, b, prec, flags, 0);
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)

Callers

nothing calls this directly

Calls 1

bf_add_internalFunction · 0.85

Tested by

no test coverage detected