Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonster_test_generated.ts448 return this.bb!.readFloat64(this.bb_pos + 16);
1526 return offset ? this.bb!.readFloat64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : 0;
2852 return offset ? this.bb!.readFloat64(this.bb_pos + offset) : 0.0;
2901 return offset ? this.bb!.readFloat64(this.bb!.__vector(this.bb_pos + offset) + index * 8) : 0;
Dmonster_test_generated.js570 return this.bb.readFloat64(this.bb_pos + 16);
1674 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;
3058 return offset ? this.bb.readFloat64(this.bb_pos + offset) : 0.0;
3107 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;
/external/flatbuffers/js/
Dflatbuffers.js982 flatbuffers.ByteBuffer.prototype.readFloat64 = function(offset) { method in flatbuffers.ByteBuffer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function
177 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp95 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function
182 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()