Searched refs:mat1 (Results 1 - 9 of 9) sorted by relevance
/third_party/vixl/examples/aarch64/ |
H A D | neon-matrix-multiply.cc | 63 // mat1 -> x1 in GenerateNEONMatrixMultiply() 117 float mat1[kLength], mat2[kLength], output[kLength]; in main() local 124 // float mat1[kLength] = { 1.0f, 52.03f, 4.43f, ... }; in main() 127 mat1[0] = 1.0f; in main() 128 mat1[4] = 2.0f; in main() 129 mat1[8] = 3.0f; in main() 130 mat1[12] = 4.0f; in main() 131 mat1[1] = 52.03f; in main() 132 mat1[5] = 12.24f; in main() 133 mat1[ in main() [all...] |
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 250 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength]; in TEST() local 254 mat1[0] = 1.0f; in TEST() 255 mat1[4] = 2.0f; in TEST() 256 mat1[8] = 3.0f; in TEST() 257 mat1[12] = 4.0f; in TEST() 258 mat1[1] = 52.03f; in TEST() 259 mat1[5] = 12.24f; in TEST() 260 mat1[9] = 53.56f; in TEST() 261 mat1[13] = 22.22f; in TEST() 262 mat1[ in TEST() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils.h | 139 Matrix<T> compMult(const Matrix<T> &mat1) const 147 T rhs = mat1(i, j); 155 Matrix<T> outerProduct(const Matrix<T> &mat1) const 157 unsigned int cols = mat1.columns(); 161 result(i, j) = at(i, 0) * mat1(0, j);
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | regexp_adapter_test.cc | 178 string mat1, mat2, res3, res4, res5, res6; in TEST_F() local 180 input_with_six_digit_groups.get(), false, &mat1, &mat2, &res3, &res4, in TEST_F() 187 ASSERT_EQ("111", mat1) << ErrorMessage(context); in TEST_F()
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 1615 skcms_Matrix3x3 mat0, mat1; in test_encode_icc() local 1618 success = p3Codec->getInfo().colorSpace()->toXYZD50(&mat1); in test_encode_icc() 1623 REPORTER_ASSERT(r, color_space_almost_equal(mat0.vals[i][j], mat1.vals[i][j])); in test_encode_icc()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 1192 vfloat4 mat1(ZQP, SZmRR * X - Z * PP, RQX, mZQX); 1198 dot_s(mat1, vect),
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 4941 bool operator() (const Matrix<T, Rows, Cols>& mat1, in operator ()() 4946 if (inputLess(mat1[col], mat2[col])) in operator ()() 4948 if (inputLess(mat2[col], mat1[col])) in operator ()()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 6582 bool operator() (const Matrix<T, Rows, Cols>& mat1, 6587 if (inputLess(mat1[col], mat2[col])) 6589 if (inputLess(mat2[col], mat1[col]))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 6571 bool operator() (const Matrix<T, Rows, Cols>& mat1, 6576 if (inputLess(mat1[col], mat2[col])) 6578 if (inputLess(mat2[col], mat1[col]))
|
Completed in 43 milliseconds