Home
last modified time | relevance | path

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

/external/arm-optimized-routines/test/rtest/
Ddotest.c468 {"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 …]
Dintern.h46 args1f, /* same as args1 but in single prec */ enumerator
Dmain.c67 case args1f: in isdouble()