Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 25 of 71) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_sinh_test.cpp25 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
Dmath_asinh_test.cpp24 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
Dmath_cbrt_test.cpp24 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
Dmath_pow_test.cpp24 …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
Dmath_exp_test.cpp24 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
Dmath_fmin_test.cpp24 …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
Dmath_fmod_test.cpp24 …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
Dmath_log2_test.cpp24 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
Dmath_log_test.cpp24 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
Dmath_round_test.cpp24 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
Dmath_atan2_test.cpp24 …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
Dmath_atanh_test.cpp24 bool testResult = DoubleUlpCmp(g_atanhData[i].expected, atanh(g_atanhData[i].input), 2); variable
48 bool testResult = FloatUlpCmp(g_atanhfData[i].expected, atanhf(g_atanhfData[i].input), 2); variable
Dmath_atan_test.cpp24 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
Dmath_cosh_test.cpp24 bool testResult = DoubleUlpCmp(g_coshData[i].expected, cosh(g_coshData[i].input), 2); variable
48 bool testResult = FloatUlpCmp(g_coshfData[i].expected, coshf(g_coshfData[i].input), 2); variable
Dmath_ldexp_test.cpp24 …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
Dmath_fma_test.cpp24 …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
Dmath_llrint_test.cpp24 bool testResult = DoubleUlpCmp(g_llrintData[i].expected, llrint(g_llrintData[i].input), 1); variable
38 … bool testResult = FloatUlpCmp(g_llrintfData[i].expected, llrintf(g_llrintfData[i].input), 1); variable
Dmath_hypot_test.cpp24 …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
Dmath_floor_test.cpp24 bool testResult = DoubleUlpCmp(g_floorData[i].expected, floor(g_floorData[i].input), 1); variable
48 bool testResult = FloatUlpCmp(g_floorfData[i].expected, floorf(g_floorfData[i].input), 1); variable
Dmath_fdim_test.cpp24 …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
Dmath_exp2_test.cpp24 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
Dmath_log1p_test.cpp24 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
Dmath_tan_test.cpp25 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
Dmath_scalb_test.cpp24 …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
Dmath_fmax_test.cpp24 …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

123