Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dpoly_tan.c54 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan() local
110 XSIG_LL(argSqSq) = XSIG_LL(argSq); in poly_tan()
111 argSqSq.lsw = argSq.lsw; in poly_tan()
112 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_tan()
116 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm, in poly_tan()
121 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm, in poly_tan()
126 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, in poly_tan()
131 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, in poly_tan()
Dpoly_atan.c57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan() local
135 argSqSq.lsw = argSq.lsw; in poly_atan()
136 argSqSq.midw = argSq.midw; in poly_atan()
137 argSqSq.msw = argSq.msw; in poly_atan()
138 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_atan()
144 shr_Xsig(&argSqSq, 4 * (-1 - exponent - 1)); in poly_atan()
151 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), in poly_atan()
155 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms, in poly_atan()