Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDreal.h293 #define REAL_VALUE_ISNAN(x) real_isnan (&(x)) macro
HDprint-tree.c142 else if (REAL_VALUE_ISNAN (d)) in print_node_brief()
715 else if (REAL_VALUE_ISNAN (d)) in print_node()
HDsimplify-rtx.c1301 if (REAL_VALUE_ISNAN (x)) in simplify_const_unary_operation()
1346 if (REAL_VALUE_ISNAN (x) || REAL_VALUE_NEGATIVE (x)) in simplify_const_unary_operation()
2798 && (REAL_VALUE_ISNAN (f0) || REAL_VALUE_ISNAN (f1))) in simplify_const_binary_operation()
3780 if (REAL_VALUE_ISNAN (d0) || REAL_VALUE_ISNAN (d1)) in simplify_const_relational_operation()
HDfold-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()
8111 if (REAL_VALUE_ISNAN (cst) in fold_comparison()
11346 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg0)) in fold_binary()
11357 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg1)) in fold_binary()
HDbuiltins.c7347 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_floor()
7378 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_ceil()
7409 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_round()
7440 if (! REAL_VALUE_ISNAN (x) && ! REAL_VALUE_ISINF (x)) in fold_builtin_int_roundingfn()
HDtree-pretty-print.c755 else if (REAL_VALUE_ISNAN (d)) in dump_generic_node()
HDChangeLog-200229497 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
/trueos/contrib/gcc/doc/
HDtm.texi8586 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})