Home
last modified time | relevance | path

Searched refs:order1 (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp38 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail() local
40 if (order1 < 4) { in testFail()
41 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail()
48 if (order1 == 4 && order2 == 2) { in testFail()
140 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne() local
142 if (order1 < 4) { in testOne()
143 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne()
150 if (order1 == 4 && order2 == 2) { in testOne()
H A DPathOpsConicQuadIntersectionTest.cpp45 int order1 = reduce2.reduce(conic.fPts); in conicQuadIntersection() local
48 SkDebugf("[%d] conic order=%d\n", index, order1); in conicQuadIntersection()
51 if (order1 != 3) { in conicQuadIntersection()
H A DPathOpsCubicQuadIntersectionTest.cpp66 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection() local
68 if (order1 != 4) { in cubicQuadIntersection()
69 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in cubicQuadIntersection()
H A DPathOpsCubicConicIntersectionTest.cpp56 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection() local
58 if (order1 != 4) { in cubicConicIntersection()
59 SkDebugf("[%d] cubic order=%d\n", index, order1); in cubicConicIntersection()
H A DPathOpsQuadLineIntersectionTest.cpp121 int order1 = reducer1.reduce(quad); in DEF_TEST() local
123 if (order1 < 3) { in DEF_TEST()
124 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
H A DPathOpsConicLineIntersectionTest.cpp116 SkPath::Verb order1 = SkReduceOrder::Conic(floatConic, reduced); in DEF_TEST() local
117 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
118 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
H A DPathOpsQuadIntersectionTest.cpp26 int order1 = reduce1.reduce(quad1); in standardTestCases() local
28 if (order1 < 3) { in standardTestCases()
30 SkDebugf("[%d] quad1 order=%d\n", static_cast<int>(index), order1); in standardTestCases()
38 if (order1 == 3 && order2 == 3) { in standardTestCases()
H A DPathOpsCubicIntersectionTest.cpp30 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases() local
33 if (order1 < 4) { in standardTestCases()
35 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java308 int order1, order2, order3; in TestElemIter()
310 order1 = iterator1.next(); in TestElemIter()
325 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
328 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
330 doAssert((CollationElementIterator.secondaryOrder(order1) == in TestElemIter()
332 doAssert((CollationElementIterator.tertiaryOrder(order1) == in TestElemIter()
335 order1 = iterator1.next(); in TestElemIter()
338 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
340 doAssert((CollationElementIterator.tertiaryOrder(order1) != in TestElemIter()
343 order1 in TestElemIter()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java311 int order1, order2, order3; in TestElemIter()
313 order1 = iterator1.next(); in TestElemIter()
328 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
331 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
333 doAssert((CollationElementIterator.secondaryOrder(order1) == in TestElemIter()
335 doAssert((CollationElementIterator.tertiaryOrder(order1) == in TestElemIter()
338 order1 = iterator1.next(); in TestElemIter()
341 doAssert((CollationElementIterator.primaryOrder(order1) == in TestElemIter()
343 doAssert((CollationElementIterator.tertiaryOrder(order1) != in TestElemIter()
346 order1 in TestElemIter()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp669 int32_t order1, order2, order3; in TestElemIter() local
677 order1 = iterator1->next(success); in TestElemIter()
686 doAssert((order1 != order2), "The order result should not be the same"); in TestElemIter()
695 doAssert((order1 == order2), "The order result should be the same"); in TestElemIter()
703 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
705 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
707 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
710 order1 = iterator1->next(success); order3 = iterator3->next(success); in TestElemIter()
717 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
719 doAssert((CollationElementIterator::tertiaryOrder(order1) ! in TestElemIter()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1394 int32_t order1, order2, order3; in TestElemIter() local
1452 order1 = ucol_next(iterator1, &status); in TestElemIter()
1458 doAssert((order1 != order2), "The first iterator advance failed"); in TestElemIter()
1470 doAssert((order1 == order2), "The second iterator advance failed should be the same as first one"); in TestElemIter()
1472 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
1473 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical"); in TestElemIter()
1474 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical"); in TestElemIter()
1476 order1=ucol_next(iterator1, &status); in TestElemIter()
1486 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
1487 doAssert( (ucol_tertiaryOrder(order1) ! in TestElemIter()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java715 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible()
717 if (!order1.hasSameOrderAs(order2)) { in checkCompatible()
720 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
724 private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, DateOrder order2) { in showOrderComparison() argument
727 return "Mismatch in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
/third_party/ffmpeg/libavcodec/
H A Don2avc.c318 static void zero_head_and_tail(float *src, int len, int order0, int order1) in zero_head_and_tail() argument
321 memset(src + len - order1, 0, sizeof(*src) * order1); in zero_head_and_tail()
325 int step, int order0, int order1, const double * const *tabs) in pretwiddle()
345 for (j = 0; j < order1; j++) in pretwiddle()
353 int order0, int order1, const double * const *tabs) in twiddle()
360 pretwiddle(src1, src2, src2_len, tab_len, step, order0, order1, tabs); in twiddle()
324 pretwiddle(float *src, float *dst, int dst_len, int tab_step, int step, int order0, int order1, const double * const *tabs) pretwiddle() argument
351 twiddle(float *src1, float *src2, int src2_len, const double *tab, int tab_len, int step, int order0, int order1, const double * const *tabs) twiddle() argument
/third_party/backends/backend/genesys/
H A Dgl847.cpp968 std::vector<std::uint16_t> order1 = { 0xa7, 0xa6, 0x6e }; in gl847_init_gpio() local
971 for (auto addr : order1) { in gl847_init_gpio()
982 if (std::find(order1.begin(), order1.end(), reg.address) != order1.end()) { in gl847_init_gpio()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java712 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible()
714 if (!order1.hasSameOrderAs(order2)) { in checkCompatible()
717 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
721 private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, DateOrder order2) { in showOrderComparison() argument
724 return "Mismatch in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()

Completed in 19 milliseconds