Searched defs:y5 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp14 int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2222 to 1}} local
H A Dexplicit.cpp74 Y y5 = static_cast<Y>(z); local
/external/libopus/celt/arm/
H A Dcelt_neon_intr.c64 int16x4_t y5 = vext_s16(y4, y8, 1); local
66 int32x4_t a3 = vmlal_lane_s16(a2, y5, x4, 1);
/external/clang/test/Analysis/
H A Ddead-stores.c247 int y5 = 4; local
269 ++y5;
319 0 ? (void)x : ((void)y5, ({ return; }));
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.cpp205 UINT_32 y5 = _BIT(ty,2); local
226 pipeBit1 = x4 ^ y5;
231 pipeBit1 = x5 ^ y5;
236 pipeBit1 = x3 ^ y5;
242 pipeBit2 = x4 ^ y5;
248 pipeBit2 = x4 ^ y5;
254 pipeBit2 = x5 ^ y5;
260 pipeBit2 = x5 ^ y5;
266 pipeBit2 = x5 ^ y5;
271 pipeBit1 = x6 ^ y5;
354 UINT_32 y5 = 0; local
2050 UINT_32 y5 = _BIT(y, 5); local
[all...]

Completed in 283 milliseconds