Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/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()
715 else if (REAL_VALUE_ISNAN (d)) in print_node()
Dsimplify-rtx.c1298 if (REAL_VALUE_ISNAN (x)) in simplify_const_unary_operation()
1343 if (REAL_VALUE_ISNAN (x) || REAL_VALUE_NEGATIVE (x)) in simplify_const_unary_operation()
2795 && (REAL_VALUE_ISNAN (f0) || REAL_VALUE_ISNAN (f1))) in simplify_const_binary_operation()
3777 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()
8109 if (REAL_VALUE_ISNAN (cst) in fold_comparison()
11344 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg0)) in fold_binary()
11355 && REAL_VALUE_ISNAN (TREE_REAL_CST (arg1)) in fold_binary()
Dbuiltins.c7315 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_floor()
7346 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_ceil()
7377 if (! REAL_VALUE_ISNAN (x) || ! flag_errno_math) in fold_builtin_round()
7408 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()
DChangeLog-200229497 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
/freebsd-9-stable/contrib/gcc/doc/
Dtm.texi8586 @deftypefn Macro int REAL_VALUE_ISNAN (REAL_VALUE_TYPE @var{x})