Lines Matching refs:XSIG_LL
74 XSIG_LL(accum) = significand(st0_ptr);
79 XSIG_LL(accum) <<= 1;
82 XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum);
84 if (XSIG_LL(accum) == 0xffffffffffffffffLL) {
93 XSIG_LL(argSignif) = XSIG_LL(accum);
98 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr);
102 if (FPU_shrx(&XSIG_LL(accum), -1 - exponent) >=
104 XSIG_LL(accum)++; /* round up */
108 XSIG_LL(argSq) = XSIG_LL(accum);
111 XSIG_LL(argSqSq) = XSIG_LL(argSq);
117 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm,
122 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm,
127 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm,
132 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm,
135 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
136 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
147 XSIG_LL(accum) = 0x8000000000000000LL;
154 mul64_Xsig(&accum, &XSIG_LL(argSignif));
155 mul64_Xsig(&accum, &XSIG_LL(argSignif));
156 mul64_Xsig(&accum, &XSIG_LL(argSignif));
174 XSIG_LL(fix_up) = 0x898cc51701b839a2LL;
210 significand(st0_ptr) = XSIG_LL(accum);