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

Method Float32

core/data/binary/writer.go:45–45  ·  view source on GitHub ↗

Float32 encodes a 32 bit floating-point value to the Writer.

(float32)

Source from the content-addressed store, hash-verified

43 Float16(f16.Number)
44 // Float32 encodes a 32 bit floating-point value to the Writer.
45 Float32(float32)
46 // Int64 encodes a signed, 64 bit integer value to the Writer.
47 Int64(int64)
48 // Uint64 encodes an unsigned, 64 bit integer value to the Encoders's io.Writer.

Callers 1

WriteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected