Searched refs:REAL_VALUE_ISNAN (Results 1 – 17 of 17) sorted by relevance
176 #define REAL_VALUE_ISNAN(VALUE) 0 macro
863 if (REAL_VALUE_ISINF (value) || REAL_VALUE_ISNAN (value))
12021 REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
252 #define REAL_VALUE_ISNAN(x) real_isnan (&(x)) macro
130 else if (REAL_VALUE_ISNAN (d))684 else if (REAL_VALUE_ISNAN (d))
1247 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)))
2047 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1))
15050 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
293 #define REAL_VALUE_ISNAN(x) real_isnan (&(x)) macro
142 else if (REAL_VALUE_ISNAN (d)) in print_node_brief()713 else if (REAL_VALUE_ISNAN (d)) in print_node()
1297 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()
1750 && (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()
7340 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()
755 else if (REAL_VALUE_ISNAN (d)) in dump_generic_node()
8250 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})
8638 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})
26872 -- Macro: int REAL_VALUE_ISNAN (REAL_VALUE_TYPE X)33349 * REAL_VALUE_ISNAN: Floating Point. (line 62)