Lines Matching refs:XSIG_LL
84 XSIG_LL(Numer) = significand(st0_ptr);
85 XSIG_LL(Denom) = significand(st1_ptr);
90 XSIG_LL(Numer) = significand(st1_ptr);
91 XSIG_LL(Denom) = significand(st0_ptr);
114 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
142 XSIG_LL(accumulatore) = XSIG_LL(argSq);
152 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq),
154 mul64_Xsig(&accumulator, &XSIG_LL(argSq));
156 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms,
200 significand(st1_ptr) = XSIG_LL(accumulator);