Searched refs:HONOR_SNANS (Results 1 – 5 of 5) sorted by relevance
314 #define HONOR_SNANS(MODE) (flag_signaling_nans && HONOR_NANS (MODE)) macro
1246 if (HONOR_SNANS (mode) && real_isnan (&d)) in simplify_const_unary_operation()1904 if (!HONOR_SNANS (mode) in simplify_binary_operation_1()1940 if (!HONOR_SNANS (mode) in simplify_binary_operation_1()2356 && !HONOR_SNANS (mode)) in simplify_binary_operation_1()2367 && !HONOR_SNANS (mode)) in simplify_binary_operation_1()2797 if (HONOR_SNANS (mode) in simplify_const_binary_operation()3940 && !HONOR_SNANS (mode) in simplify_const_relational_operation()
2105 if (HONOR_SNANS (GET_MODE (x))) in may_trap_p_1()2142 if (HONOR_SNANS (GET_MODE (x))) in may_trap_p_1()2145 if (HONOR_SNANS (GET_MODE (XEXP (x, 0))) in may_trap_p_1()2146 || HONOR_SNANS (GET_MODE (XEXP (x, 1)))) in may_trap_p_1()
1749 if (HONOR_SNANS (mode) in const_binop()6063 if (HONOR_SNANS (TYPE_MODE (type))) in fold_real_zero_addition_p()6237 if (HONOR_SNANS (mode)) in fold_inf_compare()8112 && ! HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg1)))) in fold_comparison()9186 if (!HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0))) in fold_binary()9191 if (!HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0))) in fold_binary()9246 && ! HONOR_SNANS (TYPE_MODE (type))) in fold_binary()9843 if (!HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0))) in fold_binary()9848 if (!HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0))) in fold_binary()10950 && !HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0)))) in fold_binary()
12017 [HONOR_SNANS]: New macro.12028 1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.12029 [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.12032 transforming abs(x) < 0.0 into false on !HONOR_SNANS.12035 required by HONOR_SNANS. (may_trap_p): Floating point DIV, MOD,12038 not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).