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

Function bf_cmp_lt

third-party/quickjs/include/quickjs/libbf.h:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277static inline int bf_cmp_lt(const bf_t *a, const bf_t *b)
278{
279 return bf_cmp(a, b) < 0;
280}
281
282int bf_add(bf_t *r, const bf_t *a, const bf_t *b, limb_t prec, bf_flags_t flags);
283int bf_sub(bf_t *r, const bf_t *a, const bf_t *b, limb_t prec, bf_flags_t flags);

Callers 2

bf_log_internalFunction · 0.85

Calls 1

bf_cmpFunction · 0.85

Tested by

no test coverage detected