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

Method F64

gapis/memory/decoder.go:81–84  ·  view source on GitHub ↗

F64 loads and returns a float64.

()

Source from the content-addressed store, hash-verified

79
80// F64 loads and returns a float64.
81func (d *Decoder) F64() float64 {
82 d.alignAndOffset(d.m.F64)
83 return d.r.Float64()
84}
85
86// I8 loads and returns a int8.
87func (d *Decoder) I8() int8 {

Callers 6

TestMultiPostbackFunction · 0.45
decodeFunction · 0.45
encodeFunction · 0.45
TestPush_DoubleNoExpandFunction · 0.45
TestPush_DoubleExpandFunction · 0.45
initFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Float64Method · 0.65

Tested by 3

TestMultiPostbackFunction · 0.36
TestPush_DoubleNoExpandFunction · 0.36
TestPush_DoubleExpandFunction · 0.36