Searched refs:aexp (Results 1 – 1 of 1) sorted by relevance
1184 int32_t n, aexp, bexp; in helper_f2xm1() local1233 aexp = extractFloatx80Exp(f2xm1_coeff_0); in helper_f2xm1()1236 aexp - extractFloatx80Exp(accum), in helper_f2xm1()1248 aexp += extractFloatx80Exp(y) - 0x3ffe; in helper_f2xm1()1258 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()1262 if (bexp < aexp) { in helper_f2xm1()1263 shift128RightJamming(bsig0, bsig1, aexp - bexp, in helper_f2xm1()1265 } else if (aexp < bexp) { in helper_f2xm1()1266 shift128RightJamming(asig0, asig1, bexp - aexp, in helper_f2xm1()1268 aexp = bexp; in helper_f2xm1()[all …]