Searched refs:PrependFloat32 (Results 1 – 5 of 5) sorted by relevance
41 builder.PrependFloat32(z)42 builder.PrependFloat32(y)43 builder.PrependFloat32(x)
76 builder.PrependFloat32(z)77 builder.PrependFloat32(y)78 builder.PrependFloat32(x)
78 func (b *Builder) PrependFloat32(x float32)79 PrependFloat32 prepends a float32 to the Builder buffer. Aligns and
495 b.PrependFloat32(x)633 func (b *Builder) PrependFloat32(x float32) { func
602 def PrependFloat32(self, x): member in Builder