Searched refs:real_compare (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | real.h | 149 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))
|
| D | real.c | 1085 real_compare (icode, op0, op1) in real_compare() function
|
| D | ChangeLog | 13041 (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | real.h | 187 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))
|
| D | dfp.c | 642 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()
|
| D | real.c | 1067 real_compare (int icode, const REAL_VALUE_TYPE *op0, in real_compare() function
|
| D | c-common.c | 2508 return real_compare (NE_EXPR, &TREE_REAL_CST (expr), &dconst0) in c_common_truthvalue_conversion()
|
| D | builtins.c | 8744 return real_compare (GT_EXPR, &r, &dconst0) in fold_builtin_classify()
|
| D | fold-const.c | 13120 return constant_boolean_node (real_compare (code, c0, c1), type); in fold_relational_const()
|
| /openbsd/src/gnu/usr.bin/gcc/contrib/ |
| D | paranoia.cc | 375 ret = real_compare (code, &ai, &bi); in cmp()
|