OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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