Home
last modified time | relevance | path

Searched defs:WriteFloat64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Ddata.go93 func (s *LSym) WriteFloat64(ctxt *Link, off int64, f float64) { func
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go221 func WriteFloat64(buf []byte, n float64) { func