Home
last modified time | relevance | path

Searched refs:testValues (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp292 static const tcu::Vec4 testValues[] = in iterate() local
303 …, "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate()
306 …::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : ( in iterate()
313 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp368 static const tcu::Vec4 testValues[] = in iterate() local
379 …, "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate()
382 …::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : ( in iterate()
389 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp2916 std::array<GLfloat, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
2917 for (GLfloat testValue : testValues) in TEST_P()
2964 std::array<GLfloat, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
2965 for (GLfloat testValue : testValues) in TEST_P()
3165 std::array<GLint, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
3166 for (GLfloat testValue : testValues) in TEST_P()
3216 std::array<GLuint, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
3217 for (GLfloat testValue : testValues) in TEST_P()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp5338 int64_t testValues[2] = {4, 61}; in microPropsInternals() local
5342 mp.mixedMeasures[0] = testValues[0]; in microPropsInternals()
5343 mp.mixedMeasures[1] = testValues[1]; in microPropsInternals()
5353 assertEquals("Original values[0]", testValues[0], mp.mixedMeasures[0]); in microPropsInternals()
5354 assertEquals("Original values[1]", testValues[1], mp.mixedMeasures[1]); in microPropsInternals()
5355 assertEquals("Copy Constructed[0]", testValues[0], copyConstructed.mixedMeasures[0]); in microPropsInternals()
5356 assertEquals("Copy Constructed[1]", testValues[1], copyConstructed.mixedMeasures[1]); in microPropsInternals()
5357 assertEquals("Copy Assigned[0]", testValues[0], copyAssigned.mixedMeasures[0]); in microPropsInternals()
5358 assertEquals("Copy Assigned[1]", testValues[1], copyAssigned.mixedMeasures[1]); in microPropsInternals()
Dnumfmtst.cpp3301 int testValues[]={0, 300}; in TestRounding() local
3307 double base=testValues[j]; in TestRounding()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp1819 std::array<GLfloat, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
1820 for (GLfloat testValue : testValues) in TEST_P()
1867 std::array<GLfloat, 4> testValues = {{1, 2, 3, 4}}; in TEST_P() local
1868 for (GLfloat testValue : testValues) in TEST_P()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2681 std::vector<TestValueType> testValues; // Values to input to functions member
2704 for(auto &&v : GetParam().testValues) in test()
2783 for(auto &&v : GetParam().testValues) in test()
2810 for(auto &&v : GetParam().testValues) in test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java2485 int[] testValues = {0, 300}; in TestRounding() local
2486 for (int j = 0; j < testValues.length; ++j) { in TestRounding()
2490 BigDecimal base = new BigDecimal(testValues[j]); in TestRounding()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2482 int[] testValues = {0, 300}; in TestRounding() local
2483 for (int j = 0; j < testValues.length; ++j) { in TestRounding()
2487 BigDecimal base = new BigDecimal(testValues[j]); in TestRounding()