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

Method F32

gapis/memory/encoder.go:73–76  ·  view source on GitHub ↗

F32 stores a float32.

(v float32)

Source from the content-addressed store, hash-verified

71
72// F32 stores a float32.
73func (e *Encoder) F32(v float32) {
74 e.alignAndOffset(e.m.F32)
75 e.w.Float32(v)
76}
77
78// F64 stores a float64.
79func (e *Encoder) F64(v float64) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Float32Method · 0.65

Tested by

no test coverage detected