Searched refs:argSqSq (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/math-emu/ |
D | poly_tan.c | 55 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan() local 111 XSIG_LL(argSqSq) = XSIG_LL(argSq); in poly_tan() 112 argSqSq.lsw = argSq.lsw; in poly_tan() 113 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_tan() 117 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm, in poly_tan() 122 polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm, in poly_tan() 127 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, in poly_tan() 132 polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, in poly_tan()
|
D | poly_atan.c | 58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan() local 136 argSqSq.lsw = argSq.lsw; in poly_atan() 137 argSqSq.midw = argSq.midw; in poly_atan() 138 argSqSq.msw = argSq.msw; in poly_atan() 139 mul_Xsig_Xsig(&argSqSq, &argSqSq); in poly_atan() 145 shr_Xsig(&argSqSq, 4 * (-1 - exponent - 1)); in poly_atan() 152 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), in poly_atan() 156 polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms, in poly_atan()
|