Home
last modified time | relevance | path

Searched refs:argTo4 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dpoly_sin.c69 Xsig accumulator, argSqrd, argTo4; in poly_sine() local
87 argTo4.msw = argSqrd.msw; argTo4.midw = argSqrd.midw; in poly_sine()
88 argTo4.lsw = argSqrd.lsw; in poly_sine()
89 mul_Xsig_Xsig(&argTo4, &argTo4); in poly_sine()
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()
142 XSIG_LL(argTo4) = XSIG_LL(argSqrd); argTo4.lsw = argSqrd.lsw; in poly_sine()
143 mul_Xsig_Xsig(&argTo4, &argTo4); 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()
[all …]