Searched refs:uu (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dbad.c15 long_long uu; local
17 uu.sll = u;
19 uu.si.low = -uu.si.low;
20 if (uu.si.low == 0)
21 uu.si.high = -uu.si.high;
23 uu.si.high = ~uu.si.high;
25 return uu
[all...]
H A D20010605-2.c6 typedef union u uu; typedef in typeref:union:u
8 uu b;
14 a = (uu) b;
16 b = (uu) a;
H A D20010408-1.c24 AclSetPerm(uu, u, mode, s)
25 struct auser *uu, *u;
42 return AclSetPerm(uu, u, mode, "#?");
44 if (uu)
45 AclSetPermWin(uu, u, mode, (struct win *)1);
52 if (uu)
53 AclSetPermWin(uu, u, mode, (struct win *)0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20020122-1.c17 foo (struct u *uu) argument
19 int i = ((unsigned int) ((uu->v) & 42)); /* { dg-error "invalid operands to binary" } */
/haiku-buildtools/gcc/mpfr/src/
H A Dsqrt_ui.c31 mpfr_t uu; local
37 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
43 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
44 inex = mpfr_sqrt(r, uu, rnd_mode);
H A Dadd_ui.c36 mpfr_t uu; local
42 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
48 removed if mpfr_add works even when uu is out-of-range. */
50 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
51 inex = mpfr_add(y, x, uu, rnd_mode);
H A Dsub_ui.c32 mpfr_t uu; local
45 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
51 removed if mpfr_sub works even when uu is out-of-range. */
53 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
54 inex = mpfr_sub (y, x, uu, rnd_mode);
H A Dui_sub.c29 mpfr_t uu; local
61 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
65 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
66 return mpfr_sub (y, uu, x, rnd_mode);
H A Dui_div.c31 mpfr_t uu; local
74 MPFR_TMP_INIT1(up, uu, GMP_NUMB_BITS);
78 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
79 return mpfr_div (y, uu, x, rnd_mode);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dif-1.c28 #if 4uu /* { dg-error "invalid suffix" "too many suffixes" } */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Diso_fortran_env_1.f9037 use , intrinsic :: iso_fortran_env, uu => output_unit
40 if (input_unit /= 5 .or. uu /= 6) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D990130-1.c17 DIunion uu, vv; local
18 uu.ll = u,
20 w.ll = ({DIunion __w; __asm__ ("mull %3" : "=a" ((USItype) ( __w.s.low )), "=d" ((USItype) ( __w.s.high )) : "%0" ((USItype) ( uu.s.low )), "rm" ((USItype) ( vv.s.low ))) ; __w.ll; }) ;
21 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
22 + (USItype) uu.s.high * (USItype) vv.s.low);
/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.c67 const DWunion uu = {.ll = u};
68 const DWunion w = { {.low = -uu.s.low,
69 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
290 const DWunion uu = {.ll = u};
293 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
300 return (DWtype) uu.s.low * (DWtype) vv.s.low;
305 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
307 DWunion w1 = {.ll = (UDWtype) (UWtype) uu
66 const DWunion uu = {.ll = u}; local
280 const DWunion uu = {.ll = u}; local
408 const DWunion uu = {.ll = u}; local
436 const DWunion uu = {.ll = u}; local
464 const DWunion uu = {.ll = u}; local
530 const DWunion uu = {.ll = u}; local
549 const DWunion uu = {.ll = u}; local
719 const DWunion uu = {.ll = x}; local
751 const DWunion uu = {.ll = x}; local
786 const DWunion uu = {.ll = x}; local
870 const DWunion uu = {.ll = x}; local
917 const DWunion uu = {.ll = x}; local
1230 DWunion uu = {.ll = u}; local
1254 DWunion uu = {.ll = u}; local
[all...]
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dlib2funcs.c238 DWunion uu = {.ll = u};
242 if (uu.s.high < 0)
244 uu.ll = -uu.ll;
249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0);
262 DWunion uu = {.ll = u};
266 if (uu.s.high < 0)
268 uu.ll = -uu.ll;
272 (void) __udivmoddi4 (uu
236 DWunion uu = {.ll = u}; local
260 DWunion uu = {.ll = u}; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp148 double u[4], uu[4], v[4], vv[4]; local
165 VECTOR V1[3], double uu[3], double vv[3],
171 bezier_value ((VECTOR (*)[4][4]) & Shape->Control_Points, uu[1], vv[1],
179 double uu[3], vv[3]; local
187 if (intersect_subpatch (Shape, Ray, V1, uu, vv, &Depth, P, N, &u, &v))
164 intersect_subpatch(BICUBIC_PATCH * Shape, RAY * ray, VECTOR V1[3], double uu[3], double vv[3], double *Depth, VECTOR P, VECTOR N, double *u, double *v) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c166 DIunion uu; local
168 uu.ll = u;
170 w.s.low = -uu.s.low;
171 w.s.high = -uu.s.high - ((USItype) w.s.low > 0);
185 DIunion uu; local
190 uu.ll = u;
196 w.s.low = (USItype)uu.s.high >> -bm;
200 USItype carries = (USItype)uu.s.high << bm;
201 w.s.high = (USItype)uu.s.high >> b;
202 w.s.low = ((USItype)uu
215 DIunion uu; local
245 DIunion uu; local
274 DIunion uu, w; local
295 DIunion uu, vv; local
666 DIunion uu, vv; local
693 DIunion uu, vv; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgraphds.c95 struct vertex *uu = &g->vertices[u]; local
98 for (e = uu->succ; e; e = next)
106 uu->succ = NULL;
108 for (e = uu->pred; e; e = next)
116 uu->pred = NULL;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr64366.c60 long double uu; member in struct:BigStruct
126 retVal.rr, retVal.ss, retVal.tt, retVal.uu, (unsigned long)retVal.vv,
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-1.c75 vector unsigned long long uu = vec_or (ud, ua); local
/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dns32k.c798 union { float f; long l; } uu;
799 uu.f = u.d;
800 fprintf (file, "0Fx%08x", uu.l);
790 union { float f; long l; } uu; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c1832 int uu = 0; local
1840 uu = 1;
1849 uu = 1;
1864 INSERT_FIELD_AND_CONTINUE (opcode, uu, 13);
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S632 ! DWunion uu = {.ll = u};
635 ! if (uu.s.high < 0)
637 ! uu.ll = -uu.ll;
661 ! (void) __udivmoddi4 (uu.ll, vv.ll, &w);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Djsondata_test.go1362 +Pi1RQ8fdUu2pvFdMbdPAQGNN8ivU7S9Ryc166k8yJc5IdVFdb88+uu+/zeZveuG

Completed in 388 milliseconds