MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / WithinULP

Function WithinULP

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7797–7799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7795} // namespace Floating
7796
7797Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff) {
7798 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Double);
7799}
7800
7801Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff) {
7802 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Float);

Callers

nothing calls this directly

Calls 1

WithinUlpsMatcherClass · 0.85

Tested by

no test coverage detected