Home
last modified time | relevance | path

Searched refs:TEST_ULP_NONNEAREST (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/
H A Dtest_defs.h10 #define TEST_ULP_NONNEAREST(f, l) TEST_ULP_NONNEAREST f l macro
/freebsd/contrib/arm-optimized-routines/math/
H A Dsincosf.c84 TEST_ULP_NONNEAREST (sincosf_sinf, 0.5)
85 TEST_ULP_NONNEAREST (sincosf_cosf, 0.5)
H A Dcosf.c69 TEST_ULP_NONNEAREST (cosf, 0.5)
H A Dsinf.c73 TEST_ULP_NONNEAREST (sinf, 0.5)
H A Dexp2f.c86 TEST_ULP_NONNEAREST (exp2f, 0.5)
H A Dlog2f.c86 TEST_ULP_NONNEAREST (log2f, 0.5)
H A Dlogf.c85 TEST_ULP_NONNEAREST (logf, 0.5)
H A Dlog10f.c94 TEST_ULP_NONNEAREST (log10f, 0.5)
H A Dexpf.c97 TEST_ULP_NONNEAREST (expf, 0.5)
H A Derff.c110 TEST_ULP_NONNEAREST (erff, 0.9)
H A Dexp10.c136 TEST_ULP_NONNEAREST (exp10, 0.5)
H A Dexp2.c149 TEST_ULP_NONNEAREST (exp2, 0.5)
H A Dlog2.c147 TEST_ULP_NONNEAREST (log2, 0.5)
H A Dexp.c174 TEST_ULP_NONNEAREST (exp, 0.5)
H A Dpowf.c225 TEST_ULP_NONNEAREST (powf, 0.5)
H A Dlog.c168 TEST_ULP_NONNEAREST (log, 0.5)
H A Derf.c250 TEST_ULP_NONNEAREST (erf, 0.9)
H A Dpow.c384 TEST_ULP_NONNEAREST (pow, 0.5)
/freebsd/contrib/arm-optimized-routines/math/include/
H A Dtest_defs.h12 #define TEST_ULP_NONNEAREST(f, l) macro