Searched defs:maxUlpDiff (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/internal/ |
D | catch_matchers_floating.cpp | 58 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/ |
D | es3fShaderCommonFunctionTests.cpp | 428 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local 521 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local 647 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 729 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local 948 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local 1017 const deUint32 maxUlpDiff = 0; in compare() local 1099 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1207 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1335 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1433 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 502 const deUint32 maxUlpDiff = (1u<<(23-mantissaBits))-1u; in compare() local 595 …const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantiss… in compare() local 721 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 803 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(mantissaBits - bitsLost, 0)); in compare() local 1027 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local 1096 const deUint32 maxUlpDiff = 0; in compare() local 1178 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1286 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1414 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local 1512 …const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer … in compare() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 749 const int maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); in compare() local 833 const deUint32 maxUlpDiff = 0; in compare() local
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 9356 bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) { in almostEqualUlps() 9429 Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff) { in WithinULP() 9433 Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff) { in WithinULP()
|