Searched refs:FLOAT_GE (Results 1 – 3 of 3) sorted by relevance
69 #define FLOAT_GE(x1,x2) soft_cmp_ge(x1, x2) macro89 #define FLOAT_GE(x1,x2) ((x1)->fp >= (x2)->fp) macro
332 n = FLOAT_GE(D(l->n_dcon), D(r->n_dcon)); in buildtree()
340 n = FLOAT_GE(l->n_dcon, r->n_dcon); in buildtree()