Searched refs:args1f (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 468 {"sinf", (funcptr)mpfr_sin, args1f, {NULL}, 472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL}, 476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL}, 478 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL}, 480 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL}, 488 {"asinf", (funcptr)mpfr_asin, args1f, {NULL}, 492 {"acosf", (funcptr)mpfr_acos, args1f, {NULL}, 501 {"atanf", (funcptr)mpfr_atan, args1f, {NULL}, 517 {"expf", (funcptr)mpfr_exp, args1f, {NULL}, 521 {"sinhf", (funcptr)mpfr_sinh, args1f, {NULL}, [all …]
|
H A D | intern.h | 46 args1f, /* same as args1 but in single prec */ enumerator
|
H A D | main.c | 67 case args1f: in isdouble()
|