Searched refs:uv (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr49186.c8 unsigned long long uv = 0x1000000001ULL; local
10 x = (uv < 0x80) ? 1 : ((uv < 0x800) ? 2 : 3);
H A Dpr15296.c65 union u0 uv[] = {{ .i = 111 }, { .i = 222 }, { .i = 333 }, { .i = 444 }}; local
67 f (0, &s, 0, 20000, 10000, (W) uv);
68 if (s.m1[0].i != (W) uv || s.m1[1].i != 0 || s.m1[2].i != 999
69 || s.m1[3].i != 777 || uv[0].i != 111 || uv[1].i != 222
70 || uv[2].i != 0 || uv[3].i != 444)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcast-1.c8 union u { int a; } uv; variable in typeref:union:u
21 (union u) uv;
26 (int) uv; /* { dg-error "aggregate value used where an integer was expected" } */
28 (float) uv; /* { dg-error "aggregate value used where a float was expected" } */
30 (_Complex double) uv; /* { dg-error "aggregate value used where a complex was expected" } */
32 (void *) uv; /* { dg-error "cannot convert to a pointer type" } */
34 (_Bool) uv; /* { dg-error "used union type value where scalar is required" } */
36 (const void) uv;
H A Dcast-2.c8 union u { int a; } uv; variable in typeref:union:u
21 (union u) uv; /* { dg-warning "ISO C forbids casting nonscalar to the same type" } */
26 (int) uv; /* { dg-error "aggregate value used where an integer was expected" } */
28 (float) uv; /* { dg-error "aggregate value used where a float was expected" } */
30 (_Complex double) uv; /* { dg-error "aggregate value used where a complex was expected" } */
32 (void *) uv; /* { dg-error "cannot convert to a pointer type" } */
34 (_Bool) uv; /* { dg-error "used union type value where scalar is required" } */
36 (const void) uv;
H A Dcast-3.c8 union u { int a; } uv; variable in typeref:union:u
21 (union u) uv; /* { dg-error "ISO C forbids casting nonscalar to the same type" } */
26 (int) uv; /* { dg-error "aggregate value used where an integer was expected" } */
28 (float) uv; /* { dg-error "aggregate value used where a float was expected" } */
30 (_Complex double) uv; /* { dg-error "aggregate value used where a complex was expected" } */
32 (void *) uv; /* { dg-error "cannot convert to a pointer type" } */
34 (_Bool) uv; /* { dg-error "used union type value where scalar is required" } */
36 (const void) uv;
H A Dpr17844-1.c11 unsigned char uv; variable
12 enum e *ep = &uv;
H A Dc99-tag-1.c66 union u2 uv; local
100 union u2 uv; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dcast-bad.c7 union u { _Decimal32 d32; } uv; variable in typeref:union:u
35 (_Decimal32) uv; /* { dg-error "aggregate value used where a float was expected" } */
37 (_Decimal64) uv; /* { dg-error "aggregate value used where a float was expected" } */
39 (_Decimal128) uv; /* { dg-error "aggregate value used where a float was expected" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/tic6x/builtins/
H A Dextclr.c16 unsigned int uv = v; local
31 if (_extru (v, r) != uv << shf1 >> shf2)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dpowser1.go324 var uv []rat
327 uv = get2(U,V)
328 switch end(uv[0])+2*end(uv[1]) {
330 Z.dat <- add(uv[0], uv[1])
332 Z.dat <- uv[1]
335 Z.dat <- uv[0]
446 uv := get2(U,V)
447 if end(uv[
[all...]
H A Dpowser2.go338 var uv [] item
341 uv = get2(U,V)
342 switch end(uv[0].(*rat))+2*end(uv[1].(*rat)) {
344 Z.dat <- add(uv[0].(*rat), uv[1].(*rat))
346 Z.dat <- uv[1]
349 Z.dat <- uv[0]
460 uv := get2(U,V)
461 if end(uv[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-1.c79 vector unsigned long long uv = vec_perm (ua, ub, ca); local
/haiku-buildtools/gcc/gmp/mpn/pa32/
H A Dudiv.asm274 add,uv %r25,%r24,%r24
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dbrlenbug.s281 addi,uv -115,%r19,%r0 ;# 7896 casesi0
1841 addi,uv -86,%r19,%r0 ;# 7447 casesi0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dbrlenbug.s281 addi,uv -115,%r19,%r0 ;# 7896 casesi0
1841 addi,uv -86,%r19,%r0 ;# 7447 casesi0
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dfixup7bug.s3857 addi,uv -26,%r20,%r0
5481 addi,uv -19,%r20,%r0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dfixup7bug.s3857 addi,uv -26,%r20,%r0
5481 addi,uv -19,%r20,%r0

Completed in 488 milliseconds