Home
last modified time | relevance | path

Searched refs:expected1 (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_data_test.h74 double expected1; member
80 float expected1; member
86 float expected1; member
92 double expected1; member
99 double expected1; member
106 float expected1; member
H A Dmath_frexp_test.cpp25 bool testResult = DoubleUlpCmp(g_frexpData[i].expected1, frexp(g_frexpData[i].input, &exp), 1); in HWTEST_F()
54 bool testResult = FloatUlpCmp(g_frexpfData[i].expected1, frexpf(g_frexpfData[i].input, &exp), 1); in HWTEST_F()
H A Dmath_modf_test.cpp25 bool testResult1 = DoubleUlpCmp(g_modfData[i].expected1, modf(g_modfData[i].input, &di), 1); in HWTEST_F()
55 bool testResult1 = FloatUlpCmp(g_modffData[i].expected1, modff(g_modffData[i].input, &di), 1); in HWTEST_F()
H A Dmath_sincos_test.cpp26 bool testResult1 = DoubleUlpCmp(g_sincosData[i].expected1, s, 1); in HWTEST_F()
57 bool testResult1 = FloatUlpCmp(g_sincosfData[i].expected1, s, 1); in HWTEST_F()
H A Dmath_remquo_test.cpp25 bool testResult = DoubleUlpCmp(g_remquoData[i].expected1, remquo(g_remquoData[i].input1, in HWTEST_F()
90 bool testResult1 = FloatUlpCmp(g_remquofData[i].expected1, remquof(g_remquofData[i].input1, in HWTEST_F()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fApiCase.cpp76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument
79 if (err != expected0 && err != expected1) in expectError()
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage; in expectError()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fApiCase.cpp78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument
81 if (err != expected0 && err != expected1) in expectError()
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage; in expectError()
H A Des3fFboStateQueryTests.cpp132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) in checkIntEqualsAny() argument
136 if (got != expected0 && got != expected1) in checkIntEqualsAny()
138 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 << "; got " << got << TestLog::EndMessage; in checkIntEqualsAny()
/third_party/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c14 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable
154 int expected1_min = (int) (expected1 * 0.95); in draw()
155 int expected1_max = (int) (expected1 * 1.05); in draw()
194 printf(" Failure: result1 should be near %d\n", expected1); in draw()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DStringTokenizerTest.java79 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors()
84 for (int i = 0; i < expected1.length; i ++) { in TestConstructors()
85 if (!(stdelimiterreturn.nextElement().equals(expected1[i]) in TestConstructors()
86 && stdelimitersetreturn.nextElement().equals(expected1[i]))) { in TestConstructors()
169 String expected1[] = {"bmp string ", in TestSupplementary()
174 if (!tokenizer.nextElement().equals(expected1[i ++])) { in TestSupplementary()
465 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters()
467 for (int i = 0; i < expected1.length; i ++) { in TestNextNewDelimiters()
469 expected1[i])) { in TestNextNewDelimiters()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java76 String expected1[] = {"this", "\t", "is", "\n", "a", "\r", "string", "\f", in TestConstructors()
81 for (int i = 0; i < expected1.length; i ++) { in TestConstructors()
82 if (!(stdelimiterreturn.nextElement().equals(expected1[i]) in TestConstructors()
83 && stdelimitersetreturn.nextElement().equals(expected1[i]))) { in TestConstructors()
166 String expected1[] = {"bmp string ", in TestSupplementary()
171 if (!tokenizer.nextElement().equals(expected1[i ++])) { in TestSupplementary()
462 String expected1[] = {"abc", "def1ghi", "jkl3mno", "pqr", "stu1vwx", in TestNextNewDelimiters()
464 for (int i = 0; i < expected1.length; i ++) { in TestNextNewDelimiters()
466 expected1[i])) { in TestNextNewDelimiters()
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c967 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; in TestWithBufferSize() local
971 expected1, UPRV_LENGTHOF(expected1),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,false)) in TestWithBufferSize()
1534 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; in TestResetBehaviour() local
1545 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
1557 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
1576 static const uint8_t expected1[] = {0x1b, 0x24, 0x42,0x30,0x6c,0x43,0x7a,0x1b,0x28,0x42, in TestResetBehaviour() local
1588 if(!testConvertToU(expected1, sizeo in TestResetBehaviour()
1616 static const uint8_t expected1[] = { TestResetBehaviour() local
1661 static const uint8_t expected1[] = {0x1B, 0x24, 0x29, 0x43, TestResetBehaviour() local
1707 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, TestResetBehaviour() local
[all...]
H A Dnccbtst.c912 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local
916 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSkip()
924 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local
928 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSkip()
1328 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local
1332 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestStop()
1339 static const UChar expected1[] in TestStop() local
1618 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; TestSub() local
1629 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; TestSub() local
[all...]
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs_unittest.cc42 const std::string& expected1, in AssertTwoStringsEqual()
47 ASSERT_EQ(expected1, list.list_value()[0].string_value()); in AssertTwoStringsEqual()
41 AssertTwoStringsEqual(const Value& list, const std::string& expected1, const std::string& expected2) AssertTwoStringsEqual() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_buffer_test.c95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; in emit_bits() local
96 ASSERT_BLOB_DATA(&buf, expected1); in emit_bits()
/third_party/openssl/test/
H A Dsm3_internal_test.c31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { in test_sm3() local
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()
/third_party/node/test/parallel/
H A Dtest-util-inspect-proxy.js120 const expected1 = 'Proxy [ {}, {} ]';
140 expected1);
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp354 const char16_t* expected1; // Expected number format string in testNumberingSystem() member
378 UnicodeString expected1(cas.expected1); in testNumberingSystem()
384 Verify(1234.56, "#,##0.##", dfs, expected1); in testNumberingSystem()
H A Dlistformattertest.cpp653 const char16_t* expected1; in TestCreateStyled() member
702 assertEquals(message, cas.expected1, result.toTempString(status)); in TestCreateStyled()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c33 struct expected expected1[] = { variable
186 expected1, LWS_ARRAY_SIZE(expected1),
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp762 const deUint32 expected1 = randomValue ^ ~0u;
772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1;
777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask)
789 (outputValue & compareMask) != (expected1&compareMask))
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DShaderTests.cpp584 std::vector<uint32_t> expected1{1u}; in TEST_P()
671 EXPECT_BUFFER_U32_RANGE_EQ(expected1.data(), buffer1, 0, kCount); in TEST_P()
/third_party/python/Lib/test/
H A Dtest_binascii.py271 expected1 = s.hex(':').encode('ascii')
272 self.assertEqual(binascii.b2a_hex(self.type2test(s), ':'), expected1)
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp165 const uint32_t expected1[] = { in TEST_F() local
171 EXPECT_EQ(g1[i], expected1[i]); in TEST_F()
195 const uint32_t expected1[] = { in TEST_F() local
201 EXPECT_EQ(g1[i], expected1[i]); in TEST_F()
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp440 float expected1 = 25; in DEF_TEST() local
441 test(r, "float main(float x) { return x * x; }", &value1, &expected1); in DEF_TEST()

Completed in 26 milliseconds

12