Home
last modified time | relevance | path

Searched refs:REAL_VALUE_ISNAN (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dlex.h176 #define REAL_VALUE_ISNAN(VALUE) 0 macro
Dlex.c863 if (REAL_VALUE_ISINF (value) || REAL_VALUE_ISNAN (value))
DChangeLog12021 REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreal.h252 #define REAL_VALUE_ISNAN(x) real_isnan (&(x)) macro
Dprint-tree.c130 else if (REAL_VALUE_ISNAN (d))
684 else if (REAL_VALUE_ISNAN (d))
Dfold-const.c1247 if (REAL_VALUE_ISNAN (d1))
1249 else if (REAL_VALUE_ISNAN (d2))
1584 if (REAL_VALUE_ISNAN (x))
1610 if (REAL_VALUE_ISNAN (TREE_REAL_CST (arg1)))
6691 if (REAL_VALUE_ISNAN (TREE_REAL_CST (arg0))
6692 || REAL_VALUE_ISNAN (TREE_REAL_CST (arg1)))
Dsimplify-rtx.c2047 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1))
DChangeLog.715050 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
/openbsd/src/gnu/gcc/gcc/
Dreal.h293 #define REAL_VALUE_ISNAN(x) real_isnan (&(x)) macro
Dprint-tree.c142 else if (REAL_VALUE_ISNAN (d)) in print_node_brief()
713 else if (REAL_VALUE_ISNAN (d)) in print_node()
Dsimplify-rtx.c1297 if (REAL_VALUE_ISNAN (x)) in simplify_const_unary_operation()
1342 if (REAL_VALUE_ISNAN (x) || REAL_VALUE_NEGATIVE (x)) in simplify_const_unary_operation()
2794 && (REAL_VALUE_ISNAN (f0) || REAL_VALUE_ISNAN (f1))) in simplify_const_binary_operation()
3776 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1)) in simplify_const_relational_operation()
Dfold-const.c1750 && (REAL_VALUE_ISNAN (d1) || REAL_VALUE_ISNAN (d2))) in const_binop()
1762 if (REAL_VALUE_ISNAN (d1)) in const_binop()
1764 else if (REAL_VALUE_ISNAN (d2)) in const_binop()
2019 if (REAL_VALUE_ISNAN (r)) in fold_convert_const_int_from_real()
8095 if (REAL_VALUE_ISNAN (cst) in fold_comparison()
11325 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg0)) in fold_binary()
11336 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg1)) in fold_binary()
Dbuiltins.c7340 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_floor()
7371 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_ceil()
7402 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_round()
7433 if (! REAL_VALUE_ISNAN (x) && ! REAL_VALUE_ISINF (x)) in fold_builtin_int_roundingfn()
Dtree-pretty-print.c755 else if (REAL_VALUE_ISNAN (d)) in dump_generic_node()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi8250 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi8638 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})
Dgccint.info26872 -- Macro: int REAL_VALUE_ISNAN (REAL_VALUE_TYPE X)
33349 * REAL_VALUE_ISNAN: Floating Point. (line 62)