Searched refs:floatValues (Results 1 - 6 of 6) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | packed_float_test_pairs.js | 9 * @return {!Array<{name: string, floatValues: !Array<number>, 16 floatValues: [], 22 floatValues: [1], 27 floatValues: [1, 0],
|
H A D | reader_test.js | 359 expect(d).toEqual(pair.floatValues);
|
H A D | writer_test.js | 659 writer.writePackedFloat(1, pair.floatValues);
|
H A D | kernel.js | 2613 const floatValues = Array.from(values, fround); 2614 const array = [...this.getRepeatedFloatArray_(fieldNumber), ...floatValues];
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | WriteRawPrimitivesBenchmark.cs | 54 float[] floatValues; field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark 91 floatValues = CreateRandomFloats(random, BytesToWrite / sizeof(float)); in GlobalSetup() 310 foreach (var value in floatValues) in WriteRawFloat_CodedOutputStream() 323 foreach (var value in floatValues) in WriteRawFloat_WriteContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexAttribute.h | 127 void setFloatValues(const GLfloat floatValues[4]);
|
Completed in 7 milliseconds