Searched refs:ui (Results 1 - 25 of 275) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-17.c8 typedef unsigned int ui; typedef
10 __vector ui vui;
H A Dbswap32.c6 unsigned int ui; variable
8 void store_bswap32 (unsigned int a) { ui = __builtin_bswap32 (a); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-17.c8 typedef unsigned int ui; typedef
10 __vector ui vui;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWconversion-integer.C11 unsigned fui (unsigned int ui);
12 void fsi (signed int ui);
16 unsigned int ui = 3; local
21 uc = ui; /* { dg-warning "conversion" } */
23 sc = ui; /* { dg-warning "conversion" } */
25 fuc (ui); /* { dg-warning "conversion" } */
27 fsc (ui); /* { dg-warning "conversion" } */
31 fui (ui);
35 ui = uc;
37 ui
[all...]
H A DWsign-conversion.C11 unsigned fui (unsigned int ui);
12 void fsi (signed int ui);
16 unsigned int ui = 3; local
21 uc = ui;
23 sc = ui;
25 fuc (ui);
27 fsc (ui);
31 fui (ui);
35 ui = uc;
37 ui
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWconversion-integer-no-sign.c11 unsigned fui (unsigned int ui);
12 void fsi (signed int ui);
16 unsigned int ui = 3; local
21 uc = ui; /* { dg-warning "conversion" } */
23 sc = ui; /* { dg-warning "conversion" } */
25 fuc (ui); /* { dg-warning "conversion" } */
27 fsc (ui); /* { dg-warning "conversion" } */
31 fui (ui);
35 ui = uc;
37 ui
[all...]
H A DWconversion-integer.c11 unsigned fui (unsigned int ui);
12 void fsi (signed int ui);
16 unsigned int ui = 3; local
21 uc = ui; /* { dg-warning "conversion" } */
23 sc = ui; /* { dg-warning "conversion" } */
25 fuc (ui); /* { dg-warning "conversion" } */
27 fsc (ui); /* { dg-warning "conversion" } */
31 fui (ui);
35 ui = uc;
37 ui
[all...]
H A DWsign-conversion.c11 unsigned fui (unsigned int ui);
12 void fsi (signed int ui);
16 unsigned int ui = 3; local
21 uc = ui;
23 sc = ui;
25 fuc (ui);
27 fsc (ui);
31 fui (ui);
35 ui = uc;
37 ui
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20020503-1.c2 /* GCSE unified the two i<0 tests, but if-conversion to ui=abs(i)
9 unsigned long ui = i; local
13 ui = -ui;
15 *--p = '0' + ui % 10;
16 while ((ui /= 10) != 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20020503-1.c2 /* GCSE unified the two i<0 tests, but if-conversion to ui=abs(i)
9 unsigned long ui = i; local
13 ui = -ui;
15 *--p = '0' + ui % 10;
16 while ((ui /= 10) != 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dmaddu-1.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
21 f3 (ui x, ui y, ull z)
H A Dmaddu-2.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
21 f3 (ui x, ui y, ull z)
H A Dmaddu-3.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
21 f3 (ui x, ui y, ull z)
H A Dmaddu-4.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
21 f3 (ui x, ui y, ull z)
H A Dmsubu-1.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
H A Dmsubu-2.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
H A Dmsubu-3.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
H A Dmsubu-4.c5 typedef unsigned int ui; typedef
9 f1 (ui x, ui y, ull z)
15 f2 (ui x, ui y, ull z)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconv_tst.c5 unsigned ui; variable
11 ui = (unsigned) ID_1;
18 ui = (unsigned) ID_2;
24 /* ui = (unsigned) ID_3;*/
31 ui = (unsigned) d;
49 printf ("%lf, %u, %d\n", ID_1, ui, si);
52 printf ("%lf, %u, %d\n", ID_2, ui, si);
55 printf ("%lf, %u, %d\n", ID_3, ui, si);
58 printf ("%lf, %u, %d\n", ID_1, ui, si);
61 printf ("%lf, %u, %d\n", ID_2, ui, s
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconv_tst.c5 unsigned ui; variable
11 ui = (unsigned) ID_1;
18 ui = (unsigned) ID_2;
24 /* ui = (unsigned) ID_3;*/
31 ui = (unsigned) d;
49 printf ("%lf, %u, %d\n", ID_1, ui, si);
52 printf ("%lf, %u, %d\n", ID_2, ui, si);
55 printf ("%lf, %u, %d\n", ID_3, ui, si);
58 printf ("%lf, %u, %d\n", ID_1, ui, si);
61 printf ("%lf, %u, %d\n", ID_2, ui, s
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dalias1.C11 long ui; member in union:__anon4849
15 ui = i;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dalias1.C11 long ui; member in union:__anon3292
15 ui = i;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D18208.C16 uint_32 ui; local
20 ui = static_cast<uint_32>(obj); // { dg-error "" } // ERROR -
23 ui = (uint_32) obj.f; // { dg-error "" } // ERROR -
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtempdest.C13 typedef unsigned int ui; typedef
17 A<ui> *ap = new A<ui>;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D18208.C16 uint_32 ui; local
20 ui = static_cast<uint_32>(obj); // { dg-error "" } // ERROR -
23 ui = (uint_32) obj.f; // { dg-error "" } // ERROR -

Completed in 284 milliseconds

1234567891011