Home
last modified time | relevance | path

Searched refs:real_arithmetic (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreal.h226 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
336 real_arithmetic (&(value), code, &(d1), &(d2))
H A Dfixed-value.c78 real_arithmetic (&max_value, MINUS_EXPR, &max_value, &epsilon_value); in check_real_for_fixed_mode()
105 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string()
137 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value); in fixed_to_decimal()
1080 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_convert_from_real()
1131 real_arithmetic (&real_value, RDIV_EXPR, &fixed_value, &base_value); in real_convert_from_fixed()
H A Dtree-ssa-math-opts.c1235 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2); in gimple_expand_builtin_pow()
1286 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3); in gimple_expand_builtin_pow()
1290 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
H A Dreal.c1002 real_arithmetic (REAL_VALUE_TYPE *r, int icode, const REAL_VALUE_TYPE *op0, in real_arithmetic() function
1076 real_arithmetic (&r, NEGATE_EXPR, op0, NULL); in real_value_negate()
1084 real_arithmetic (&r, ABS_EXPR, op0, NULL); in real_value_abs()
2378 real_arithmetic (&value, RDIV_EXPR, &dconst1, real_digit (3)); in dconst_third_ptr()
H A Dfold-const.c1174 inexact = real_arithmetic (&value, code, &d1, &d2); in const_binop()
3298 real_arithmetic (&r0, RDIV_EXPR, &dconst1, &r0); in distribute_real_division()
3300 real_arithmetic (&r1, RDIV_EXPR, &dconst1, &r1); in distribute_real_division()
3301 real_arithmetic (&r0, code, &r0, &r1); in distribute_real_division()
10965 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary_loc()
10987 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary_loc()
11922 real_arithmetic (&c, MINUS_EXPR, &c, &dconst1); in fold_binary_loc()
H A Dsimplify-rtx.c1700 real_arithmetic (&d, FIX_TRUNC_EXPR, &d, NULL); in simplify_const_unary_operation()
3516 inexact = real_arithmetic (&value, rtx_to_tree_code (code), in simplify_const_binary_operation()
H A Dbuiltins.c7647 real_arithmetic (&dconstroot, MULT_EXPR, in fold_builtin_cbrt()
9919 real_arithmetic (&frac, MINUS_EXPR, value, &trunc); in fold_builtin_modf()
H A Domp-low.c2226 real_arithmetic (&min, NEGATE_EXPR, &max, NULL); in omp_reduction_init()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfixed-value.c78 real_arithmetic (&max_value, MINUS_EXPR, &max_value, &epsilon_value); in check_real_for_fixed_mode()
130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string()
165 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value); in fixed_to_decimal()
1048 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_convert_from_real()
1103 real_arithmetic (&real_value, RDIV_EXPR, &fixed_value, &base_value); in real_convert_from_fixed()
H A Dtree-ssa-math-opts.c1350 if (real_arithmetic (&res, MINUS_EXPR, &remainder, &factor)) in representable_as_half_series_p()
1370 real_arithmetic (&factor, MULT_EXPR, &factor, &dconsthalf); in representable_as_half_series_p()
1527 real_arithmetic (&frac_part, MINUS_EXPR, &exp, &whole_part); in expand_pow_as_sqrts()
1536 real_arithmetic (&ceil_fract, MINUS_EXPR, &ceil_whole, &exp); in expand_pow_as_sqrts()
1788 real_arithmetic (&c2, MULT_EXPR, &c, &dconst2); in gimple_expand_builtin_pow()
1803 real_arithmetic (&c2, MULT_EXPR, &c, &dconst3); in gimple_expand_builtin_pow()
1807 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
H A Dreal.h264 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
H A Dreal.c1019 real_arithmetic (REAL_VALUE_TYPE *r, int icode, const REAL_VALUE_TYPE *op0, in real_arithmetic() function
1105 real_arithmetic (&r, NEGATE_EXPR, op0, NULL); in real_value_negate()
1113 real_arithmetic (&r, ABS_EXPR, op0, NULL); in real_value_abs()
2455 real_arithmetic (&value, RDIV_EXPR, &dconst1, real_digit (N)); \
H A Dubsan.c1828 real_arithmetic (&minval2, MINUS_EXPR, &minval, &dconst1); in ubsan_instrument_float_cast()
1844 real_arithmetic (&minval2, MINUS_EXPR, &minval, &minval2); in ubsan_instrument_float_cast()
H A Dsimplify-rtx.c1962 real_arithmetic (&d, FIX_TRUNC_EXPR, &d, NULL); in simplify_const_unary_operation()
3364 real_arithmetic (&d, RDIV_EXPR, &dconst1, d1); in simplify_binary_operation_1()
4199 inexact = real_arithmetic (&value, rtx_to_tree_code (code), in simplify_const_binary_operation()
H A Dmatch.pd3212 real_arithmetic (&c2, MULT_EXPR,
3227 real_arithmetic (&c2, MULT_EXPR,
H A Dbuiltins.c8399 real_arithmetic (&frac, MINUS_EXPR, value, &trunc); in fold_builtin_modf()
H A Domp-low.c3386 real_arithmetic (&min, NEGATE_EXPR, &max, NULL); in omp_reduction_init_op()
H A Dfold-const.c1303 inexact = real_arithmetic (&value, code, &d1, &d2); in const_binop()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c45149 real_arithmetic (&r, NEGATE_EXPR, &dconsthalf, NULL); in ix86_emit_swsqrtsf()
45512 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_lround()
45939 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round()
45990 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round_sse4()
H A Dsse.md15903 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c34831 real_arithmetic (&r, NEGATE_EXPR, &dconsthalf, NULL); in ix86_emit_swsqrtsf()