/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
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_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_expm1_test.cpp | 24 bool testResult = DoubleUlpCmp(g_expm1Data[i].expected, expm1(g_expm1Data[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_expm1fData[i].expected, expm1f(g_expm1fData[i].input), 1); variable
|
D | math_asin_test.cpp | 24 bool testResult = DoubleUlpCmp(g_asinData[i].expected, asin(g_asinData[i].input), 1); variable 48 bool testResult = FloatUlpCmp(g_asinfData[i].expected, asinf(g_asinfData[i].input), 1); variable
|
D | math_tan_test.cpp | 25 bool testResult = DoubleUlpCmp(g_tanData[i].expected, tan(g_tanData[i].input), 1); variable 50 bool testResult = FloatUlpCmp(g_tanfData[i].expected, tanf(g_tanfData[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_fmod_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_fmodData[i].expected, fmod(g_fmodData[i].input1, g_fmodData[i].in… variable 80 …bool testResult = FloatUlpCmp(g_fmodfData[i].expected, fmodf(g_fmodfData[i].input1, g_fmodfData[i]… variable
|
D | math_round_test.cpp | 24 bool testResult = DoubleUlpCmp(g_roundData[i].expected, round(g_roundData[i].input), 1); variable 38 bool testResult = FloatUlpCmp(g_roundfData[i].expected, roundf(g_roundfData[i].input), 1); variable
|
D | math_scalbn_test.cpp | 24 bool testResult = DoubleUlpCmp(g_scalbnData[i].expected, variable 49 bool testResult = FloatUlpCmp(g_scalbnfData[i].expected, 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_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_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_fmax_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_fmaxData[i].expected, fmax(g_fmaxData[i].input1, g_fmaxData[i].in… variable 50 …bool testResult = FloatUlpCmp(g_fmaxfData[i].expected, fmaxf(g_fmaxfData[i].input1, g_fmaxfData[i]… variable
|
D | math_acosh_test.cpp | 25 bool testResult = DoubleUlpCmp(g_acoshData[i].expected, acosh(g_acoshData[i].input), 2); variable 49 bool testResult = FloatUlpCmp(g_acoshfData[i].expected, acoshf(g_acoshfData[i].input), 2); 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_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_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_scalb_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_scalbData[i].expected, scalb(g_scalbData[i].input1, g_scalbData[i… variable 48 …bool testResult = FloatUlpCmp(g_scalbfData[i].expected, scalbf(g_scalbfData[i].input1, g_scalbfDat… variable
|
D | math_significand_test.cpp | 25 …bool testResult = DoubleUlpCmp(g_significandData[i].expected, significand(g_significandData[i].inp… variable 52 …bool testResult = FloatUlpCmp(g_significandfData[i].expected, significandf(g_significandfData[i].i… 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_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_pow_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_powData[i].expected, pow(g_powData[i].input1, g_powData[i].input2… variable 60 …bool testResult = FloatUlpCmp(g_powfData[i].expected, powf(g_powfData[i].input1, g_powfData[i].inp… variable
|
D | math_logb_test.cpp | 24 bool testResult = DoubleUlpCmp(g_logbData[i].expected, logb(g_logbData[i].input), 1); variable 80 bool testResult = FloatUlpCmp(g_logbfData[i].expected, logbf(g_logbfData[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_nearbyint_test.cpp | 24 …bool testResult = DoubleUlpCmp(g_nearbyintData[i].expected, nearbyint(g_nearbyintData[i].input), 1… variable 38 …bool testResult = FloatUlpCmp(g_nearbyintfData[i].expected, nearbyintf(g_nearbyintfData[i].input),… variable
|