Searched refs:readFloat32 (Results 1 – 5 of 5) sorted by relevance
382 return this.bb!.readFloat32(this.bb_pos);404 return this.bb!.readFloat32(this.bb_pos + 4);426 return this.bb!.readFloat32(this.bb_pos + 8);1358 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 3.14159;1381 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 3.0;1404 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 0.0;2829 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 0.0;
504 return this.bb.readFloat32(this.bb_pos);526 return this.bb.readFloat32(this.bb_pos + 4);548 return this.bb.readFloat32(this.bb_pos + 8);1508 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.14159;1531 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.0;1554 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 0.0;3035 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 0.0;
973 flatbuffers.ByteBuffer.prototype.readFloat32 = function(offset) { method in flatbuffers.ByteBuffer
85 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() function174 Expr.Value.Float32 = readFloat32(Ctx); in readInitExpr()
86 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() function179 Expr.Value.Float32 = readFloat32(Ctx); in readInitExpr()