Lines Matching refs:XSIG_LL
86 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_sine()
91 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_sine()
108 XSIG_LL(accumulator) += significand(st0_ptr); in poly_sine()
131 XSIG_LL(argSqrd) = fixed_arg; in poly_sine()
135 XSIG_LL(argTo4) = XSIG_LL(argSqrd); in poly_sine()
139 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_sine()
144 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_sine()
178 XSIG_LL(accumulator)--; in poly_sine()
185 significand(&result) = XSIG_LL(accumulator); in poly_sine()
241 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, in poly_cos()
246 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, in poly_cos()
266 XSIG_LL(accumulator)++; in poly_cos()
272 significand(&result) = XSIG_LL(accumulator); in poly_cos()
303 XSIG_LL(argSqrd) = fixed_arg; in poly_cos()
317 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, in poly_cos()
322 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, in poly_cos()
339 XSIG_LL(accumulator) += fixed_arg; in poly_cos()
347 XSIG_LL(fix_up) = 0x898cc51701b839a2ll; in poly_cos()
367 significand(&result) = XSIG_LL(accumulator); in poly_cos()