Home | History | Annotate | Download | only in libbid

Lines Matching refs:P128

272   UINT128 P128, R128;
302 P128.w[1] = 0;
303 P128.w[0] = ten2k64[scale];
304 __mul_128x128_to_256 (R256, P128, C3);
399 P128.w[1] = R256.w[1];
400 P128.w[0] = R256.w[0];
401 round128_19_38 (ind, x0, P128, &R128, &incr_exp,
430 P128.w[1] = p_sign | 0x3040000000000000ull | R128.w[1];
431 P128.w[0] = R128.w[0];
435 is_midpoint_gt_even, 0, &P128, ptrfpsf);
436 scale = ((P128.w[1] & MASK_EXP) >> 49) - 6176; // -1, 0, or +1
539 P128.w[1] = res.w[1] & MASK_COEFF;
540 P128.w[0] = res.w[0];
541 round128_19_38 (ind, x0, P128, &res, &incr_exp,
551 P128.w[1] = res.w[1] & MASK_COEFF;
552 P128.w[0] = res.w[0];
553 __mul_64x128_to_128 (res, ten2k64[1], P128);
680 UINT128 P128, R128;
1297 P128.w[1] = C4.w[1];
1298 P128.w[0] = C4.w[0];
1299 round128_19_38 (q4, x0, P128, &res, &incr_exp,
1410 P128.w[1] = res.w[1];
1411 P128.w[0] = res.w[0];
1412 round128_19_38 (q4, x0, P128, &res, &incr_exp,
1768 P128.w[1] = C4.w[1];
1769 P128.w[0] = C4.w[0];
1770 round128_19_38 (q4, q4 - 1, P128, &R128, &incr_exp,
2120 P128.w[1] = C4.w[1];
2121 P128.w[0] = C4.w[0];
2122 round128_19_38 (q4, q4 - 1, P128, &R128, &incr_exp,
2306 __mul_64x64_to_128MACH (P128, C4.w[0], ten2k64[scale]);
2309 __mul_128x64_to_128 (P128, C4.w[0], ten2k128[scale - 20]);
2313 __mul_128x64_to_128 (P128, ten2k64[scale], C4);
2315 C4.w[0] = P128.w[0];
2316 C4.w[1] = P128.w[1];
2381 P128.w[1] = C4.w[1];
2382 P128.w[0] = C4.w[0];
2383 round128_19_38 (q4, x0, P128, &R128, &incr_exp,
2467 P128.w[1] = res.w[1];
2468 P128.w[0] = res.w[0];
2469 round128_19_38 (35, 1, P128, &res, &incr_exp,
2748 P128.w[1] = res.w[1];
2749 P128.w[0] = res.w[0];
2750 round128_19_38 (ind, x0, P128, &res, &incr_exp,
2878 P128.w[1] = C3.w[1];
2879 P128.w[0] = C3.w[0];
2882 C4.w[1] = P128.w[1];
2883 C4.w[0] = P128.w[0];
2922 P128.w[1] = C4.w[1];
2923 P128.w[0] = C4.w[0];
2924 round128_19_38 (q4, x0, P128, &res, &incr_exp,
3082 P128.w[1] = C3.w[1];
3083 P128.w[0] = C3.w[0];
3086 C4.w[1] = P128.w[1];
3087 C4.w[0] = P128.w[0];
3127 P128.w[1] = C3.w[1];
3128 P128.w[0] = C3.w[0];
3129 __mul_64x128_to_128 (C3, ten2k64[1], P128);
3226 P128.w[1] = R256.w[1];
3227 P128.w[0] = R256.w[0];
3228 round128_19_38 (ind, x0, P128, &R128, &incr_exp,
3322 P128.w[1] = p_sign | 0x3040000000000000ull | res.w[1];
3323 P128.w[0] = res.w[0];
3328 0, &P128, pfpsf);
3329 scale = ((P128.w[1] & MASK_EXP) >> 49) - 6176; // -1, 0, or +1
3443 P128.w[1] = res.w[1] & MASK_COEFF;
3444 P128.w[0] = res.w[0];
3445 round128_19_38 (ind, x0, P128, &res, &incr_exp,
3455 P128.w[1] = res.w[1] & MASK_COEFF;
3456 P128.w[0] = res.w[0];
3457 __mul_64x128_to_128 (res, ten2k64[1], P128);