Home
last modified time | relevance | path

Searched refs:expectLo (Results 1 – 5 of 5) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/rand/
H A Darith128_test.go71 expectHi, expectLo := bigAddMod128bits(test.xHi, test.xLo, iHi, iLo)
72 if p.low != expectLo || p.high != expectHi {
73 t.Errorf("%d: got hi=%d lo=%d; expect hi=%d lo=%d", i, p.high, p.low, expectHi, expectLo)
90 expectHi, expectLo := bigMulMod128bits(test.xHi, test.xLo, mHi, mLo)
91 if p.low != expectLo || p.high != expectHi {
92 t.Errorf("%d: got hi=%d lo=%d; expect hi=%d lo=%d", i, p.high, p.low, expectHi, expectLo)
109 expectHi, expectLo := bigMulMod128bits(high, low, mHi, mLo)
110 if p.low != expectLo || p.high != expectHi {
111 …%d: (%d,%d): got hi=%d lo=%d; expect hi=%d lo=%d", i, high, low, p.high, p.low, expectHi, expectLo)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/rand/
H A Darith128_test.go71 expectHi, expectLo := bigAddMod128bits(test.xHi, test.xLo, iHi, iLo)
72 if p.low != expectLo || p.high != expectHi {
73 t.Errorf("%d: got hi=%d lo=%d; expect hi=%d lo=%d", i, p.high, p.low, expectHi, expectLo)
90 expectHi, expectLo := bigMulMod128bits(test.xHi, test.xLo, mHi, mLo)
91 if p.low != expectLo || p.high != expectHi {
92 t.Errorf("%d: got hi=%d lo=%d; expect hi=%d lo=%d", i, p.high, p.low, expectHi, expectLo)
109 expectHi, expectLo := bigMulMod128bits(high, low, mHi, mLo)
110 if p.low != expectLo || p.high != expectHi {
111 …%d: (%d,%d): got hi=%d lo=%d; expect hi=%d lo=%d", i, high, low, p.high, p.low, expectHi, expectLo)
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/test/
H A Dasmjit_test_x86_cc.cpp972 int expectLo = v0 * v1; in run() local
977 expect.assignFormat("hi=%d, lo=%d", expectHi, expectLo); in run()
979 return resultHi == expectHi && resultLo == expectLo; in run()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_test_x86_cc.cpp1111 int expectLo = v0 * v1; in run() local
1116 expect.assignFormat("hi=%d, lo=%d", expectHi, expectLo); in run()
1118 return resultHi == expectHi && resultLo == expectLo; in run()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/test/
H A Dasmjit_test_x86_cc.cpp1111 int expectLo = v0 * v1; in run() local
1116 expect.assignFormat("hi=%d, lo=%d", expectHi, expectLo); in run()
1118 return resultHi == expectHi && resultLo == expectLo; in run()