Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dpoly_sin.c60 Xsig accumulator, argSqrd, argTo4; in poly_sine() local
80 argTo4.msw = argSqrd.msw; in poly_sine()
81 argTo4.midw = argSqrd.midw; in poly_sine()
82 argTo4.lsw = argSqrd.lsw; in poly_sine()
83 mul_Xsig_Xsig(&argTo4, &argTo4); in poly_sine()
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()
134 XSIG_LL(argTo4) = XSIG_LL(argSqrd); in poly_sine()
135 argTo4.lsw = argSqrd.lsw; in poly_sine()
136 mul_Xsig_Xsig(&argTo4, &argTo4); in poly_sine()
[all …]