Searched refs:testu (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dcompressed-plt-1b.s27 .globl testu
28 .ent testu
30 testu: label
33 .end testu
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040409-1.c89 void testu(unsigned int a, unsigned int b) function
116 testu(0x00000000,0x80000000);
117 testu(0x80000000,0x00000000);
118 testu(0x12345678,0x92345678);
119 testu(0x92345678,0x12345678);
120 testu(0x7fffffff,0xffffffff);
121 testu(0xffffffff,0x7fffffff);
132 testu(0x0000,0x8000);
133 testu(0x8000,0x0000);
134 testu(
[all...]
H A D20040409-3.c89 void testu(unsigned int a, unsigned int b) function
116 testu(0x00000000,0x7fffffff);
117 testu(0x80000000,0xffffffff);
118 testu(0x12345678,0x6dcba987);
119 testu(0x92345678,0xedcba987);
120 testu(0x7fffffff,0x00000000);
121 testu(0xffffffff,0x80000000);
132 testu(0x0000,0x7fff);
133 testu(0x8000,0xffff);
134 testu(
[all...]
H A D20040409-2.c178 void testu(unsigned int a, unsigned int b) function
217 testu(0x00000000,0x80001234);
218 testu(0x00001234,0x80000000);
219 testu(0x80000000,0x00001234);
220 testu(0x80001234,0x00000000);
221 testu(0x7fffffff,0xffffedcb);
222 testu(0xffffffff,0x7fffedcb);
233 testu(0x0000,0x9234);
234 testu(0x8000,0x1234);
235 testu(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr54508.C43 static const char *testu (void) { return "test union"; } function in union:u
65 send(src, c::OPCODE, u::testu (), cookie);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dshift.go30 testu(u uint, t1,t2,t3 int) { func
58 testu(uint(5678) << 0, 2,0,0);
59 testu(uint(5678) >> 0, 2,0,1);
60 testu(uint(5678) << 5, 2,1,0);
61 testu(uint(5678) >> 5, 2,1,1);
88 case 2: testu(u,t1,t2,t3);

Completed in 110 milliseconds