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

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h36 float x3, y3; member in struct:bezier
53 float x3, float y3,
H A Dimage.c531 VGfloat x3, y3; local
545 y3 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
/external/clang/test/SemaCXX/
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 Ddefault-constructor-initializers.cpp36 Y3 y3; variable
H A Dexplicit.cpp56 Y y3 = (Y)z; local
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h36 float x3, y3; member in struct:bezier
53 float x3, float y3,
H A Dimage.c531 VGfloat x3, y3; local
545 y3 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp94 Y3<f0> y3; variable
/external/skia/tests/
H A DClipCubicTest.cpp62 float x3, float y3,
67 crv[3].fX = SkFloatToScalar(x3); crv[3].fY = SkFloatToScalar(y3);
59 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.cc140 const float y3 = (clipped_rect.bottom() - rect_f.y()) / rect_f.height(); local
145 vertex_opacity[0] = y3 * x1y3 + (1.0f - y3) * x1y1;
148 vertex_opacity[3] = y3 * x3y3 + (1.0f - y3) * x3y1;
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c95 /* y3 :: The end coordinate. */
105 FT_Pos y3,
109 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
112 if ( y1 < y3 )
114 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
119 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
122 y1 = y3;
123 y3 = y2;
128 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 );
103 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
289 test_cubic_extrema( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Fixed u, FT_Pos* min, FT_Pos* max ) argument
333 BBox_Cubic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.h94 SkScalar y3; member in class:SkCubicTo
/external/freetype/src/base/
H A Dftbbox.c97 /* y3 :: The end coordinate. */
107 FT_Pos y3,
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
114 if ( y1 < y3 )
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
124 y1 = y3;
125 y3 = y2;
130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 );
105 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
326 test_cubic_extrema( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Fixed u, FT_Pos* min, FT_Pos* max ) argument
370 BBox_Cubic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/skia/src/animator/
H A DSkPathParts.h94 SkScalar y3; member in class:SkCubicTo
/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),
H A Dfilters.c502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20);
528 y3 = ADD32(y3,MULT16_16(a1, x10+x20));
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
545 y3 = ADD32(y3,MULT16_1
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
351 y3 = int(pts[3].fY * scale);
361 y3 = pts[3].fY >> shift;
366 if (y0 > y3)
370 SkTSwap(y0, y3);
376 int bot = SkFDot6Round(y3);
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
437 fCLastY = SkFDot6ToFixed(y3);
/external/chromium_org/ui/gfx/
H A Drect_unittest.cc85 int y3; member in struct:gfx::__anon14336
111 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
131 int y3; member in struct:gfx::Test
160 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
189 int y3; member in struct:gfx::Test
212 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
/external/skia/src/core/
H A DSkEdge.cpp339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
351 y3 = int(pts[3].fY * scale);
361 y3 = pts[3].fY >> shift;
366 if (y0 > y3)
370 SkTSwap(y0, y3);
376 int bot = SkFDot6Round(y3);
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
437 fCLastY = SkFDot6ToFixed(y3);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp545 float y3; local
551 || !parseNumber(current, end, y3))
555 point3 = FloatPoint(x3, y3);
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DDynamicsCompressorKernel.cpp260 float y3 = releaseFrames * releaseZone3; local
264 // match the evenly spaced x values as follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3)
265 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4;
266 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4;
267 float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191776226f*y4;
268 float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891410546283f*y4;
269 float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494263462021576f*y4;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
422 y3 = y0 - 1.0f + 3.0f * G3;
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3;
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3,
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
567 y3 = y0 - j3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips.cc985 int32_t y3; member in struct:__anon14704
1056 t.y3 = 0XBABA;
/external/clang/test/Analysis/
H A Ddead-stores.c245 int y3 = 4; local
267 ++y3;
307 (void)y3;
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
422 y3 = y0 - 1.0f + 3.0f * G3;
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3;
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3,
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
567 y3 = y0 - j3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z
[all...]

Completed in 729 milliseconds

12