| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| D | math_log10_test.cpp | 24 bool testResult = DoubleUlpCmp(g_log10Data[i].expected, log10(g_log10Data[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_log10fData[i].expected, log10f(g_log10fData[i].input), 1); variable
|
| D | math_atan2_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_atan2Data[i].expected, atan2(g_atan2Data[i].input1, g_atan2Data[i… variable 48 …bool testResult = FloatUlpCmp(g_atan2fData[i].expected, atan2f(g_atan2fData[i].input1, g_atan2fDat… variable
|
| D | math_fabs_test.cpp | 24 bool testResult = DoubleUlpCmp(g_fabsData[i].expected, fabs(g_fabsData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_fabsfData[i].expected, fabsf(g_fabsfData[i].input), 1); variable
|
| D | math_fmin_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_fminData[i].expected, fmin(g_fminData[i].input1, g_fminData[i].in… variable 50 …bool testResult = FloatUlpCmp(g_fminfData[i].expected, fminf(g_fminfData[i].input1, g_fminfData[i]… variable
|
| D | math_sin_test.cpp | 24 bool testResult = DoubleUlpCmp(g_sinData[i].expected, sin(g_sinData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_sinfData[i].expected, sinf(g_sinfData[i].input), 1); variable
|
| D | math_exp2_test.cpp | 24 bool testResult = DoubleUlpCmp(g_exp2Data[i].expected, exp2(g_exp2Data[i].input), 1); variable 61 bool testResult = FloatUlpCmp(g_exp2fData[i].expected, exp2f(g_exp2fData[i].input), 1); variable
|
| D | math_log_test.cpp | 24 bool testResult = DoubleUlpCmp(g_logData[i].expected, log(g_logData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_logfData[i].expected, logf(g_logfData[i].input), 1); variable
|
| D | math_log1p_test.cpp | 24 bool testResult = DoubleUlpCmp(g_log1pData[i].expected, log1p(g_log1pData[i].input), 1); variable 79 bool testResult = FloatUlpCmp(g_log1pfData[i].expected, log1pf(g_log1pfData[i].input), 1); variable
|
| D | math_sqrt_test.cpp | 24 bool testResult = DoubleUlpCmp(g_sqrtData[i].expected, sqrt(g_sqrtData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_sqrtfData[i].expected, sqrtf(g_sqrtfData[i].input), 1); variable
|
| D | math_cos_test.cpp | 24 bool testResult = DoubleUlpCmp(g_cosData[i].expected, cos(g_cosData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_cosfData[i].expected, cosf(g_cosfData[i].input), 1); variable
|
| D | math_fma_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_fmaData[i].expected, fma(g_fmaData[i].input1, g_fmaData[i].input2, variable 49 …bool testResult = FloatUlpCmp(g_fmafData[i].expected, fmaf(g_fmafData[i].input1, g_fmafData[i].inp… variable
|
| D | math_hypot_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_hypotData[i].expected, hypot(g_hypotData[i].input1, g_hypotData[i… variable 72 …bool testResult = FloatUlpCmp(g_hypotfData[i].expected, hypotf(g_hypotfData[i].input1, g_hypotfDat… variable
|
| D | math_rint_test.cpp | 24 bool testResult = DoubleUlpCmp(g_rintData[i].expected, rint(g_rintData[i].input), 1); variable 38 bool testResult = FloatUlpCmp(g_rintfData[i].expected, rintf(g_rintfData[i].input), 1); variable
|
| D | math_lrint_test.cpp | 24 bool testResult = DoubleUlpCmp(g_lrintData[i].expected, lrint(g_lrintData[i].input), 1); variable 37 bool testResult = FloatUlpCmp(g_lrintfData[i].expected, lrintf(g_lrintfData[i].input), 1); variable
|
| D | math_remainder_test.cpp | 24 … bool testResult = DoubleUlpCmp(g_remainderData[i].expected, remainder(g_remainderData[i].input1, variable 81 … bool testResult = FloatUlpCmp(g_remainderfData[i].expected, remainderf(g_remainderfData[i].input1, variable
|
| D | math_ldexp_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_ldexpData[i].expected, ldexp(g_ldexpData[i].input1, g_ldexpData[i… variable 48 bool testResult = FloatUlpCmp(g_ldexpfData[i].expected, ldexpf(g_ldexpfData[i].input1, variable
|
| D | math_asinh_test.cpp | 24 bool testResult = DoubleUlpCmp(g_asinhData[i].expected, asinh(g_asinhData[i].input), 2); variable 48 bool testResult = FloatUlpCmp(g_asinhfData[i].expected, asinhf(g_asinhfData[i].input), 2); variable
|
| D | math_atan_test.cpp | 24 bool testResult = DoubleUlpCmp(g_atanData[i].expected, atan(g_atanData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_atanfData[i].expected, atanf(g_atanfData[i].input), 1); variable
|
| D | math_ceil_test.cpp | 24 bool testResult = DoubleUlpCmp(g_ceilData[i].expected, ceil(g_ceilData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_ceilfData[i].expected, ceilf(g_ceilfData[i].input), 1); variable
|
| D | math_sinh_test.cpp | 25 bool testResult = DoubleUlpCmp(g_sinhData[i].expected, sinh(g_sinhData[i].input), 2); variable 50 bool testResult = FloatUlpCmp(g_sinhfData[i].expected, sinhf(g_sinhfData[i].input), 2); variable
|
| D | math_fdim_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_fdimData[i].expected, fdim(g_fdimData[i].input1, g_fdimData[i].in… variable 50 …bool testResult = FloatUlpCmp(g_fdimfData[i].expected, fdimf(g_fdimfData[i].input1, g_fdimfData[i]… variable
|
| D | math_log2_test.cpp | 24 bool testResult = DoubleUlpCmp(g_log2Data[i].expected, log2(g_log2Data[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_log2fData[i].expected, log2f(g_log2fData[i].input), 1); variable
|
| D | math_exp_test.cpp | 24 bool testResult = DoubleUlpCmp(g_expData[i].expected, exp(g_expData[i].input), 1); variable 49 bool testResult = FloatUlpCmp(g_expfData[i].expected, expf(g_expfData[i].input), 1); variable
|
| D | math_trunc_test.cpp | 24 bool testResult = DoubleUlpCmp(g_truncData[i].expected, trunc(g_truncData[i].input), 1); variable 38 bool testResult = FloatUlpCmp(g_truncfData[i].expected, truncf(g_truncfData[i].input), 1); variable
|
| D | math_cbrt_test.cpp | 24 bool testResult = DoubleUlpCmp(g_cbrtData[i].expected, cbrt(g_cbrtData[i].input), 1); variable 49 bool testResult = FloatUlpCmp(g_cbrtfData[i].expected, cbrtf(g_cbrtfData[i].input), 1); variable
|