Home
last modified time | relevance | path

Searched refs:REAL_VALUE_ISINF (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dsun2o4.h111 else if (REAL_VALUE_ISINF (VALUE)) \
131 do { if (REAL_VALUE_ISINF (VALUE)) \
Dsun3.h198 else if (REAL_VALUE_ISINF (VALUE)) \
218 do { if (REAL_VALUE_ISINF (VALUE)) \
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dlex.h175 #define REAL_VALUE_ISINF(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.h249 #define REAL_VALUE_ISINF(x) real_isinf (&(x)) macro
Dprint-tree.c128 if (REAL_VALUE_ISINF (d))
682 if (REAL_VALUE_ISINF (d))
Dc-lex.c940 if (REAL_VALUE_ISINF (real) && pedantic)
DChangeLog.715050 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
/openbsd/src/gnu/gcc/gcc/
Dreal.h290 #define REAL_VALUE_ISINF(x) real_isinf (&(x)) macro
Dprint-tree.c140 if (REAL_VALUE_ISINF (d)) in print_node_brief()
711 if (REAL_VALUE_ISINF (d)) in print_node()
Dsimplify-rtx.c2804 && 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()
Dc-lex.c694 if (REAL_VALUE_ISINF (real) && pedantic) in interpret_float()
Dfold-const.c1774 && 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()
Dtree-pretty-print.c753 if (REAL_VALUE_ISINF (d)) in dump_generic_node()
Dbuiltins.c7433 if (! REAL_VALUE_ISNAN (x) && ! REAL_VALUE_ISINF (x)) in fold_builtin_int_roundingfn()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi8246 @deftypefn Macro int REAL_VALUE_ISINF (REAL_VALUE_TYPE @var{x})
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi8634 @deftypefn Macro int REAL_VALUE_ISINF (REAL_VALUE_TYPE @var{x})
Dgccint.info26869 -- Macro: int REAL_VALUE_ISINF (REAL_VALUE_TYPE X)
33348 * REAL_VALUE_ISINF: Floating Point. (line 59)