Home
last modified time | relevance | path

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

1234

/external/freetype/src/base/
Dftbbox.c107 FT_Pos y3, in BBox_Conic_Check() argument
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */ in BBox_Conic_Check()
114 if ( y1 < y3 ) in BBox_Conic_Check()
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */ in BBox_Conic_Check()
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */ in BBox_Conic_Check()
124 y1 = y3; in BBox_Conic_Check()
125 y3 = y2; in BBox_Conic_Check()
130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 ); in BBox_Conic_Check()
134 if ( y3 > *max ) *max = y3; in BBox_Conic_Check()
328 FT_Pos y3, in test_cubic_extrema() argument
[all …]
/external/chromium_org/third_party/freetype/src/base/
Dftbbox.c107 FT_Pos y3, in BBox_Conic_Check() argument
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */ in BBox_Conic_Check()
114 if ( y1 < y3 ) in BBox_Conic_Check()
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */ in BBox_Conic_Check()
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */ in BBox_Conic_Check()
124 y1 = y3; in BBox_Conic_Check()
125 y3 = y2; in BBox_Conic_Check()
130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 ); in BBox_Conic_Check()
134 if ( y3 > *max ) *max = y3; in BBox_Conic_Check()
328 FT_Pos y3, in test_cubic_extrema() argument
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); in split_left()
55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3); in split_left()
58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); in split_left()
61 left->y3 = left->y2 + t * (left->y3 - left->y2); in split_left()
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3); in split_left()
81 c = (bez->y2 + bez->y3) / 2; in split()
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5; in split()
86 first_half->y3 = (first_half->y2 + c) * 0.5; in split()
87 second_half->y2 = (second_half->y3 + c) * 0.5; in split()
89 (first_half->y3 + second_half->y2) * 0.5; in split()
[all …]
Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in path_get_fill_polygons() local
468 y3 = data[5]; in path_get_fill_polygons()
471 map_if_relative(ox, oy, relative, &x3, &y3); in path_get_fill_polygons()
473 oy = y3; in path_get_fill_polygons()
480 matrix_map_point(matrix, x3, y3, &x3, &y3); in path_get_fill_polygons()
482 x2, y2, x3, y3); in path_get_fill_polygons()
494 y3 = data[3]; in path_get_fill_polygons()
496 map_if_relative(ox, oy, relative, &x3, &y3); in path_get_fill_polygons()
501 y2 = (y3 + 2*y1) / 3.f; in path_get_fill_polygons()
506 oy = y3; in path_get_fill_polygons()
[all …]
Dbezier.h36 float x3, y3; member
53 float x3, float y3,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dbezier.c52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); in split_left()
55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3); in split_left()
58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); in split_left()
61 left->y3 = left->y2 + t * (left->y3 - left->y2); in split_left()
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3); in split_left()
81 c = (bez->y2 + bez->y3) / 2; in split()
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5; in split()
86 first_half->y3 = (first_half->y2 + c) * 0.5; in split()
87 second_half->y2 = (second_half->y3 + c) * 0.5; in split()
89 (first_half->y3 + second_half->y2) * 0.5; in split()
[all …]
Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in path_get_fill_polygons() local
468 y3 = data[5]; in path_get_fill_polygons()
471 map_if_relative(ox, oy, relative, &x3, &y3); in path_get_fill_polygons()
473 oy = y3; in path_get_fill_polygons()
480 matrix_map_point(matrix, x3, y3, &x3, &y3); in path_get_fill_polygons()
482 x2, y2, x3, y3); in path_get_fill_polygons()
494 y3 = data[3]; in path_get_fill_polygons()
496 map_if_relative(ox, oy, relative, &x3, &y3); in path_get_fill_polygons()
501 y2 = (y3 + 2*y1) / 3.f; in path_get_fill_polygons()
506 oy = y3; in path_get_fill_polygons()
[all …]
Dbezier.h36 float x3, y3; member
53 float x3, float y3,
/external/pixman/demos/
Dquad2quad.c13 double x3, double y3, in quad_to_quad() argument
118 t6 = px2 * px3 * t5 * y3; in quad_to_quad()
120 t7 = - px2 * px3 * x2 * x3 * y3; in quad_to_quad()
126 t12 = - px2 * py3 * t5 * y3; in quad_to_quad()
128 t13 = px2 * py3 * x2 * x3 * y3; in quad_to_quad()
154 t34 = - px3 * py2 * y3; in quad_to_quad()
156 t35 = px2 * py3 * y3; in quad_to_quad()
161 t39 = - px2 * px3 * t5 * y3; in quad_to_quad()
163 t40 = px2 * px3 * x2 * x3 * y3; in quad_to_quad()
169 t45 = px2 * py3 * t5 * y3; in quad_to_quad()
[all …]
/external/llvm/test/Verifier/
Ddominates.ll20 %y3 = landingpad i32 personality i32 ()* @g
39 %y3 = phi i32 [%y1, %bb2]
44 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ]
51 %y3 = phi i32 [%y1, %bb0]
56 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb0 ]
/external/chromium_org/third_party/freetype/src/cff/
Dcf2intrp.c717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; in cf2_interpT2CharString() local
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
723 curY = y3; in cf2_interpT2CharString()
1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; in cf2_interpT2CharString() local
1274 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
1277 curY = y3; in cf2_interpT2CharString()
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local
1311 y3 = cf2_stack_getReal( opStack, index + 3 ) + y2; in cf2_interpT2CharString()
1313 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
1316 curY = y3; in cf2_interpT2CharString()
[all …]
/external/freetype/src/cff/
Dcf2intrp.c717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; in cf2_interpT2CharString() local
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
723 curY = y3; in cf2_interpT2CharString()
1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; in cf2_interpT2CharString() local
1274 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
1277 curY = y3; in cf2_interpT2CharString()
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; in cf2_interpT2CharString() local
1311 y3 = cf2_stack_getReal( opStack, index + 3 ) + y2; in cf2_interpT2CharString()
1313 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 ); in cf2_interpT2CharString()
1316 curY = y3; in cf2_interpT2CharString()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Dpoly1305_arm.c83 uint32_t y3; in freeze() local
99 y3 = x3 + (y2 >> 26); y2 &= 0x3ffffff; in freeze()
100 y4 = x4 + (y3 >> 26); y3 &= 0x3ffffff; in freeze()
106 y3 ^= x3; in freeze()
112 y3 &= swap; in freeze()
118 y3 ^= x3; in freeze()
124 r->v[6] = y3; in freeze()
/external/opencv/cvaux/src/
Ddecomppoly.cpp152 int x1, y1, x2, y2, x3, y3;
190 y3 = contour[ index3 ].y;
197 dy2 = y3 - y2;
202 iy1 = y3 - y1;
246 y2 = y3;
256 y3 = contour[ index3 ].y;
271 y2 = y3;
285 y3 = contour[ index3 ].y;
300 y2 = y3;
314 y3 = contour[ index3 ].y;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java274 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); in add() local
276 return new ECPoint.Fp(curve, x3, y3, withCompression); in add()
300 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); in twice() local
302 return new ECPoint.Fp(curve, x3, y3, this.withCompression); in twice()
502 ECFieldElement.F2m y3 in addSimple() local
505 return new ECPoint.F2m(curve, x3, y3, withCompression); in addSimple()
563 ECFieldElement.F2m y3 in twice() local
567 return new ECPoint.F2m(this.curve, x3, y3, withCompression); in twice()
/external/speex/libspeex/
Dltp_arm4.h101 spx_word32_t y0, y1, y2, y3; in pitch_xcorr() local
105 y3=*y++; in pitch_xcorr()
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3), in pitch_xcorr()
/external/skia/src/core/
DSkEdge.cpp339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
351 y3 = int(pts[3].fY * scale); in setCubic()
361 y3 = pts[3].fY >> shift; in setCubic()
366 if (y0 > y3) in setCubic()
370 SkTSwap(y0, y3); in setCubic()
376 int bot = SkFDot6Round(y3); in setCubic()
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubic()
429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubic()
437 fCLastY = SkFDot6ToFixed(y3); in setCubic()
/external/chromium_org/third_party/skia/src/core/
DSkEdge.cpp339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
351 y3 = int(pts[3].fY * scale); in setCubic()
361 y3 = pts[3].fY >> shift; in setCubic()
366 if (y0 > y3) in setCubic()
370 SkTSwap(y0, y3); in setCubic()
376 int bot = SkFDot6Round(y3); in setCubic()
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubic()
429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubic()
437 fCLastY = SkFDot6ToFixed(y3); in setCubic()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_noise.c346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; in _mesa_noise3() local
422 y3 = y0 - 1.0f + 3.0f * G3; in _mesa_noise3()
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3; in _mesa_noise3()
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3, in _mesa_noise3()
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; in _mesa_noise4() local
567 y3 = y0 - j3 + 3.0f * G4; in _mesa_noise4()
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; in _mesa_noise4()
622 x3, y3, z3, w3); in _mesa_noise4()
/external/mesa3d/src/mesa/program/
Dprog_noise.c346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; in _mesa_noise3() local
422 y3 = y0 - 1.0f + 3.0f * G3; in _mesa_noise3()
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3; in _mesa_noise3()
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3, in _mesa_noise3()
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; in _mesa_noise4() local
567 y3 = y0 - j3 + 3.0f * G4; in _mesa_noise4()
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; in _mesa_noise4()
622 x3, y3, z3, w3); in _mesa_noise4()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DDynamicsCompressorKernel.cpp260 float y3 = releaseFrames * releaseZone3; in process() local
265 …float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.82… in process()
266 …float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.162367752… in process()
267 …float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191… in process()
268 …float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891… in process()
269 …float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494… in process()
/external/chromium_org/third_party/opus/src/celt/x86/
Dpitch_sse.h50 __m128 y3 = _mm_loadu_ps(y+j+3); in xcorr_kernel() local
54 _mm_shuffle_ps(yj,y3,0x49))); in xcorr_kernel()
56 _mm_shuffle_ps(yj,y3,0x9e))); in xcorr_kernel()
57 xsum2 = _mm_add_ps(xsum2,_mm_mul_ps(_mm_shuffle_ps(x0,x0,0xff),y3)); in xcorr_kernel()
/external/chromium_org/third_party/skia/src/animator/
DSkPathParts.cpp160 SK_MEMBER(y3, Float)
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { in SkCubicTo()
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); in add()
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3); in add()
/external/skia/src/animator/
DSkPathParts.cpp160 SK_MEMBER(y3, Float)
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { in SkCubicTo()
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); in add()
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3); in add()
/external/chromium_org/v8/test/webkit/
Dfor-in-cached.js65 forIn3({ __proto__: { __proto__: { y3 : 2 } } }); property
66 forIn3({ __proto__: { __proto__: { y3 : 2 } } }); property

1234