Searched refs:real_arithmetic (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | real.h | 183 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *, 283 real_arithmetic (&(value), code, &(d1), &(d2))
|
| HD | real.c | 995 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()
|
| HD | fold-const.c | 1767 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()
|
| HD | builtins.c | 6973 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()
|
| HD | simplify-rtx.c | 1264 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()
|
| HD | emit-rtl.c | 5207 real_arithmetic (&dconstthird, RDIV_EXPR, &dconst1, &dconst3); in init_emit_once()
|
| HD | omp-low.c | 1567 real_arithmetic (&min, NEGATE_EXPR, &max, NULL); in omp_reduction_init()
|
| HD | ChangeLog-2005 | 213 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
|
| HD | ChangeLog-2002 | 6934 (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters. 7346 (real_arithmetic): Call it.
|
| HD | ChangeLog-2004 | 13723 real_arithmetic, real_compare, real_exponent, real_ldexp,
|