HomeSort by relevance Sort by last modified time
    Searched full:writefloat64 (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/flatbuffers/go/
encode.go 198 // WriteFloat64 encodes a little-endian float64 into a byte slice.
199 func WriteFloat64(buf []byte, n float64) {
table.go 365 WriteFloat64(t.Bytes[off:], n)
builder.go 727 WriteFloat64(b.Bytes[b.head:], x)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 441 s.WriteFloat64(Ctxt, nam.Xoffset, f)
452 s.WriteFloat64(Ctxt, nam.Xoffset, r)
453 s.WriteFloat64(Ctxt, nam.Xoffset+8, i)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 441 s.WriteFloat64(Ctxt, nam.Xoffset, f)
452 s.WriteFloat64(Ctxt, nam.Xoffset, r)
453 s.WriteFloat64(Ctxt, nam.Xoffset+8, i)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 97 // WriteFloat64 writes f into s at offset off.
98 func (s *LSym) WriteFloat64(ctxt *Link, off int64, f float64) {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
data.go 97 // WriteFloat64 writes f into s at offset off.
98 func (s *LSym) WriteFloat64(ctxt *Link, off int64, f float64) {
  /external/flatbuffers/js/
flatbuffers.js 338 flatbuffers.Builder.prototype.writeFloat64 = function(value) {
339 this.bb.writeFloat64(this.space -= 8, value);
394 this.writeFloat64(value);
1037 flatbuffers.ByteBuffer.prototype.writeFloat64 = function(offset, value) {
  /external/flatbuffers/tests/
monster_test_generated.js 424 this.bb.writeFloat64(this.bb_pos + offset, value);
478 builder.writeFloat64(test1);
    [all...]
monster_test_generated.ts 405 this.bb.writeFloat64(this.bb_pos + offset, value);
459 builder.writeFloat64(test1);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 229 nameAddr.Sym.WriteFloat64(p.ctxt, nameAddr.Offset, valueAddr.Val.(float64))
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 229 nameAddr.Sym.WriteFloat64(p.ctxt, nameAddr.Offset, valueAddr.Val.(float64))
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/internal/
obj.a 258 ?f·4 WriteFloat64<?J??
518 b.len?Tgclocals·2c46b9084c00dc258a392ae4a2f2e080?Tgclocals·a957f614eda30b1fd17d1c76fd18aecf?("".(*LSym).prepwrite?(type.[3]interface {}?"runtime.convT2E64?Zgo.string."prepwrite: bad off=%d siz=%d s=%v"?(type.[2]interface {}?@type.cmd/internal/objabi.SymKind?*runtime.convT2Estring?Xgo.string."cannot supply data for %v var %v"?ctxt?off?siz?.autotmp_17?*type.*[3]interface {}?.autotmp_19?*type.*[2]interface {}?l?.autotmp_18?Tgclocals·9ab87fe39b93bd87f310b935838b08e1?Tgclocals·ff7a90664d435d6d03c64782190d122a?."".(*LSym).WriteFloat32?."".(*LSym).WriteFloat64?&"".(*LSym).WriteInt?Tgo.string."WriteInt: bad integer size: %d"?*type.*[1]interface {}?Tgclocals·3e4e39a106fc9d8427d41c28844e87a1?Tgclocals·7c4f42204c11e36f20768ac2d97a1c59?("".(*LSym).writeAddr?"".statictmp_0? runtime.duffcopy?Xgo.string."WriteAddr: off overflow %d in %s"?type."".Reloc?(runtime.typedmemmove?`go.string."WriteAddr: bad address size %d in %s"?rsym?roff?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/internal/
obj.a 258 ?f·4 WriteFloat64<?J??
518 b.len?Tgclocals·2c46b9084c00dc258a392ae4a2f2e080?Tgclocals·a957f614eda30b1fd17d1c76fd18aecf?("".(*LSym).prepwrite?(type.[3]interface {}?"runtime.convT2E64?Zgo.string."prepwrite: bad off=%d siz=%d s=%v"?(type.[2]interface {}?@type.cmd/internal/objabi.SymKind?*runtime.convT2Estring?Xgo.string."cannot supply data for %v var %v"?ctxt?off?siz?.autotmp_17?*type.*[3]interface {}?.autotmp_19?*type.*[2]interface {}?l?.autotmp_18?Tgclocals·9ab87fe39b93bd87f310b935838b08e1?Tgclocals·ff7a90664d435d6d03c64782190d122a?."".(*LSym).WriteFloat32?."".(*LSym).WriteFloat64?&"".(*LSym).WriteInt?Tgo.string."WriteInt: bad integer size: %d"?*type.*[1]interface {}?Tgclocals·3e4e39a106fc9d8427d41c28844e87a1?Tgclocals·7c4f42204c11e36f20768ac2d97a1c59?("".(*LSym).writeAddr?"".statictmp_0? runtime.duffcopy?Xgo.string."WriteAddr: off overflow %d in %s"?type."".Reloc?(runtime.typedmemmove?`go.string."WriteAddr: bad address size %d in %s"?rsym?roff?
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
arm64.a 183 ?f·4WriteFloat64R?F??
    [all...]
mips.a 183 ?f·4WriteFloat64R?F??
    [all...]
mips64.a 184 ?f·4WriteFloat64R?F??
    [all...]
ppc64.a 183 ?f·4WriteFloat64R?F??
    [all...]
s390x.a 183 ?f·4WriteFloat64R?F??
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
arm64.a 183 ?f·4WriteFloat64R?F??
    [all...]
mips.a 183 ?f·4WriteFloat64R?F??
    [all...]
mips64.a 184 ?f·4WriteFloat64R?F??
    [all...]
ppc64.a 183 ?f·4WriteFloat64R?F??
    [all...]
s390x.a 183 ?f·4WriteFloat64R?F??
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/asm/internal/
asm.a 154 ?f·4WriteFloat64X?L??
798 .this?type.io.Writer?p?type.[]uint8?n?type.int?err?type.error?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>? os.(*File).close? os.(*file).close?type.*os.File?~r1?Tgclocals·d4dc2f11db048877dbc0f60a22b4adb3?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?,go.builtin.error.Error?type.string?Tgclocals·c55e845a0a62e9baae6c740db5a20866?&"".(*Parser).append?Bcmd/asm/internal/arch.ARM64Suffix?(runtime.writeBarrier?Ltype.map[string]*cmd/internal/obj.Prog?4runtime.mapaccess1_faststr?2runtime.mapassign_faststr?,runtime.gcWriteBarrier?*runtime.convT2Estring?Jgo.string."label %q multiply defined"?&"".(*Parser).errorf?8cmd/asm/internal/flags.Debug?"".testOut?6type.*cmd/internal/obj.Prog?>go.itab.*bytes.Buffer,io.Writer?fmt.Fprintln?"runtime.convT2E64?fmt.Println?Fgo.string."unrecognized suffix .%q"?Ncmd/asm/internal/arch.ARMConditionCodes?Vgo.string."unrecognized condition code .%q"?type.*"".Parser?prog?cond?doLabel?type.bool?.autotmp_17?(type.[2]interface {}?.autotmp_10?.autotmp_11?(type.[1]interface {}?.autotmp_12?.autotmp_15?.autotmp_16?.autotmp_19?.autotmp_6?.autotmp_7?.autotmp_9?.autotmp_48?type.*string?label.ptr?type.*uint8?.autotmp_46?.autotmp_47?label.len?Tgclocals·2bd0bb4c9c71e6c51da0377d13d0e075?Tgclocals·78b0c1b37ce30e3d3ce7ed12e1fa5cba?^gofile..$GOROOT/src/cmd/asm/internal/asm/asm.go?0"".(*Parser).validSymbol?Zgo.string."%s symbol %q must be a symbol(SB)"?<go.string."<erroneous symbol>"?fgo.string."%s symbol %q must not be offset from SB"? pseudo?addr?6type.*cmd/internal/obj.Addr?offsetOk?~r3?.autotmp_13?.autotmp_14?Tgclocals·347e15ff2609c76e54e33291acaa7ad4?Tgclocals·e57db8a4ec6ce130bbad377546fc849e?"".symbolName?0"".(*Parser).evalInteger?("".(*Parser).address? runtime.duffcopy?<"".(*Parser).getConstantPseudo?operands?Btype.[]cmd/asm/internal/lex.Token?~r2?type.int64?4type.cmd/internal/obj.Addr?Tgclocals·1567212e0b65df30d7533146a00aef00?Tgclocals·74013ac1fc8a3804d36322a2cfdd9c4d?6"".(*Parser).validImmediate?"".emptyProg?,cmd/internal/obj.Dconv?jgo.string."%s: expected immediate constant; found %s"?.autotmp_4?.autotmp_5?Tgclocals·318e9b36147458d466f7ab1e9c400bd4?Tgclocals·63d6144a915c41e0ce741aac4105d24a?("".(*Parser).asmText?$"".(*Parser).patch?*runtime.makemap_small? go.string."TEXT"?zgo.string."TEXT %s: frame size must be an immediate constant"?2"".(*Parser).positiveAtoi?vgo.string."TEXT %s: argument size must be of form -integer"?Hcmd/internal/obj.(*Link).InitTextSym? "".(*Parser).pos?4type.cmd/internal/obj.Prog?"runtime.newobject?type.int32?"runtime.convT2E32?(runtime.typedmemmove?bgo.string."expect two or three operands for TEXT"?$runtime.panicindex?word?Ftype.[][]cmd/asm/internal/lex.Token?nameAddr?.autotmp_25?.autotmp_26?.autotmp_28?.autotmp_29?.autotmp_32?.autotmp_33?.autotmp_62?name.ptr?argSize?flag?frameSize?name.len? op.cap? op.len?.autotmp_35?.autotmp_63?.autotmp_64?4type.cmd/internal/src.lico?negative?Tgclocals·42bbb921953f406b65414d9ce7756cac?Tgclocals·4bda74eb4edbb0558711e43a45d0d1a9?("".(*Parser).asmData?Tgo.string."expect /size for DATA argument"?."".(*Parser).parseScale? go.string."DATA"?*type.map[string]int64?4runtime.mapaccess2_faststr?type.float64?Jcmd/internal/obj.(*LSym).WriteFloat32?Jcmd/internal/obj.(*LSym).WriteFloat64?Bcmd/internal/obj.(*LSym).WriteInt?Hcmd/internal/obj.(*LSym).WriteString?Dcmd/internal/obj.(*LSym).WriteAddr?Rgo.string."overlapping DATA entry for %s"?~go.string."DATA value must be an immediate constant or address"?Pgo.string."expect two operands for DATA"?"type.interface {}?*runtime.panicdottypeE?"".statictmp_0?runtime.gopanic?valueAddr?.autotmp_20?.autotmp_21?.autotmp_44? op.ptr?@type.*cmd/asm/internal/lex.Token?.autotmp_45?
    [all...]

Completed in 458 milliseconds

1 2 3