Lines Matching defs:UWtype

78 		       .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
315 * (UDWtype) (UWtype) vv.s.low};
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
317 * (UDWtype) (UWtype) vv.s.high};
323 w1.ll += (UWtype) w0.s.high;
337 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
338 * (UDWtype) (UWtype) vv.s.low};
339 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
340 * (UDWtype) (UWtype) vv.s.low};
346 w1.ll += (UWtype) w0.s.high;
362 const DWtype w = (UDWtype) (UWtype) uu.s.low
363 * (UDWtype) (UWtype) vv.s.low;
372 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
373 * (UDWtype) (UWtype) vv.s.low};
387 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
388 * (UDWtype) (UWtype) vv.s.low};
399 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
400 * (UDWtype) (UWtype) vv.s.low};
435 w.s.low = (UWtype) uu.s.high >> -bm;
439 const UWtype carries = (UWtype) uu.s.high << bm;
441 w.s.high = (UWtype) uu.s.high >> b;
442 w.s.low = ((UWtype) uu.s.low >> b) | carries;
463 w.s.high = (UWtype) uu.s.low << -bm;
467 const UWtype carries = (UWtype) uu.s.low >> bm;
469 w.s.low = (UWtype) uu.s.low << b;
470 w.s.high = ((UWtype) uu.s.high << b) | carries;
496 const UWtype carries = (UWtype) uu.s.high << bm;
499 w.s.low = ((UWtype) uu.s.low >> b) | carries;
508 UWtype
509 __bswapsi2 (UWtype u)
534 __ffsSI2 (UWtype u)
536 UWtype count;
553 UWtype word, count, add;
576 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high
577 + (UWtype) uu.s.high * (UWtype) vv.s.low);
597 UWtype
598 __udiv_w_sdiv (UWtype *rp, UWtype a1, UWtype a0, UWtype d)
600 UWtype q, r;
601 UWtype c0, c1, b1;
617 q += (UWtype) 1 << (W_TYPE_SIZE - 1);
695 UWtype
696 __udiv_w_sdiv (UWtype *rp __attribute__ ((__unused__)),
697 UWtype a1 __attribute__ ((__unused__)),
698 UWtype a0 __attribute__ ((__unused__)),
699 UWtype d __attribute__ ((__unused__)))
730 __clzSI2 (UWtype x)
747 UWtype word;
764 __ctzSI2 (UWtype x)
781 UWtype word;
812 __popcountSI2 (UWtype x)
842 __paritySI2 (UWtype x)
867 UWtype nx = uu.s.low ^ uu.s.high;
897 UWtype d0, d1, n0, n1, n2;
898 UWtype q0, q1;
899 UWtype b, bm;
1066 UWtype m1, m0;
1184 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1186 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1199 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1201 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1203 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1205 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1223 UDWtype v = (UWtype) b;
1231 v -= (UWtype) (- a);
1233 v += (UWtype) a;
1259 UDWtype v = (UWtype) b;
1267 v -= (UWtype) (- a);
1269 v += (UWtype) a;
1291 const UWtype hi = a / Wtype_MAXp1_F;
1296 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F;
1326 const UWtype hi = dfa / Wtype_MAXp1_F;
1331 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F;
1339 return (UWtype)a;
1350 UWtype shift = 0, counter;
1356 SFtype counterf = (UWtype)1 << counter;
1396 d += (UWtype)u;
1408 XFtype d = (UWtype) (u >> W_TYPE_SIZE);
1410 d += (UWtype)u;
1424 d += (UWtype)u;
1436 TFtype d = (UWtype) (u >> W_TYPE_SIZE);
1438 d += (UWtype)u;
1471 f += (UWtype)u;
1511 f += (UWtype)u;
1531 UWtype count, shift;
1581 FSTYPE f = (UWtype) (u >> W_TYPE_SIZE);
1583 f += (UWtype)u;
1620 FTYPE f = (UWtype) (u >> W_TYPE_SIZE);
1622 f += (UWtype)u;
1634 if ((UWtype)u == u)
1635 return (FSTYPE)(UWtype)u;
1638 UWtype hi = u >> W_TYPE_SIZE;
1640 UWtype count, shift;
1673 UWtype
1695 UWtype
1717 UWtype
1977 #undef UWtype