Lines Matching refs:XSIG_LL
85 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_sine()
90 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_sine()
107 XSIG_LL(accumulator) += significand(st0_ptr); in poly_sine()
130 XSIG_LL(argSqrd) = fixed_arg; in poly_sine()
134 XSIG_LL(argTo4) = XSIG_LL(argSqrd); in poly_sine()
138 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_sine()
143 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_sine()
177 XSIG_LL(accumulator)--; in poly_sine()
184 significand(&result) = XSIG_LL(accumulator); in poly_sine()
240 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_cos()
245 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_cos()
265 XSIG_LL(accumulator)++; in poly_cos()
271 significand(&result) = XSIG_LL(accumulator); in poly_cos()
302 XSIG_LL(argSqrd) = fixed_arg; in poly_cos()
316 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_cos()
321 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_cos()
338 XSIG_LL(accumulator) += fixed_arg; in poly_cos()
346 XSIG_LL(fix_up) = 0x898cc51701b839a2ll; in poly_cos()
366 significand(&result) = XSIG_LL(accumulator); in poly_cos()