Lines Matching defs:ret
288 int test_rred(mpfr_t ret, const mpfr_t x, int *quadrant)
317 status = mpfr_remquo(ret, &quo, x, halfpi, GMP_RNDN);
324 int test_lgamma(mpfr_t ret, const mpfr_t x, mpfr_rnd_t rnd)
337 return mpfr_lgamma(ret, &sign, x, rnd);
339 int test_cpow(mpc_t ret, const mpc_t x, const mpc_t y, mpc_rnd_t rnd)
368 mpc_set(ret, retbig, rnd);
816 void float32_case(uint32 *ret) {
822 if (!ret) {
906 *ret = t;
940 *ret = f;
943 static void float64_case(uint32 *ret) {
949 if (!ret) {
1069 ret[0] = t;
1073 ret[1] = t;
1133 ret[0] = g;
1134 ret[1] = f;