Home
last modified time | relevance | path

Searched refs:expectUint64 (Results 1 – 2 of 2) sorted by relevance

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/testdata/
H A Dfp.go1434 func expectUint64(s string, x, expected uint64) int { func
1812 fails += expectUint64("lt", lt, 0x0110001000000000)
1813 fails += expectUint64("le", le, 0x1110011000100000)
1814 fails += expectUint64("eq", eq, 0x1000010000100000)
1815 fails += expectUint64("ne", ne, 0x0111101111011111)
1816 fails += expectUint64("ge", ge, 0x1000110011100000)
1817 fails += expectUint64("gt", gt, 0x0000100011000000)
1823 fails += expectUint64("lt", lt, 0x0110001000000000)
1824 fails += expectUint64("le", le, 0x1110011000100000)
1825 fails += expectUint64("eq", eq, 0x1000010000100000)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/test/testdata/
H A Dfp_test.go1751 expectUint64(t, "lt", lt, 0x0110001000000000)
1752 expectUint64(t, "le", le, 0x1110011000100000)
1753 expectUint64(t, "eq", eq, 0x1000010000100000)
1754 expectUint64(t, "ne", ne, 0x0111101111011111)
1755 expectUint64(t, "ge", ge, 0x1000110011100000)
1756 expectUint64(t, "gt", gt, 0x0000100011000000)
1762 expectUint64(t, "lt", lt, 0x0110001000000000)
1763 expectUint64(t, "le", le, 0x1110011000100000)
1764 expectUint64(t, "eq", eq, 0x1000010000100000)
1765 expectUint64(t, "ne", ne, 0x0111101111011111)
[all …]