Searched refs:readFloat64 (Results 1 – 4 of 4) sorted by relevance
459 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;
396 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;
962 flatbuffers.ByteBuffer.prototype.readFloat64 = function(offset) { method in flatbuffers.ByteBuffer
91 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() function172 Expr.Value.Float64 = readFloat64(Ctx); in readInitExpr()