MCPcopy Create free account
hub / github.com/apache/arrow / AssertWithinUlp

Function AssertWithinUlp

cpp/src/arrow/testing/math.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59} // namespace
60
61void AssertWithinUlp(util::Float16 left, util::Float16 right, int32_t n_ulps) {
62 AssertWithinUlpGeneric(left, right, n_ulps);
63}
64
65void AssertWithinUlp(float left, float right, int32_t n_ulps) {
66 AssertWithinUlpGeneric(left, right, n_ulps);

Callers 3

TESTFunction · 0.85
CheckVarStdFunction · 0.85
CheckSkewKurtosisFunction · 0.85

Calls 1

AssertWithinUlpGenericFunction · 0.85

Tested by 3

TESTFunction · 0.68
CheckVarStdFunction · 0.68
CheckSkewKurtosisFunction · 0.68