MCPcopy Create free account
hub / github.com/google/gapid / Float32

Method Float32

core/data/binary/reader.go:46–46  ·  view source on GitHub ↗

Float32 decodes and returns a 32 bit floating-point value from the Reader.

()

Source from the content-addressed store, hash-verified

44 Float16() f16.Number
45 // Float32 decodes and returns a 32 bit floating-point value from the Reader.
46 Float32() float32
47 // Int64 decodes and returns a signed, 64 bit integer value from the Reader.
48 Int64() int64
49 // Uint64 decodes and returns an unsigned, 64 bit integer value from the Reader.

Callers 15

initFunction · 0.65
DifferenceFunction · 0.65
TestRGBAF32ResizeFunction · 0.65
resizeRGBA_F32Function · 0.65
encodeMethod · 0.65
decodeValueFunction · 0.65
encodeMethod · 0.65
ftouFunction · 0.65
ftosFunction · 0.65
ftofFunction · 0.65
convertSharedExponentFunction · 0.65
TestFloat16To32Function · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 3

TestRGBAF32ResizeFunction · 0.52
TestFloat16To32Function · 0.52
TestFloat16InfTo32Function · 0.52