Home
last modified time | relevance | path

Searched refs:readFloat64 (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.js459 return this.bb.readFloat64(this.bb_pos + 16);
1548 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;
2911 return offset ? this.bb.readFloat64(this.bb_pos + offset) : 0.0;
2960 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;
Dmonster_test_generated.ts396 return this.bb!.readFloat64(this.bb_pos + 16);
1459 return offset ? this.bb!.readFloat64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : 0;
2765 return offset ? this.bb!.readFloat64(this.bb_pos + offset) : 0.0;
2814 return offset ? this.bb!.readFloat64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : 0;
/external/flatbuffers/js/
Dflatbuffers.js962 flatbuffers.ByteBuffer.prototype.readFloat64 = function(offset) { method in flatbuffers.ByteBuffer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp91 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function
172 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()