Home
last modified time | relevance | path

Searched refs:bf_cmp_eq (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dlibbf.h267 static inline int bf_cmp_eq(const bf_t *a, const bf_t *b) in bf_cmp_eq() function
Dlibbf.c4559 if (bf_cmp_eq(a, T)) { in bf_log()
4729 if (bf_cmp_eq(T, r)) { in bf_pow()
Dquickjs.c11033 res = bf_cmp_eq(&a, &p->num); in JS_ToArrayLengthFree()
13718 res = bf_cmp_eq(a, b); /* if NaN return false */ in js_compare_bigfloat()
14684 res = bf_cmp_eq(a, b); in js_strict_eq2()
14711 res = bf_cmp_eq(a, b); in js_strict_eq2()