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

Method F64

gapis/memory/encoder.go:79–82  ·  view source on GitHub ↗

F64 stores a float64.

(v float64)

Source from the content-addressed store, hash-verified

77
78// F64 stores a float64.
79func (e *Encoder) F64(v float64) {
80 e.alignAndOffset(e.m.F64)
81 e.w.Float64(v)
82}
83
84// I8 stores a int8.
85func (e *Encoder) I8(v int8) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Float64Method · 0.65

Tested by

no test coverage detected