Home
last modified time | relevance | path

Searched refs:accumulatore (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H 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()
132 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, in poly_tan()
135 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); in poly_tan()
136 mul64_Xsig(&accumulatore, in poly_tan()
[all...]
H 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()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H 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()
132 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, in poly_tan()
135 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); in poly_tan()
136 mul64_Xsig(&accumulatore, in poly_tan()
[all...]
H 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 2 milliseconds