Home
last modified time | relevance | path

Searched refs:testValues (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp292 static const tcu::Vec4 testValues[] = in iterate() local
303 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate()
306 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in iterate()
313 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp368 static const tcu::Vec4 testValues[] = in iterate() local
379 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues))); in iterate()
382 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange)); in iterate()
389 if (++m_iteration < DE_LENGTH_OF_ARRAY(testValues)) in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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/
H A Dnumbertest_api.cpp5997 int64_t testValues[2] = {4, 61}; in microPropsInternals() local
6001 mp.mixedMeasures[0] = testValues[0]; in microPropsInternals()
6002 mp.mixedMeasures[1] = testValues[1]; in microPropsInternals()
6012 assertEquals("Original values[0]", testValues[0], mp.mixedMeasures[0]); in microPropsInternals()
6013 assertEquals("Original values[1]", testValues[1], mp.mixedMeasures[1]); in microPropsInternals()
6014 assertEquals("Copy Constructed[0]", testValues[0], copyConstructed.mixedMeasures[0]); in microPropsInternals()
6015 assertEquals("Copy Constructed[1]", testValues[1], copyConstructed.mixedMeasures[1]); in microPropsInternals()
6016 assertEquals("Copy Assigned[0]", testValues[0], copyAssigned.mixedMeasures[0]); in microPropsInternals()
6017 assertEquals("Copy Assigned[1]", testValues[1], copyAssigned.mixedMeasures[1]); in microPropsInternals()
H A Dnumfmtst.cpp3305 int testValues[]={0, 300}; in TestRounding() local
3311 double base=testValues[j]; in TestRounding()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp2681 std::vector<TestValueType> testValues; // Values to input to functions
2704 for(auto &&v : GetParam().testValues)
2783 for(auto &&v : GetParam().testValues)
2810 for(auto &&v : GetParam().testValues)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2485 int[] testValues = {0, 300}; in TestRounding()
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/
H A DNumberFormatTest.java2482 int[] testValues = {0, 300}; in TestRounding()
2483 for (int j = 0; j < testValues.length; ++j) { in TestRounding()
2487 BigDecimal base = new BigDecimal(testValues[j]); in TestRounding()

Completed in 48 milliseconds