Searched refs:readFloat64 (Results 1 – 4 of 4) sorted by relevance
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;
498 return this.bb.readFloat64(this.bb_pos + 16);1587 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;2950 return offset ? this.bb.readFloat64(this.bb_pos + offset) : 0.0;2999 return offset ? this.bb.readFloat64(this.bb.__vector(this.bb_pos + offset) + index * 8) : 0;
961 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()