Searched refs:rop1 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dgrandom.c1 /* mpfr_grandom (rop1, rop2, state, rnd_mode) -- Generate up to two
3 distribution and round it to the precision of rop1, rop2 according
32 mpfr_grandom (mpfr_ptr rop1, mpfr_ptr rop2, gmp_randstate_t rstate, argument
44 tprec0 = MPFR_PREC (rop1);
48 tprec0 = MAX (MPFR_PREC (rop1), MPFR_PREC (rop2));
148 if (MPFR_CAN_ROUND (r1, tprec - 2, MPFR_PREC (rop1), rnd))
175 inex1 = mpfr_set (rop1, r1, rnd);
181 inex1 = mpfr_check_range (rop1, inex1, rnd);
/haiku-buildtools/gcc/mpc/src/
H A Dlogging.c106 __MPC_DECLSPEC int mpc_log_##funcname (mpc_ptr rop1, mpc_ptr rop2, mpc_srcptr op, mpc_rnd_t rnd1, mpc_rnd_t rnd2) \
112 MPC_LOGGING_OUT_PREC (rop1); \
116 return func (rop1, rop2, op, rnd1, rnd2); \
/haiku-buildtools/gcc/mpc/tests/
H A Dtgeneric.c77 tgeneric_cc_c (mpc_function *function, mpc_ptr op, mpc_ptr rop1, mpc_ptr rop2, argument
86 function->pointer.CC_C (rop1, rop2, op, rnd1, rnd2);
88 if ( MPFR_CAN_ROUND (mpc_realref (rop14), 1, MPC_PREC_RE (rop1),
90 && MPFR_CAN_ROUND (mpc_imagref (rop14), 1, MPC_PREC_IM (rop1),
102 if (!same_mpc_value (rop1, rop14rnd, ks)) {
110 MPC_OUT (rop1);
/haiku-buildtools/gcc/gcc/
H A Dinternal-fn.c1176 rtx rop0, rop1; local
1178 rop1 = gen_reg_rtx (mode);
1180 emit_move_insn (rop1, op1);
1182 op1 = rop1;

Completed in 72 milliseconds