Home
last modified time | relevance | path

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

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