Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dpoly_tan.c60 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan() local
116 XSIG_LL(argSqSq) = XSIG_LL(argSq); argSqSq.lsw = argSq.lsw; in poly_tan()
117 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_tan()
121 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm, HiPOWERon-1); in poly_tan()
125 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm, HiPOWERop-1); in poly_tan()
130 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, HiPOWERep-1); in poly_tan()
134 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, HiPOWERen-1); in poly_tan()
Dpoly_atan.c63 argSq, argSqSq; in poly_atan() local
156 argSqSq.lsw = argSq.lsw; argSqSq.midw = argSq.midw; argSqSq.msw = argSq.msw; in poly_atan()
157 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_atan()
163 shr_Xsig(&argSqSq, 4*(-1-exponent-1)); in poly_atan()
170 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), in poly_atan()
174 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms, HIPOWERon-1); in poly_atan()