Home | History | Annotate | Download | only in unittest

Lines Matching refs:L4

253         Long4 L4 = s.get_u32_4();
254 if (L4.x != 1 || L4.y != 2 || L4.z != 3 || L4.w != 4) {
257 L4.x = 2;
258 L4.y = 3;
259 L4.z = 4;
260 L4.w = 5;
261 s.set_u32_4(L4);
280 L4 = s.get_i64_4();
281 if (L4.x != 1 || L4.y != 2 || L4.z != 3 || L4.w != 4) {
284 L4.x = 2;
285 L4.y = 3;
286 L4.z = 4;
287 L4.w = 5;
288 s.set_i64_4(L4);
307 L4 = s.get_u64_4();
308 if (L4.x != 1 || L4.y != 2 || L4.z != 3 || L4.w != 4) {
311 L4.x = 2;
312 L4.y = 3;
313 L4.z = 4;
314 L4.w = 5;
315 s.set_u64_4(L4);