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

Function AssertWithinUlp

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

Source from the content-addressed store, hash-verified

129}
130
131void AssertWithinUlp(util::Float16 left, util::Float16 right, int n_ulps) {
132 AssertWithinUlpGeneric(left, right, n_ulps);
133}
134
135void AssertWithinUlp(float left, float right, int n_ulps) {
136 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