Lines Matching refs:testfunc

92 test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t),  in test3()
115 testfunc (ref1, ref2, ref3, rnd); in test3()
119 testfunc (res1, res1, ref3, rnd); in test3()
133 testfunc (res1, ref2, res1, rnd); in test3()
145 testfunc (ref1, ref2, ref3, rnd); in test3()
147 testfunc (res1, res1, res1, rnd); in test3()
166 test4 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, in test4()
197 testfunc (ref, op1, op2, op3, rnd); in test4()
201 testfunc (res, res, op2, op3, rnd); in test4()
214 testfunc (res, op1, res, op3, rnd); in test4()
227 testfunc (res, op1, op2, res, rnd); in test4()
239 testfunc (ref, op1, op1, op3, rnd); in test4()
241 testfunc (res, res, res, op3, rnd); in test4()
252 testfunc (ref, op1, op2, op1, rnd); in test4()
254 testfunc (res, res, op2, res, rnd); in test4()
265 testfunc (ref, op1, op2, op2, rnd); in test4()
267 testfunc (res, op1, res, res, rnd); in test4()
278 testfunc (ref, op1, op1, op1, rnd); in test4()
280 testfunc (res, res, res, res, rnd); in test4()
302 test2ui (int (*testfunc)(mpfr_ptr, mpfr_srcptr, unsigned long int, mpfr_rnd_t), in test2ui()
325 testfunc (ref1, ref2, ref3, rnd); in test2ui()
329 testfunc (res1, res1, ref3, rnd); in test2ui()
347 testui2 (int (*testfunc)(mpfr_ptr, unsigned long int, mpfr_srcptr, mpfr_rnd_t), in testui2()
368 testfunc (ref1, ref2, ref3, rnd); in testui2()
372 testfunc (res1, ref2, res1, rnd); in testui2()
389 test2 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_rnd_t), in test2()
408 testfunc (ref1, ref2, rnd); in test2()
412 testfunc (res1, res1, rnd); in test2()
429 test2a (int (*testfunc)(mpfr_ptr, mpfr_srcptr), in test2a()
448 testfunc (ref1, ref2); in test2a()
452 testfunc (res1, res1); in test2a()
469 test3a (int (*testfunc)(mpfr_ptr, mpfr_ptr, mpfr_srcptr, mpfr_rnd_t), in test3a()
490 testfunc (ref1, ref2, ref3, rnd); in test3a()
494 testfunc (res1, res2, res1, rnd); in test3a()
507 testfunc (res1, res2, res2, rnd); in test3a()