Lines Matching refs:CR
30 UINT128 CX, CY, T, CX2, CR, Stemp, res, REM_H, C2N;
159 CR.w[1] = 0;
160 CR.w[0] = CX2.w[1] >> (amount - 64);
162 __shr_128 (CR, CX2, amount);
169 if (CR.w[0] & 1) {
185 CR.w[0]--;
246 get_BID128_very_fast (&res, sign_x, exponent_y, CR);
250 CR.w[1] = CR.w[0] = 0;
257 CR.w[0] = 1;
263 get_BID128_very_fast (&res, sign_x, exponent_y, CR);