Searched refs:TEST_ULP_NONNEAREST (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | test_defs.h | 10 #define TEST_ULP_NONNEAREST(f, l) TEST_ULP_NONNEAREST f l macro
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | sincosf.c | 84 TEST_ULP_NONNEAREST (sincosf_sinf, 0.5) 85 TEST_ULP_NONNEAREST (sincosf_cosf, 0.5)
|
H A D | cosf.c | 69 TEST_ULP_NONNEAREST (cosf, 0.5)
|
H A D | sinf.c | 73 TEST_ULP_NONNEAREST (sinf, 0.5)
|
H A D | exp2f.c | 86 TEST_ULP_NONNEAREST (exp2f, 0.5)
|
H A D | log2f.c | 86 TEST_ULP_NONNEAREST (log2f, 0.5)
|
H A D | logf.c | 85 TEST_ULP_NONNEAREST (logf, 0.5)
|
H A D | log10f.c | 94 TEST_ULP_NONNEAREST (log10f, 0.5)
|
H A D | expf.c | 97 TEST_ULP_NONNEAREST (expf, 0.5)
|
H A D | erff.c | 110 TEST_ULP_NONNEAREST (erff, 0.9)
|
H A D | exp10.c | 136 TEST_ULP_NONNEAREST (exp10, 0.5)
|
H A D | exp2.c | 149 TEST_ULP_NONNEAREST (exp2, 0.5)
|
H A D | log2.c | 147 TEST_ULP_NONNEAREST (log2, 0.5)
|
H A D | exp.c | 174 TEST_ULP_NONNEAREST (exp, 0.5)
|
H A D | powf.c | 225 TEST_ULP_NONNEAREST (powf, 0.5)
|
H A D | log.c | 168 TEST_ULP_NONNEAREST (log, 0.5)
|
H A D | erf.c | 250 TEST_ULP_NONNEAREST (erf, 0.9)
|
H A D | pow.c | 384 TEST_ULP_NONNEAREST (pow, 0.5)
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | test_defs.h | 12 #define TEST_ULP_NONNEAREST(f, l) macro
|