HomeSort by: relevance | last modified time | path
    Searched defs:C128 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
sha3.h 44 typedef struct { struct sha3 C128; } SHAKE128_CTX;
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_mul.c 60 UINT128 P, PU, C128, Q_high, Q_low, Stemp;
292 __shr_128 (C128, Q_high, amount);
294 C64 = __low_64 (C128);
bid_inline_add.h 475 UINT128 Q_high, Q_low, C128;
494 __shr_128 (C128, Q_high, amount);
496 C64 = __low_64 (C128);
514 UINT128 Q_high, Q_low, C128, Stemp, PU;
549 __shr_128_long (C128, Q_high, amount);
551 C64 = __low_64 (C128);
638 UINT128 Q_high, Q_low, C128, Stemp;
660 __shr_128 (C128, Q_high, amount);
662 C64 = __low_64 (C128);
752 UINT128 Q_high, Q_low, C128;
    [all...]
bid_internal.h 180 // increment C128 and check for rounding overflow:
193 // decrement C128 and check for rounding underflow, but only at the
1178 UINT128 C128, Q_low, Stemp;
1211 C128.w[0] = coeff + round_const_table[rmode][extra_digits];
1214 __mul_64x128_full (QH, Q_low, C128.w[0],
1221 //__shr_128(C128, Q_high, amount);
1305 UINT128 C128, Q_low, Stemp;
1338 C128.w[0] = coeff + round_const_table[rmode][extra_digits];
1341 __mul_64x128_full (QH, Q_low, C128.w[0],
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_mul.c 60 UINT128 P, PU, C128, Q_high, Q_low, Stemp;
292 __shr_128 (C128, Q_high, amount);
294 C64 = __low_64 (C128);
bid_inline_add.h 475 UINT128 Q_high, Q_low, C128;
494 __shr_128 (C128, Q_high, amount);
496 C64 = __low_64 (C128);
514 UINT128 Q_high, Q_low, C128, Stemp, PU;
549 __shr_128_long (C128, Q_high, amount);
551 C64 = __low_64 (C128);
638 UINT128 Q_high, Q_low, C128, Stemp;
660 __shr_128 (C128, Q_high, amount);
662 C64 = __low_64 (C128);
752 UINT128 Q_high, Q_low, C128;
    [all...]
bid_internal.h 180 // increment C128 and check for rounding overflow:
193 // decrement C128 and check for rounding underflow, but only at the
1178 UINT128 C128, Q_low, Stemp;
1211 C128.w[0] = coeff + round_const_table[rmode][extra_digits];
1214 __mul_64x128_full (QH, Q_low, C128.w[0],
1221 //__shr_128(C128, Q_high, amount);
1305 UINT128 C128, Q_low, Stemp;
1338 C128.w[0] = coeff + round_const_table[rmode][extra_digits];
1341 __mul_64x128_full (QH, Q_low, C128.w[0],

Completed in 20 milliseconds