/external/fonttools/Lib/fontTools/misc/ |
D | transform.py | 240 xx2, xy2, yx2, yy2, dx2, dy2 = self 243 xx1*xy2 + xy1*yy2, 245 yx1*xy2 + yy1*yy2, 247 xy2*dx1 + yy2*dy1 + dy2) 263 xx2, xy2, yx2, yy2, dx2, dy2 = other 266 xx1*xy2 + xy1*yy2, 268 yx1*xy2 + yy1*yy2, 270 xy2*dx1 + yy2*dy1 + dy2)
|
/external/libopus/celt/arm/ |
D | pitch_arm.h | 36 const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2); 42 …ual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), PRESUME_NEON(dual_inner_prod)(x, y01… argument 60 const opus_val16 *y01, const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2); 62 …al_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((*DUAL_INNER_PROD_IMPL[(arch)&OPUS_ARCHMASK])(x, y0… argument 65 …ine dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), dual_inner_prod_neon(x, y01, y0… argument
|
D | pitch_neon_intr.c | 76 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod_neon() argument 117 *xy2 = xy02; in dual_inner_prod_neon() 124 celt_assert(xy2_c == *xy2); in dual_inner_prod_neon() 143 opus_val32 xy, xy0 = 0, xy1 = 0, xy2 = 0, xy3 = 0; in celt_inner_prod_neon_float_c_simulation() local 147 xy2 = MAC16_16(xy2, x[i + 2], y[i + 2]); in celt_inner_prod_neon_float_c_simulation() 150 xy0 += xy2; in celt_inner_prod_neon_float_c_simulation() 163 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod_neon_float_c_simulation() argument 188 *xy2 = xy02; in dual_inner_prod_neon_float_c_simulation() 235 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod_neon() argument 278 *xy2 = xy02; in dual_inner_prod_neon() [all …]
|
/external/skia/tests/ |
D | PathOpsCubicQuadIntersectionTest.cpp | 82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() local 83 if (!xy1.approximatelyEqual(xy2)) { in cubicQuadIntersection() 85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection() 87 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicQuadIntersection()
|
D | PathOpsConicQuadIntersectionTest.cpp | 61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection() local 62 if (!xy1.approximatelyEqual(xy2)) { in conicQuadIntersection() 64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in conicQuadIntersection()
|
D | PathOpsCubicConicIntersectionTest.cpp | 72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection() local 73 if (!xy1.approximatelyEqual(xy2)) { in cubicConicIntersection() 75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection() 77 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicConicIntersection()
|
D | PathOpsCubicIntersectionTest.cpp | 61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases() local 62 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases() 419 SkDPoint xy1, xy2; in oneOff() local 424 xy2 = c2.ptAtT(tt2); in oneOff() 429 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 432 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 433 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 50 tt2, xy2.fX, xy2.fY); in standardTestCases() 350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 157 SkDPoint xy2 = line.ptAtT(tt2); in testOne() local 158 if (!xy1.approximatelyEqual(xy2)) { in testOne() 160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne() 162 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in testOne()
|
D | PathOpsConicIntersectionTest.cpp | 319 SkDPoint xy1, xy2; in oneOff() local 324 xy2 = c2.ptAtT(tt2); in oneOff() 327 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 328 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/external/skqp/tests/ |
D | PathOpsCubicQuadIntersectionTest.cpp | 82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() local 83 if (!xy1.approximatelyEqual(xy2)) { in cubicQuadIntersection() 85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection() 87 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicQuadIntersection()
|
D | PathOpsConicQuadIntersectionTest.cpp | 61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection() local 62 if (!xy1.approximatelyEqual(xy2)) { in conicQuadIntersection() 64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in conicQuadIntersection()
|
D | PathOpsCubicConicIntersectionTest.cpp | 72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection() local 73 if (!xy1.approximatelyEqual(xy2)) { in cubicConicIntersection() 75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection() 77 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicConicIntersection()
|
D | PathOpsCubicIntersectionTest.cpp | 61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases() local 62 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases() 419 SkDPoint xy1, xy2; in oneOff() local 424 xy2 = c2.ptAtT(tt2); in oneOff() 429 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 432 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 433 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 50 tt2, xy2.fX, xy2.fY); in standardTestCases() 350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 157 SkDPoint xy2 = line.ptAtT(tt2); in testOne() local 158 if (!xy1.approximatelyEqual(xy2)) { in testOne() 160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne() 162 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in testOne()
|
D | PathOpsConicIntersectionTest.cpp | 321 SkDPoint xy1, xy2; in oneOff() local 326 xy2 = c2.ptAtT(tt2); in oneOff() 329 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 330 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/external/libopus/celt/x86/ |
D | pitch_sse.h | 145 opus_val32 *xy2); 157 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ argument 158 ((void)(arch),dual_inner_prod_sse(x, y01, y02, N, xy1, xy2)) 170 opus_val32 *xy2); 172 #define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ argument 173 ((*DUAL_INNER_PROD_IMPL[(arch) & OPUS_ARCHMASK])(x, y01, y02, N, xy1, xy2))
|
D | pitch_sse.c | 80 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod_sse() argument 100 _mm_store_ss(xy2, xsum2); in dual_inner_prod_sse() 104 *xy2 = MAC16_16(*xy2, x[i], y02[i]); in dual_inner_prod_sse()
|
/external/libopus/celt/ |
D | pitch.h | 138 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod_c() argument 149 *xy2 = xy02; in dual_inner_prod_c() 153 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ argument 154 ((void)(arch),dual_inner_prod_c(x, y01, y02, N, xy1, xy2))
|
/external/toybox/tests/files/bc/ |
D | misc2_results.txt | 2 xy2
|
/external/bc/tests/bc/ |
D | misc2_results.txt | 4 xy2
|
/external/libopus/celt/mips/ |
D | pitch_mipsr1.h | 39 int N, opus_val32 *xy1, opus_val32 *xy2, int arch) in dual_inner_prod() argument 61 *xy2 = xy02; in dual_inner_prod()
|
/external/rnnoise/src/ |
D | pitch.h | 120 int N, opus_val32 *xy1, opus_val32 *xy2) in dual_inner_prod() argument 131 *xy2 = xy02; in dual_inner_prod()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3-0x.cpp | 23 X<Y&> xy2 = f0(lvalue<Y>()); in test_f0() local
|