Searched refs:readFloat32 (Results 1 – 4 of 4) sorted by relevance
330 return this.bb!.readFloat32(this.bb_pos);352 return this.bb!.readFloat32(this.bb_pos + 4);374 return this.bb!.readFloat32(this.bb_pos + 8);1291 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 3.14159;1314 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 3.0;1337 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 0.0;2742 return offset ? this.bb!.readFloat32(this.bb_pos + offset) : 0.0;
393 return this.bb.readFloat32(this.bb_pos);415 return this.bb.readFloat32(this.bb_pos + 4);437 return this.bb.readFloat32(this.bb_pos + 8);1382 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.14159;1405 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 3.0;1428 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 0.0;2888 return offset ? this.bb.readFloat32(this.bb_pos + offset) : 0.0;
953 flatbuffers.ByteBuffer.prototype.readFloat32 = function(offset) { method in flatbuffers.ByteBuffer
84 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() function169 Expr.Value.Float32 = readFloat32(Ctx); in readInitExpr()