Searched refs:REAL_VALUE_ISINF (Results 1 – 19 of 19) sorted by relevance
111 else if (REAL_VALUE_ISINF (VALUE)) \131 do { if (REAL_VALUE_ISINF (VALUE)) \
198 else if (REAL_VALUE_ISINF (VALUE)) \218 do { if (REAL_VALUE_ISINF (VALUE)) \
175 #define REAL_VALUE_ISINF(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
249 #define REAL_VALUE_ISINF(x) real_isinf (&(x)) macro
128 if (REAL_VALUE_ISINF (d))682 if (REAL_VALUE_ISINF (d))
940 if (REAL_VALUE_ISINF (real) && pedantic)
15050 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
290 #define REAL_VALUE_ISINF(x) real_isinf (&(x)) macro
140 if (REAL_VALUE_ISINF (d)) in print_node_brief()711 if (REAL_VALUE_ISINF (d)) in print_node()
2804 && REAL_VALUE_ISINF (f0) && REAL_VALUE_ISINF (f1)) in simplify_const_binary_operation()2831 && ((REAL_VALUE_ISINF (f0) && REAL_VALUES_EQUAL (f1, dconst0)) in simplify_const_binary_operation()2832 || (REAL_VALUE_ISINF (f1) in simplify_const_binary_operation()2846 && REAL_VALUE_ISINF (result) in simplify_const_binary_operation()2847 && !REAL_VALUE_ISINF (f0) in simplify_const_binary_operation()2848 && !REAL_VALUE_ISINF (f1)) in simplify_const_binary_operation()
694 if (REAL_VALUE_ISINF (real) && pedantic) in interpret_float()
1774 && REAL_VALUE_ISINF (result) in const_binop()1775 && !REAL_VALUE_ISINF (d1) in const_binop()1776 && !REAL_VALUE_ISINF (d2)) in const_binop()6118 if (REAL_VALUE_ISINF (c2)) in fold_mathfn_compare()6141 if (REAL_VALUE_ISINF (c2)) in fold_mathfn_compare()8103 if (REAL_VALUE_ISINF (cst)) in fold_comparison()
753 if (REAL_VALUE_ISINF (d)) in dump_generic_node()
7433 if (! REAL_VALUE_ISNAN (x) && ! REAL_VALUE_ISINF (x)) in fold_builtin_int_roundingfn()
8246 @deftypefn Macro int REAL_VALUE_ISINF (REAL_VALUE_TYPE @var{x})
8634 @deftypefn Macro int REAL_VALUE_ISINF (REAL_VALUE_TYPE @var{x})
26869 -- Macro: int REAL_VALUE_ISINF (REAL_VALUE_TYPE X)33348 * REAL_VALUE_ISINF: Floating Point. (line 59)