Home
last modified time | relevance | path

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

/external/skia/tests/
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()
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()
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()
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()
DPathOpsQuadLineIntersectionTest.cpp122 int order1 = reducer1.reduce(quad); in DEF_TEST() local
124 if (order1 < 3) { in DEF_TEST()
125 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp117 SkPath::Verb order1 = SkReduceOrder::Conic(floatConic, reduced); in DEF_TEST() local
118 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
119 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
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()
DPathOpsCubicIntersectionTest.cpp28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases() local
31 if (order1 < 4) { in standardTestCases()
33 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
/external/skqp/tests/
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()
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()
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()
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()
DPathOpsQuadLineIntersectionTest.cpp122 int order1 = reducer1.reduce(quad); in DEF_TEST() local
124 if (order1 < 3) { in DEF_TEST()
125 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp117 SkPath::Verb order1 = SkReduceOrder::Conic(floatConic, reduced); in DEF_TEST() local
118 if (order1 != SkPath::kConic_Verb) { in DEF_TEST()
119 SkDebugf("%s [%d] conic verb=%d\n", __FUNCTION__, iIndex, order1); in DEF_TEST()
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()
DPathOpsCubicIntersectionTest.cpp28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases() local
31 if (order1 < 4) { in standardTestCases()
33 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1); in standardTestCases()
/external/llvm-project/clang/test/SemaTemplate/
Daddress-spaces.cpp78 template<typename T> int &order1(__attribute__((address_space(1))) T&);
79 template<typename T> float &order1(T&);
84 int &ir = order1(i1); in test_order1()
85 float &fr = order1(i); in test_order1()
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp78 template<typename T> int &order1(__attribute__((address_space(1))) T&);
79 template<typename T> float &order1(T&);
84 int &ir = order1(i1); in test_order1()
85 float &fr = order1(i); in test_order1()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java308 int order1, order2, order3; in TestElemIter() local
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 = iterator1.next(); in TestElemIter()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java311 int order1, order2, order3; in TestElemIter() local
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 = iterator1.next(); in TestElemIter()
[all …]
/external/icu/icu4c/source/test/intltest/
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 …]
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1273 int32_t order1, order2, order3; in TestElemIter() local
1331 order1 = ucol_next(iterator1, &status); in TestElemIter()
1337 doAssert((order1 != order2), "The first iterator advance failed"); in TestElemIter()
1349 …doAssert((order1 == order2), "The second iterator advance failed should be the same as first one"); in TestElemIter()
1351 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter()
1352 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders shoul… in TestElemIter()
1353 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter()
1355 order1=ucol_next(iterator1, &status); in TestElemIter()
1365 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be i… in TestElemIter()
1366 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should b… in TestElemIter()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java712 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() local
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, Date… in showOrderComparison() argument
724 …in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java715 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible() local
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, Date… in showOrderComparison() argument
727 …in in ordering for " + uLocale + ": " + DATE_STYLE_NAMES[style1] + ": " + order1 + ", <" + pattern1 in showOrderComparison()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor_test.cc80 std::vector<int64> order1{2, 0, 1}; in TEST() local
81 DimComparator sorter1(map, order1, shape); in TEST()
86 FixedDimComparator<3> sorter1_fixed(map, order1, shape); in TEST()