Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDreal.h183 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
283 real_arithmetic (&(value), code, &(d1), &(d2))
HDreal.c995 real_arithmetic (REAL_VALUE_TYPE *r, int icode, const REAL_VALUE_TYPE *op0, in real_arithmetic() function
1062 real_arithmetic (&r, icode, op0, op1); in real_arithmetic2()
HDfold-const.c1767 inexact = real_arithmetic (&value, code, &d1, &d2); in const_binop()
3428 real_arithmetic (&r0, RDIV_EXPR, &dconst1, &r0); in distribute_real_division()
3430 real_arithmetic (&r1, RDIV_EXPR, &dconst1, &r1); in distribute_real_division()
3431 real_arithmetic (&r0, code, &r0, &r1); in distribute_real_division()
9336 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary()
9361 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary()
10004 real_arithmetic (&c, MINUS_EXPR, &c, &dconst1); in fold_binary()
HDbuiltins.c6973 real_arithmetic (&r, MULT_EXPR, &r, &r); in fold_builtin_cabs()
6974 real_arithmetic (&i, MULT_EXPR, &i, &i); in fold_builtin_cabs()
6975 real_arithmetic (&r, PLUS_EXPR, &r, &i); in fold_builtin_cabs()
7174 real_arithmetic (&dconstroot, MULT_EXPR, &dconstthird, &dconstthird); in fold_builtin_cbrt()
HDsimplify-rtx.c1264 real_arithmetic (&d, FIX_TRUNC_EXPR, &d, NULL); in simplify_const_unary_operation()
2841 inexact = real_arithmetic (&value, rtx_to_tree_code (code), in simplify_const_binary_operation()
HDemit-rtl.c5207 real_arithmetic (&dconstthird, RDIV_EXPR, &dconst1, &dconst3); in init_emit_once()
HDomp-low.c1567 real_arithmetic (&min, NEGATE_EXPR, &max, NULL); in omp_reduction_init()
HDChangeLog-2005213 aren't handled by real_arithmetic.
2993 (real_arithmetic): Call decimal_real_arithmetic for decimal
33934 * real.c (real_arithmetic): Change return type from void to bool
HDChangeLog-20026934 (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
7346 (real_arithmetic): Call it.
HDChangeLog-200413723 real_arithmetic, real_compare, real_exponent, real_ldexp,