Searched defs:y4 (Results 1 - 25 of 26) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
H A Dbadrw.c10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h37 float x4, y4; member in struct:bezier
54 float x4, float y4);
H A Dimage.c532 VGfloat x4, y4; local
547 y4 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
H A Dbezier.c55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5;
85 second_half->y4 = bez->y4;
88 first_half->y4 = second_half->y1 =
110 double y4y1 = b->y4 - b->y1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4);
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Drenderer.c1522 VGfloat x4, VGfloat y4)
1548 r->vertices[3][0][1] = y4;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
368 r4 = a1 * x4 + b1 * y4 + c1;
373 a2 = y4 - y3;
375 c2 = x4 * y3 - x3 * y4;
996 bez->x4, bez->y4);
357 do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}} local
H A Ddefault-constructor-initializers.cpp42 Y4 y4; variable
H A Dexplicit.cpp57 Y y4 = Y(z); local
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h37 float x4, y4; member in struct:bezier
54 float x4, float y4);
H A Dimage.c532 VGfloat x4, y4; local
547 y4 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
H A Dbezier.c55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5;
85 second_half->y4 = bez->y4;
88 first_half->y4 = second_half->y1 =
110 double y4y1 = b->y4 - b->y1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4);
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Drenderer.c1522 VGfloat x4, VGfloat y4)
1548 r->vertices[3][0][1] = y4;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
368 r4 = a1 * x4 + b1 * y4 + c1;
373 a2 = y4 - y3;
375 c2 = x4 * y3 - x3 * y4;
996 bez->x4, bez->y4);
357 do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c240 FT_Pos y4 = arc[3];
243 if ( y1 == y4 )
248 else if ( y1 < y4 )
250 if ( y2 >= y1 && y2 <= y4 && y3 >= y1 && y3 <= y4 ) /* ascending */
255 if ( y2 >= y4 && y2 <= y1 && y3 >= y4 && y3 <= y1 ) /* descending */
258 y1 = y4;
259 y4 = y2;
265 arc[6] = y4;
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/freetype/src/base/
H A Dftbbox.c329 FT_Pos y4,
334 /* FT_Pos a = y4 - 3*y3 + 3*y2 - y1; */
341 FT_UNUSED ( y4 );
373 FT_Pos y4,
381 if ( y4 < *min ) *min = y4;
382 else if ( y4 > *max ) *max = y4;
385 if ( y1 <= y4 )
388 if ( y1 <= y2 && y2 <= y4
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/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DDynamicsCompressorKernel.cpp261 float y4 = releaseFrames * releaseZone4; 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.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
571 y4 = y0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips.cc986 int32_t y4; member in struct:__anon14703
995 __ lw(t3, MemOperand(a0, OFFSET_OF(T, y4)) );
1057 t.y4 = 0xDEDA;
/external/clang/test/Analysis/
H A Ddead-stores.c246 int y4 = 4; local
268 ++y4;
314 0 ? : ((void)y4, ({ return; }));
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
571 y4 = y0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
/external/v8/test/cctest/
H A Dtest-assembler-mips.cc990 int32_t y4; member in struct:__anon26447
999 __ lw(t3, MemOperand(a0, OFFSET_OF(T, y4)) );
1061 t.y4 = 0xDEDA;
/external/clang/test/Sema/
H A Darray-init.c69 int y4[4][3] = { local
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1655 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1674 y4 = ras.arc[0].y;
1679 if ( y1 <= y4 )
1682 ymax1 = y4;
1686 ymin1 = y4;
1707 else if ( y1 == y4 )
1714 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1746 ras.lastY = y4;
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2412 U4 y4 = 0; local
2413 __msan_poison(&y4, 2);
2414 __sanitizer_unaligned_store32(x+3, y4);

Completed in 920 milliseconds

12