Home
last modified time | relevance | path

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

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