Home
last modified time | relevance | path

Searched refs:real_compare (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreal.h149 extern bool real_compare PARAMS ((int, const REAL_VALUE_TYPE *,
245 #define REAL_VALUES_EQUAL(x, y) real_compare (EQ_EXPR, &(x), &(y))
246 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y))
Dreal.c1085 real_compare (icode, op0, op1) in real_compare() function
DChangeLog13041 (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
/openbsd/src/gnu/gcc/gcc/
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))
Ddfp.c642 else if (real_compare (UNLT_EXPR, op0, op1)) in decimal_real_arithmetic()
651 else if (real_compare (LT_EXPR, op0, op1)) in decimal_real_arithmetic()
Dreal.c1067 real_compare (int icode, const REAL_VALUE_TYPE *op0, in real_compare() function
Dc-common.c2508 return real_compare (NE_EXPR, &TREE_REAL_CST (expr), &dconst0) in c_common_truthvalue_conversion()
Dbuiltins.c8744 return real_compare (GT_EXPR, &r, &dconst0) in fold_builtin_classify()
Dfold-const.c13120 return constant_boolean_node (real_compare (code, c0, c1), type); in fold_relational_const()
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dparanoia.cc375 ret = real_compare (code, &ai, &bi); in cmp()