Searched refs:readFloat64 (Results 1 – 5 of 5) sorted by relevance
448 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;
570 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;
982 flatbuffers.ByteBuffer.prototype.readFloat64 = function(offset) { method in flatbuffers.ByteBuffer
94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function177 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()
95 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function182 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()