Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dpoly_tan.c55 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan() local
126 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0; in poly_tan()
127 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, in poly_tan()
129 mul_Xsig_Xsig(&accumulatore, &argSq); in poly_tan()
130 negate_Xsig(&accumulatore); in poly_tan()
135 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); in poly_tan()
136 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); in poly_tan()
138 shr_Xsig(&accumulatore, -2 * (1 + exponent) + 1); in poly_tan()
139 negate_Xsig(&accumulatore); /* This does 1 - accumulator */ in poly_tan()
142 if (accumulatore.msw == 0) { in poly_tan()
[all …]
A Dpoly_atan.c58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan() local
141 accumulatore.lsw = argSq.lsw; in poly_atan()
142 XSIG_LL(accumulatore) = XSIG_LL(argSq); in poly_atan()
161 mul64_Xsig(&accumulatore, &denomterm); in poly_atan()
162 shr_Xsig(&accumulatore, 1 + 2 * (-1 - exponent)); in poly_atan()
163 accumulatore.msw |= 0x80000000; in poly_atan()
165 div_Xsig(&accumulator, &accumulatore, &accumulator); in poly_atan()

Completed in 3 milliseconds