Searched defs:y3 (Results 1 - 25 of 67) sorted by relevance

123

/external/skia/bench/
H A DCubicKLMBench.cpp18 SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) {
22 fPoints[3].set(x3, y3);
17 CubicKLMBench(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) argument
/external/skqp/bench/
H A DCubicKLMBench.cpp18 SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) {
22 fPoints[3].set(x3, y3);
17 CubicKLMBench(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) argument
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp94 Y3<f0> y3; variable
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c57 struct S1 y3 = bar3(x1); local
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp36 Y3 y3; variable
H A Dwarn-literal-conversion.cpp11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} local
H A Datomic-type.cpp88 Y y3 = { X(0), { 4 } }; // expected-error {{illegal initializer type}} member in namespace:copy_init
H A Dwarn-comma-operator.cpp73 int y1, *y2 = 0, y3 = 5; local
/external/freetype/src/base/
H A Dftpsprop.c55 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
93 y3 = darken_params[5];
98 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
100 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
108 driver->darken_params[5] = y3;
H A Dftbbox.c141 /* y3 :: The end coordinate. */
151 FT_Pos y3,
157 /* within the segment, equal to (y1*y3 - y2*y2)/(y1 - 2*y2 + y3). */
161 y3 -= y2;
162 y2 += FT_MulDiv( y1, y3, y1 + y3 );
149 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
/external/pdfium/public/
H A Dfpdf_doc.h45 FS_FLOAT y3; member in struct:_FS_QUADPOINTSF
/external/skia/tests/
H A DClipCubicTest.cpp62 float x3, float y3,
67 crv[3].fX = x3; crv[3].fY = y3;
59 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/skqp/tests/
H A DClipCubicTest.cpp62 float x3, float y3,
67 crv[3].fX = x3; crv[3].fY = y3;
59 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/freetype/src/psaux/
H A Dpsfont.c82 * | \ (x3,y3)
98 * (x3, y3) = (1667, 275)
130 FT_Int y3 = darkenParams[5]; local
190 FT_Int ydelta = y3 - y2;
208 FT_Int ydelta = y4 - y3;
217 FT_DivFix( cf2_intToFixed( y3 ), ppem );
/external/libopus/celt/x86/
H A Dpitch_sse.c54 __m128 y3 = _mm_loadu_ps(y+j+3); local
58 _mm_shuffle_ps(yj,y3,0x49)));
60 _mm_shuffle_ps(yj,y3,0x9e)));
61 xsum2 = _mm_add_ps(xsum2,_mm_mul_ps(_mm_shuffle_ps(x0,x0,0xff),y3));
/external/libvncserver/examples/
H A Dzippy.c98 int i,j,y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
101 rfbDrawPixel(s,x1,y3,f.greenMax<<f.greenShift);
108 memcpy(ADDR(i,j+y3),ADDR(x1,y3),bpp);
116 int y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
118 rfbFillRect(s,x1,y1,x2,y3,f.redMax<<f.redShift);
119 rfbFillRect(s,x1,y3,x2,y4,f.greenMax<<f.greenShift);
/external/pdfium/third_party/agg23/
H A Dagg_curves.cpp31 float x3, float y3,
37 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
42 float x3, float y3,
52 float y23 = (y2 + y3) / 2;
54 float y34 = (y3 + y4) / 2;
64 float d3 = fabs(((x3 - x4) * dy) - ((y3 - y4) * dx));
68 if (fabs(x1 + x3 - x2 - x2) + fabs(y1 + y3 - y2 - y2) +
69 fabs(x2 + x4 - x3 - x3) + fabs(y2 + y4 - y3 - y3) <=
102 float x3, float y3,
29 init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
40 recursive_bezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, unsigned level) argument
100 bezier(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Dagg_curves.h27 float x3, float y3,
35 cp[5] = y3;
41 float x3, float y3,
49 cp[5] = y3;
70 float x3, float y3,
74 init(x1, y1, x2, y2, x3, y3, x4, y4);
88 float x3, float y3,
126 float x3, float y3,
130 float x3, float y3,
144 float x3, float y3,
25 curve4_points(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
39 init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
68 curve4_div(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
142 curve4(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
157 init(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
/external/speex/libspeex/
H A Dltp_arm4.h101 spx_word32_t y0, y1, y2, y3; local
105 y3=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c52 uint32_t y3; local
74 y3 = x3 + (y2 >> 26);
76 y4 = x4 + (y3 >> 26);
77 y3 &= 0x3ffffff;
84 y3 ^= x3;
90 y3 &= swap;
96 y3 ^= x3;
102 r->v[6] = y3;
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderQuads.cpp749 float y3 = 0.0f; local
754 y3 = 1.0f;
759 y3 = 0.0f;
783 if (vertex2_data[1] == y1_y2 && vertex3_data[1] == y3)
789 else if (vertex2_data[1] == y3 && vertex3_data[1] == y1_y2)
796 else if (vertex2_data[1] == y1_y2 && vertex3_data[1] == y1_y2 && vertex1_data[1] == y3)
/external/freetype/src/autofit/
H A Dafmodule.c239 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
277 y3 = darken_params[5];
282 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
284 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
292 module->darken_params[5] = y3;
/external/libjpeg-turbo/simd/
H A Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; local
209 y3 = vec_msums(rg3, pw_f0299_f0337, pd_onehalf);
213 y3 = vec_msums(bg3, pw_f0114_f0250, y3);
221 yh = vec_perm((__vector unsigned short)y2, (__vector unsigned short)y3,
H A Djcgryext-altivec.c49 __vector int y0, y1, y2, y3; local
209 y3 = vec_msums(rg3, pw_f0299_f0337, pd_onehalf);
213 y3 = vec_msums(bg3, pw_f0114_f0250, y3);
221 yh = vec_perm((__vector unsigned short)y2, (__vector unsigned short)y3,
/external/libopus/celt/arm/
H A Dcelt_neon_intr.c73 int16x4_t y3 = vext_s16(y0, y4, 3); local
75 int32x4_t a6 = vmlal_lane_s16(a5, y3, x0, 3);

Completed in 878 milliseconds

123