Home
last modified time | relevance | path

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

12345678910>>...18

/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_p256-x86_64-tests.go135 func printTestCase(ax, ay *big.Int, aCoord coordinates, bx, by *big.Int, bCoord coordinates) {
136 rx, ry := p256.Add(ax, ay, bx, by)
140 ax, ay, az = toJacobian(ax, ay)
141 } else if isAffineInfinity(ax, ay) {
158 printMontgomery("A.Y", ay)
188 ax, ay := randPoint()
190 printTestCase(ax, ay, jacobian, bx, by, jacobian)
195 ax, ay := randPoint()
196 printTestCase(ax, ay, jacobian, ax, ay, jacobian)
201 ax, ay := randPoint()
[all …]
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py157 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
159 ay2 = ay*2.0
165 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
224 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
227 ay3 = ay * 3.0
234 …points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt…
267 ay = (pt2y - pt1y)
272 a = (ax, ay)[isHorizontal]
278 midPt = ax * t + bx, ay * t + by
377 ax, ay = a
[all …]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c68 static float normalize(float *ax, float *ay, float *az) in normalize() argument
70 float norm = sqrtf((*ax) * (*ax) + (*ay) * (*ay) + (*az) * (*az)); in normalize()
74 *ay /= norm; in normalize()
82 float ax, float ay, float az) in Matrix4x4_Rotate() argument
90 float norm = normalize(&ax, &ay, &az); in Matrix4x4_Rotate()
96 yy = ay * ay; in Matrix4x4_Rotate()
98 xy = ax * ay; in Matrix4x4_Rotate()
99 yz = ay * az; in Matrix4x4_Rotate()
102 ys = ay * s; in Matrix4x4_Rotate()
/external/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(float ax, float ay, float bx, float by, in calc_intersection() argument
53 float num = ((ay - cy) * (dx - cx)) - ((ax - cx) * (dy - cy)); in calc_intersection()
54 float den = ((bx - ax) * (dy - cy)) - ((by - ay) * (dx - cx)); in calc_intersection()
59 *y = ay + ((by - ay) * num / den); in calc_intersection()
/external/skqp/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp15 int ay = state.fA >> 2; in testSimplifyDegeneratesMain() local
36 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyDegeneratesMain()
45 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain()
71 int ay = a >> 2; in DEF_TEST() local
78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
DPathOpsSimplifyTrianglesThreadedTest.cpp16 int ay = state.fA >> 2; in testSimplifyTrianglesMain() local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyTrianglesMain()
48 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyTrianglesMain()
76 int ay = a >> 2; in DEF_TEST() local
86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
/external/skia/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp15 int ay = state.fA >> 2; in testSimplifyDegeneratesMain() local
36 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyDegeneratesMain()
45 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain()
71 int ay = a >> 2; in DEF_TEST() local
78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
DPathOpsSimplifyTrianglesThreadedTest.cpp16 int ay = state.fA >> 2; in testSimplifyTrianglesMain() local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyTrianglesMain()
48 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyTrianglesMain()
76 int ay = a >> 2; in DEF_TEST() local
86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
DPathOpsSimplifyQuadThreadedTest.cpp19 int ay = state.fA >> 2; in testSimplifyQuadsMain() local
40 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyQuadsMain()
54 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyQuadsMain()
/external/tensorflow/tensorflow/core/kernels/
Dlogistic-loss.h52 const double ay = current_dual * example_label; in ComputeDualLoss() local
53 const double log_ay = (ay > 0) ? log(ay) : 0; in ComputeDualLoss()
54 const double one_minus_ay = 1 - ay; in ComputeDualLoss()
56 return ((ay * log_ay) + (one_minus_ay * log_one_minus_ay)) * example_weight; in ComputeDualLoss()
/external/freetype/src/autofit/
Dafangles.c50 FT_Fixed ay = dy;
55 if ( ay < 0 )
56 ay = -ay;
58 ax += ay;
64 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp67 const float ay = de::abs(y); in getPossibleCubeFaces() local
75 if (ay+ey < ax-ex && az+ez < ax-ex) in getPossibleCubeFaces()
80 else if (ax+ex < ay-ey && az+ez < ay-ey) in getPossibleCubeFaces()
85 else if (ax+ex < az-ez && ay+ey < az-ez) in getPossibleCubeFaces()
99 if (ay > ey) in getPossibleCubeFaces()
/external/python/cpython2/Demo/curses/
Dtclock.py32 ay = abs(dy * 2)
40 if ax > ay:
41 d = ay - ax // 2
52 d += ay
54 d = ax - ay // 2
63 d -= ay
/external/skqp/src/pathops/
DSkPathOpsConic.cpp125 double ax, ay, az; in subDivide() local
128 ay = fPts[0].fY; in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
136 ay = fPts[2].fY; in subDivide()
158 double by = 2 * dy - (ay + cy) / 2; in subDivide()
163 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide()
/external/skia/src/pathops/
DSkPathOpsConic.cpp125 double ax, ay, az; in subDivide() local
128 ay = fPts[0].fY; in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
136 ay = fPts[2].fY; in subDivide()
158 double by = 2 * dy - (ay + cy) / 2; in subDivide()
163 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide()
/external/python/cpython2/Modules/
Dcmathmodule.c310 double ay, h; in c_atanh() local
319 ay = fabs(z.imag); in c_atanh()
320 if (z.real > CM_SQRT_LARGE_DOUBLE || ay > CM_SQRT_LARGE_DOUBLE) { in c_atanh()
334 } else if (z.real == 1. && ay < CM_SQRT_DBL_MIN) { in c_atanh()
336 if (ay == 0.) { in c_atanh()
341 r.real = -log(sqrt(ay)/sqrt(hypot(ay, 2.))); in c_atanh()
342 r.imag = copysign(atan2(2., -ay)/2, z.imag); in c_atanh()
346 r.real = m_log1p(4.*z.real/((1-z.real)*(1-z.real) + ay*ay))/4.; in c_atanh()
347 r.imag = -atan2(-2.*z.imag, (1-z.real)*(1+z.real) - ay*ay)/2.; in c_atanh()
529 double ax, ay, am, an, h; in c_log() local
[all …]
/external/python/cpython3/Modules/
Dcmathmodule.c411 double ay, h; in cmath_atanh_impl() local
420 ay = fabs(z.imag); in cmath_atanh_impl()
421 if (z.real > CM_SQRT_LARGE_DOUBLE || ay > CM_SQRT_LARGE_DOUBLE) { in cmath_atanh_impl()
435 } else if (z.real == 1. && ay < CM_SQRT_DBL_MIN) { in cmath_atanh_impl()
437 if (ay == 0.) { in cmath_atanh_impl()
442 r.real = -log(sqrt(ay)/sqrt(hypot(ay, 2.))); in cmath_atanh_impl()
443 r.imag = copysign(atan2(2., -ay)/2, z.imag); in cmath_atanh_impl()
447 r.real = m_log1p(4.*z.real/((1-z.real)*(1-z.real) + ay*ay))/4.; in cmath_atanh_impl()
448 r.imag = -atan2(-2.*z.imag, (1-z.real)*(1+z.real) - ay*ay)/2.; in cmath_atanh_impl()
630 double ax, ay, am, an, h; in c_log() local
[all …]
/external/icu/icu4c/source/data/locales/
Dtr.txt616 one{"MMMM 'ayının' W. 'haftası'"}
617 other{"MMMM 'ayının' W. 'haftası'"}
1699 dn{"ay"}
1701 "-1"{"geçen ay"}
1702 "0"{"bu ay"}
1703 "1"{"gelecek ay"}
1707 one{"{0} ay sonra"}
1708 other{"{0} ay sonra"}
1711 one{"{0} ay önce"}
1712 other{"{0} ay önce"}
[all …]
Daz.txt1215 "-1"{"keçən ay"}
1216 "0"{"bu ay"}
1217 "1"{"gələn ay"}
1221 one{"{0} ay ərzində"}
1222 other{"{0} ay ərzində"}
1225 one{"{0} ay öncə"}
1226 other{"{0} ay öncə"}
1231 dn{"ay"}
1234 one{"{0} ay ərzində"}
1235 other{"{0} ay ərzində"}
[all …]
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpec_addaffine.c82 const BNU_CHUNK_T* ay = pAdata+elemLen; /* y2 */ in gfec_affine_point_add() local
85 BNU_CHUNK_T inftyA = GFPE_IS_ZERO_CT(ax, elemLen) & GFPE_IS_ZERO_CT(ay, elemLen); in gfec_affine_point_add()
98 mul(S2, ay, pz, pGFE); // S2 = Y2*Z1 in gfec_affine_point_add()
124 cpMaskedReplace_ct(pRy, ay, elemLen, inftyP); in gfec_affine_point_add()
/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py122 ay = y4 - dy - cy - by
123 solutions = sorted(solveCubic(ay, by, cy, dy - y))
142 direction = 3*ay*t2 + 2*by*t + cy
145 direction = 6*ay*t + 2*by
149 direction = ay
/external/skqp/include/core/
DSkRSXform.h34 SkScalar ax, SkScalar ay) { in MakeFromRadians()
37 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay); in MakeFromRadians()
/external/skia/include/core/
DSkRSXform.h34 SkScalar ax, SkScalar ay) { in MakeFromRadians()
37 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay); in MakeFromRadians()
/external/skqp/experimental/docs/
DinterpolatorFunctions.js31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
39 var my = ey * 27 - ay * 8 - dy;
41 var ny = fy * 27 - ay - dy * 8;
47 ax, ay, bx, by, cx, cy, dx, dy
/external/skia/experimental/docs/
DinterpolatorFunctions.js31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
39 var my = ey * 27 - ay * 8 - dy;
41 var ny = fy * 27 - ay - dy * 8;
47 ax, ay, bx, by, cx, cy, dx, dy

12345678910>>...18