OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expect32
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go
209
fails +=
expect32
("a", a, 127)
210
fails +=
expect32
("b", b, 255)
211
fails +=
expect32
("c", c, 32767)
212
fails +=
expect32
("d", d, 65535)
213
fails +=
expect32
("e", e, float32(int32(0x7fffffff)))
214
fails +=
expect32
("f", f, float32(uint32(0xffffffff)))
215
fails +=
expect32
("g", g, float32(int64(0x7fffffffffffffff)))
216
fails +=
expect32
("h", h, float32(uint64(0xffffffffffffffff)))
217
fails +=
expect32
("i", i, float32(float64(3.402823E38)))
222
fails +=
expect32
("a", a, -128
1291
func
expect32
(s string, x, expected float32) int {
func
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go
209
fails +=
expect32
("a", a, 127)
210
fails +=
expect32
("b", b, 255)
211
fails +=
expect32
("c", c, 32767)
212
fails +=
expect32
("d", d, 65535)
213
fails +=
expect32
("e", e, float32(int32(0x7fffffff)))
214
fails +=
expect32
("f", f, float32(uint32(0xffffffff)))
215
fails +=
expect32
("g", g, float32(int64(0x7fffffffffffffff)))
216
fails +=
expect32
("h", h, float32(uint64(0xffffffffffffffff)))
217
fails +=
expect32
("i", i, float32(float64(3.402823E38)))
222
fails +=
expect32
("a", a, -128
1291
func
expect32
(s string, x, expected float32) int {
func
[
all
...]
Completed in 133 milliseconds