Home
last modified time | relevance | path

Searched refs:args1f (Results 1 – 3 of 3) sorted by relevance

/src/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c498 {"sinf", (funcptr)mpfr_sin, args1f, {NULL},
502 {"cosf", (funcptr)mpfr_cos, args1f, {NULL},
506 {"tanf", (funcptr)mpfr_tan, args1f, {NULL},
508 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL},
510 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL},
514 {"sinpif", (funcptr)mpfr_sinpi, args1f, {NULL},
518 {"cospif", (funcptr)mpfr_cospi, args1f, {NULL},
522 {"tanpif", (funcptr)mpfr_tanpi, args1f, {NULL},
530 {"asinf", (funcptr)mpfr_asin, args1f, {NULL},
534 {"acosf", (funcptr)mpfr_acos, args1f, {NULL},
[all …]
H A Dintern.h46 args1f, /* same as args1 but in single prec */ enumerator
H A Dmain.c67 case args1f: in isdouble()