Searched refs:bf_cmp_eq (Results 1 – 3 of 3) sorted by relevance
267 static inline int bf_cmp_eq(const bf_t *a, const bf_t *b) in bf_cmp_eq() function
4559 if (bf_cmp_eq(a, T)) { in bf_log()4729 if (bf_cmp_eq(T, r)) { in bf_pow()
10890 res = bf_cmp_eq(&a, &p->num); in JS_ToArrayLengthFree()13492 res = bf_cmp_eq(a, b); /* if NaN return false */ in js_compare_bigfloat()14428 res = bf_cmp_eq(a, b); in js_strict_eq2()14453 res = bf_cmp_eq(a, b); in js_strict_eq2()
Completed in 106 milliseconds