MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / WithinULP

Function WithinULP

tests/catch.hpp:9205–9207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9203}// namespace Floating
9204
9205Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff) {
9206 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Double);
9207}
9208
9209Floating::WithinUlpsMatcher WithinULP(float target, int maxUlpDiff) {
9210 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Float);

Callers

nothing calls this directly

Calls 1

WithinUlpsMatcherClass · 0.85

Tested by

no test coverage detected