Searched refs:rop2 (Results 1 - 3 of 3) 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
42 if (rop2 == NULL) /* only one output requested. */
48 tprec0 = MAX (MPFR_PREC (rop1), MPFR_PREC (rop2));
73 if (rop2 != NULL)
150 if (rop2 != NULL)
157 if (MPFR_CAN_ROUND (r2, tprec - 2, MPFR_PREC (rop2), rnd))
176 if (rop2 != NULL)
178 inex2 = mpfr_set (rop2, r
[all...]
/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) \
113 MPC_LOGGING_OUT_PREC (rop2); \
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);
92 && MPFR_CAN_ROUND (mpc_realref (rop24), 1, MPC_PREC_RE (rop2),
94 && MPFR_CAN_ROUND (mpc_imagref (rop24), 1, MPC_PREC_IM (rop2),
117 else if (!same_mpc_value (rop2, rop24rnd, ks)) {
125 MPC_OUT (rop2);

Completed in 72 milliseconds