Lines Matching refs:XSIG_LL
91 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_sine()
96 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_sine()
113 XSIG_LL(accumulator) += significand(st0_ptr); in poly_sine()
139 XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; in poly_sine()
142 XSIG_LL(argTo4) = XSIG_LL(argSqrd); argTo4.lsw = argSqrd.lsw; in poly_sine()
145 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_sine()
150 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_sine()
185 XSIG_LL(accumulator) --; in poly_sine()
192 significand(&result) = XSIG_LL(accumulator); in poly_sine()
251 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_cos()
256 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_cos()
276 XSIG_LL(accumulator) ++; in poly_cos()
285 significand(&result) = XSIG_LL(accumulator); in poly_cos()
320 XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; in poly_cos()
333 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_cos()
338 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_cos()
355 XSIG_LL(accumulator) += fixed_arg; in poly_cos()
363 XSIG_LL(fix_up) = 0x898cc51701b839a2ll; in poly_cos()
384 significand(&result) = XSIG_LL(accumulator); in poly_cos()