Home
last modified time | relevance | path

Searched refs:expected2 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_data_test.h75 double expected2; member
81 float expected2; member
87 int expected2; member
93 int expected2; member
100 int expected2; member
107 int expected2; member
Dmath_modf_test.cpp27 bool testResult2 = DoubleUlpCmp(g_modfData[i].expected2, di, 1);
57 bool testResult2 = FloatUlpCmp(g_modffData[i].expected2, di, 1);
Dmath_sincos_test.cpp28 bool testResult2 = DoubleUlpCmp(g_sincosData[i].expected2, c, 1);
59 bool testResult2 = FloatUlpCmp(g_sincosfData[i].expected2, c, 1);
Dmath_frexp_test.cpp27 EXPECT_EQ(exp, g_frexpData[i].expected2);
56 EXPECT_EQ(exp, g_frexpfData[i].expected2);
Dmath_remquo_test.cpp28 EXPECT_EQ(g_remquoData[i].expected2, q);
93 bool testResult2 = FloatUlpCmp(g_remquofData[i].expected2, q, 1);
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c203 char expected2[] = "M275,442C246,442 221,435 198,420C175,405 158,382 145,353" in test_hb_draw_glyf() local
212 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_glyf()
309 char expected2[] = "M323,448C356,448 380,441 411,427L333,469L339,401" in test_hb_draw_cff2() local
314 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_cff2()
436 char expected2[] = "M639,-20Q396,-20 256,128Q115,276 115,539Q115,804 246,960Q376,1116 596,1116" in test_hb_draw_font_kit_glyphs_tests() local
442 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_font_kit_glyphs_tests()
478 char expected2[] = "M155,624L155,84Q150,90 146,95Q141,99 136,105" in test_hb_draw_font_kit_glyphs_tests() local
482 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_font_kit_glyphs_tests()
785 char expected2[] = "M120,693Q120,545 177,414Q233,282 333,182Q433,81 567,24" in test_hb_draw_estedad_vf() local
800 g_assert_cmpmem (str, user_data.consumed, expected2, sizeof (expected2) - 1); in test_hb_draw_estedad_vf()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dncnvtst.c344 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; in TestErrorBehaviour() local
355 expected2, sizeof(expected2), "ibm-920", 0, true, U_ZERO_ERROR)) in TestErrorBehaviour()
368 expected2, sizeof(expected2), "LATIN_1", 0, true, U_ZERO_ERROR)) in TestErrorBehaviour()
382 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; in TestErrorBehaviour() local
410 expected2, sizeof(expected2), "ibm-1363", 0, true, U_ZERO_ERROR)) in TestErrorBehaviour()
413 expected2, sizeof(expected2), "ibm-1363", offsets2, true, U_ZERO_ERROR)) in TestErrorBehaviour()
425 expected2, sizeof(expected2), "ibm-1363", 0, true, U_ZERO_ERROR)) in TestErrorBehaviour()
428 expected2, sizeof(expected2), "ibm-1363", 0, false, U_ZERO_ERROR)) in TestErrorBehaviour()
431 expected2, sizeof(expected2), "ibm-1363", offsets2, false, U_ZERO_ERROR)) in TestErrorBehaviour()
458 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; in TestErrorBehaviour() local
[all …]
/third_party/mesa3d/src/gallium/tests/graw/
Docclusion-query.c15 static int expected2 = 420; variable
156 int expected2_min = (int) (expected2 * 0.95); in draw()
157 int expected2_max = (int) (expected2 * 1.05); in draw()
196 printf(" Failure: result2 should be near %d\n", expected2); in draw()
/third_party/openssl/test/
Dsm3_internal_test.c52 static const unsigned char expected2[SM3_DIGEST_LENGTH] = { in test_sm3() local
71 || !TEST_mem_eq(md2, SM3_DIGEST_LENGTH, expected2, SM3_DIGEST_LENGTH)) in test_sm3()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp534 GLint expected2[] = { 6, GL_FLOAT_VEC4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0 }; in Run() local
535 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 12, props2, 12, expected2, error); in Run()
641 GLint expected2[] = { 2, GL_INT_VEC4, 1, 0, 0, 0, 0, 0, 1, 4, 0 }; in Run() local
642 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 11, props, 11, expected2, erro… in Run()
757 GLint expected2[] = { 2, GL_UNSIGNED_INT, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0 }; in Run() local
758 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["b"], 12, props, 12, expected2, err… in Run()
877 GLint expected2[] = { 14, GL_INT, 1, 0, 0, 0, 0, 0, 1, -1, 0 }; in Run() local
878 …GetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["gl_InstanceID"], 11, props, 11, expected2, in Run()
954 GLint expected2[] = { 17, GL_INT, 1, 0, 1, 0, 0, 0, 0, -1, 0, -1 }; in Run() local
955 …rogramResourceiv(program, GL_PROGRAM_OUTPUT, indices["gl_SampleMask[0]"], 12, props, 12, expected2, in Run()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp435 GLint expected2[] = { 6, 35666, 1, 0, 1, 0, 0 }; in Run() local
436 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 7, props2, 7, expected2, error); in Run()
739 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local
740 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run()
815 GLint expected2[] = { 14, 5124, 1, 0, 0, 1, -1 }; in Run() local
816 …gramResourceiv(program, GL_PROGRAM_INPUT, indices["gl_InstanceID"], 7, props, 7, expected2, error); in Run()
905 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local
906 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run()
1074 …GLint expected2[] = { 8, 35666, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local
1075 …VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["recolor"], 13, props, 13, expected2, erro… in Run()
[all …]
Des31cShaderBitfieldOperationTests.cpp1170 GLuint expected2 = 0; in test() local
1171 GLuint expected = m_func(data->inUvec4[i], data->in2Uvec4[i], expected2); in test()
1172 if (data->outUvec4[i] != expected || data->out2Uvec4[i] != expected2) in test()
1249 GLint expected2 = 0; in test() local
1250 GLint expected = m_func(data->inIvec4[i], data->in2Ivec4[i], expected2); in test()
1251 if (data->outIvec4[i] != expected || data->out2Ivec4[i] != expected2) in test()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_buffer_test.c102 uint8_t expected2[] = { 0x11, 0x11, 0x11, 0x21, 0x22, 0x22, 0x22, 0x02 }; in emit_bits() local
103 ASSERT_BLOB_DATA(&buf, expected2); in emit_bits()
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc43 const std::string& expected2) { in AssertTwoStringsEqual() argument
49 ASSERT_EQ(expected2, list.list_value()[1].string_value()); in AssertTwoStringsEqual()
/third_party/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member
379 UnicodeString expected2(cas.expected2); in testNumberingSystem() local
388 expected2, in testNumberingSystem()
Dlistformattertest.cpp652 const char16_t* expected2; in TestCreateStyled() member
697 assertEquals(message, cas.expected2, result.toTempString(status)); in TestCreateStyled()
/third_party/node/test/parallel/
Dtest-util-inspect-proxy.js121 const expected2 = 'Proxy [ Proxy [ {}, {} ], {} ]'; constant
141 assert.strictEqual(util.inspect(proxy2, opts), expected2);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DICUDurationTest.java226 String expected2; in TestSimpleXMLDuration() local
263 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration()
268 if(out.equals(expected2)){ in TestSimpleXMLDuration()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java223 String expected2; in TestSimpleXMLDuration() local
260 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration()
265 if(out.equals(expected2)){ in TestSimpleXMLDuration()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c41 expected2[] = { variable
190 expected2, LWS_ARRAY_SIZE(expected2),
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DShaderTests.cpp585 std::vector<uint32_t> expected2{2u}; in TEST_P() local
672 EXPECT_BUFFER_U32_RANGE_EQ(expected2.data(), buffer2, 0, kCount); in TEST_P()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp173 const uint32_t expected2[] = { in TEST_F() local
181 EXPECT_EQ(g1[i], expected2[i]); in TEST_F()
203 const uint32_t expected2[] = { in TEST_F() local
211 EXPECT_EQ(g1[i], expected2[i]); in TEST_F()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java181 String expected2[] = {str}; in TestSupplementary() local
183 if (!tokenizer.nextElement().equals(expected2[0])) { in TestSupplementary()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DStringTokenizerTest.java184 String expected2[] = {str}; in TestSupplementary() local
186 if (!tokenizer.nextElement().equals(expected2[0])) { in TestSupplementary()
/third_party/skia/tests/
DSkSLInterpreterTest.cpp443 float expected2[2] = { 25, 625 }; in DEF_TEST() local
444 test(r, "float2 main(float x, float y) { return float2(x * x, y * y); }", value2, expected2); in DEF_TEST()

12