Searched refs:real_compare (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dbuiltins.c8824 return real_compare (GT_EXPR, &r, &dconst0)
H A Dc-common.c2599 return real_compare (NE_EXPR, &TREE_REAL_CST (expr), &dconst0)
H A Ddfp.c642 else if (real_compare (UNLT_EXPR, op0, op1))
651 else if (real_compare (LT_EXPR, op0, op1))
H A Dfold-const.c13178 return constant_boolean_node (real_compare (code, c0, c1), type);
H A Dreal.c1070 real_compare (int icode, const REAL_VALUE_TYPE *op0,
1067 real_compare (int icode, const REAL_VALUE_TYPE *op0, function
H A Dreal.h187 extern bool real_compare (int, const REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *);
286 #define REAL_VALUES_EQUAL(x, y) real_compare (EQ_EXPR, &(x), &(y))
287 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y))

Completed in 208 milliseconds