Searched refs:mpfr_tanpi (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp_funcs.h | 56 F (arm_math_tanpif, arm_math_tanpif, arm_math_tanpi, mpfr_tanpi, 1, 1, f1, 0) 57 F (arm_math_tanpi, arm_math_tanpi, arm_math_tanpil, mpfr_tanpi, 1, 0, d1, 0) 67 F (_ZGVnN4v_tanpif, Z_tanpif, arm_math_tanpi, mpfr_tanpi, 1, 1, f1, 0) 68 F (_ZGVnN2v_tanpi, Z_tanpi, arm_math_tanpil, mpfr_tanpi, 1, 0, d1, 0) 79 SVF (_ZGVsMxv_tanpif, Z_sv_tanpif, arm_math_tanpi, mpfr_tanpi, 1, 1, f1, 0) 80 SVF (_ZGVsMxv_tanpi, Z_sv_tanpi, arm_math_tanpil, mpfr_tanpi, 1, 0, d1, 0)
|
H A D | ulp_wrappers.h | 27 static int mpfr_tanpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) { in mpfr_tanpi() function
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 23 mpfr_tanpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) in mpfr_tanpi() function 520 {"tanpi", (funcptr)mpfr_tanpi, args1, {NULL}, 522 {"tanpif", (funcptr)mpfr_tanpi, args1f, {NULL},
|