Home
last modified time | relevance | path

Searched refs:ComputeUlpDelta (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/highway/hwy/tests/
H A Dtest_util.cc65 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
70 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
H A Dtest_util.h95 TU ComputeUlpDelta(const T expected, const T actual) { in ComputeUlpDelta() function
/dports/devel/highway/highway-0.15.0/hwy/tests/
H A Dtest_util.cc68 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
73 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
H A Dtest_util.h96 TU ComputeUlpDelta(const T expected, const T actual) { in ComputeUlpDelta() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/tests/
H A Dtest_util-inl.h310 MakeUnsigned<TF> ComputeUlpDelta(TF x, TF y) { in ComputeUlpDelta() function
337 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/tests/
H A Dtest_util-inl.h310 MakeUnsigned<TF> ComputeUlpDelta(TF x, TF y) { in ComputeUlpDelta() function
337 return ComputeUlpDelta(expected, actual) <= 1; in IsEqual()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/contrib/math/
H A Dmath_test.cc76 const auto ulp = ComputeUlpDelta(actual, expected); in TestMath()
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/contrib/math/
H A Dmath_test.cc76 const auto ulp = ComputeUlpDelta(actual, expected); in TestMath()
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/math/
H A Dmath_test.cc83 const auto ulp = hwy::detail::ComputeUlpDelta(actual, expected); in TestMath()
/dports/devel/highway/highway-0.15.0/hwy/contrib/math/
H A Dmath_test.cc83 const auto ulp = hwy::detail::ComputeUlpDelta(actual, expected); in TestMath()