Home
last modified time | relevance | path

Searched defs:maxUlpDiff (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_floating.cpp58 bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) { in almostEqualUlps()
135 Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff) { in WithinULP()
139 Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff) { in WithinULP()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp465 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local
558 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local
684 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
766 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local
985 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local
1054 const deUint32 maxUlpDiff = 0; in compare() local
1136 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1244 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1372 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1470 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp543 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local
636 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local
762 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
844 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local
1068 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local
1137 const deUint32 maxUlpDiff = 0; in compare() local
1219 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1327 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1455 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1553 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp618 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local
725 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local
865 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
960 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local
1223 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local
1325 const deUint32 maxUlpDiff = 0; in compare() local
1425 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1547 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1689 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
1801 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp9329 bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) { in almostEqualUlps()
9402 Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff) { in WithinULP()
9406 Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff) { in WithinULP()