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

/external/valgrind/main/memcheck/tests/
H A Dbadrw.c10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
/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/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/clang/test/Analysis/
H A Ddead-stores.c246 int y4 = 4; local
268 ++y4;
314 0 ? : ((void)y4, ({ return; }));
/external/v8/test/cctest/
H A Dtest-assembler-mips.cc990 int32_t y4; member in struct:__anon13988
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/freetype/src/raster/
H A Dftraster.c1664 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1683 y4 = ras.arc[0].y;
1688 if ( y1 <= y4 )
1691 ymax1 = y4;
1695 ymin1 = y4;
1716 else if ( y1 == y4 )
1723 state_bez = ( y1 <= y4 ) ? Ascending_State : Descending_State;
1755 ras.lastY = y4;

Completed in 2621 milliseconds