Searched refs:real_arithmetic (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | real.h | 144 extern void real_arithmetic PARAMS ((REAL_VALUE_TYPE *, int, 242 real_arithmetic (&(value), code, &(d1), &(d2))
|
| D | real.c | 1010 real_arithmetic (r, icode, op0, op1) in real_arithmetic() function 1080 real_arithmetic (&r, icode, op0, op1);
|
| D | simplify-rtx.c | 669 real_arithmetic (&d, FIX_TRUNC_EXPR, &d, NULL);
|
| D | ChangeLog | 13040 (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters. 13348 (real_arithmetic): Call it.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | real.h | 183 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *, 283 real_arithmetic (&(value), code, &(d1), &(d2))
|
| D | 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()
|
| D | fold-const.c | 1767 inexact = real_arithmetic (&value, code, &d1, &d2); in const_binop() 3422 real_arithmetic (&r0, RDIV_EXPR, &dconst1, &r0); in distribute_real_division() 3424 real_arithmetic (&r1, RDIV_EXPR, &dconst1, &r1); in distribute_real_division() 3425 real_arithmetic (&r0, code, &r0, &r1); in distribute_real_division() 9320 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary() 9345 real_arithmetic (&c, PLUS_EXPR, &c, &dconst1); in fold_binary() 9984 real_arithmetic (&c, MINUS_EXPR, &c, &dconst1); in fold_binary()
|
| D | builtins.c | 6966 real_arithmetic (&r, MULT_EXPR, &r, &r); in fold_builtin_cabs() 6967 real_arithmetic (&i, MULT_EXPR, &i, &i); in fold_builtin_cabs() 6968 real_arithmetic (&r, PLUS_EXPR, &r, &i); in fold_builtin_cabs() 7167 real_arithmetic (&dconstroot, MULT_EXPR, &dconstthird, &dconstthird); in fold_builtin_cbrt()
|
| D | simplify-rtx.c | 1260 real_arithmetic (&d, FIX_TRUNC_EXPR, &d, NULL); in simplify_const_unary_operation() 2837 inexact = real_arithmetic (&value, rtx_to_tree_code (code), in simplify_const_binary_operation()
|
| D | emit-rtl.c | 5204 real_arithmetic (&dconstthird, RDIV_EXPR, &dconst1, &dconst3); in init_emit_once()
|
| D | omp-low.c | 1567 real_arithmetic (&min, NEGATE_EXPR, &max, NULL); in omp_reduction_init()
|
| /openbsd/src/gnu/usr.bin/gcc/contrib/ |
| D | paranoia.cc | 275 real_arithmetic (&f, NEGATE_EXPR, &f, NULL); in from_str() 292 real_arithmetic (&ri, code, &ai, &bi); in binop() 336 real_arithmetic (&ri, code, &ai, NULL); in unop()
|