Lines Matching full:b4

384                                   status); /* B4 */  in floatx80_lognp1()
386 fp2 = floatx80_mul(fp2, fp1, status); /* W*B4 */ in floatx80_lognp1()
392 status); /* B2+W*B4 */ in floatx80_lognp1()
394 fp2 = floatx80_mul(fp2, fp0, status); /* V*(B2+W*B4) */ in floatx80_lognp1()
401 status); /* B1+W*(B3+W*B5) + V*(B2+W*B4) */ in floatx80_lognp1()
403 status); /* U*V*([B1+W*(B3+W*B5)] + [V*(B2+W*B4)]) */ in floatx80_lognp1()
552 status); /* B4 */ in floatx80_logn()
554 fp2 = floatx80_mul(fp2, fp1, status); /* W*B4 */ in floatx80_logn()
560 status); /* B2+W*B4 */ in floatx80_logn()
562 fp2 = floatx80_mul(fp2, fp0, status); /* V*(B2+W*B4) */ in floatx80_logn()
568 fp1 = floatx80_add(fp1, fp2, status); /* B1+W*(B3+W*B5) + V*(B2+W*B4) */ in floatx80_logn()
570 status); /* U*V*([B1+W*(B3+W*B5)] + [V*(B2+W*B4)]) */ in floatx80_logn()
1567 status); /* B4+T(B6+TB8) */ in floatx80_sin()
1570 fp2 = floatx80_mul(fp2, fp1, status); /* T(B4+T(B6+TB8)) */ in floatx80_sin()
1573 fp2 = floatx80_add(fp2, fp4, status); /* B2+T(B4+T(B6+TB8)) */ in floatx80_sin()
1577 fp0 = floatx80_mul(fp0, fp2, status); /* S(B2+T(B4+T(B6+TB8))) */ in floatx80_sin()
1579 * [S(B2+T(B4+T(B6+TB8)))] in floatx80_sin()
1808 status); /* B4+T(B6+TB8) */ in floatx80_cos()
1811 fp2 = floatx80_mul(fp2, fp1, status); /* T(B4+T(B6+TB8)) */ in floatx80_cos()
1814 fp2 = floatx80_add(fp2, fp4, status); /* B2+T(B4+T(B6+TB8)) */ in floatx80_cos()
1818 fp0 = floatx80_mul(fp0, fp2, status); /* S(B2+T(B4+T(B6+TB8))) */ in floatx80_cos()
1820 /* [B1+T(B3+T(B5+TB7))]+[S(B2+T(B4+T(B6+TB8)))] */ in floatx80_cos()
1967 /* X'*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]) ?? */ in floatx80_atan()
2004 status); /* B4+Z*B6 */ in floatx80_atan()
2008 fp2 = floatx80_mul(fp2, fp1, status); /* Z*(B4+Z*B6) */ in floatx80_atan()
2012 status); /* B2+Z*(B4+Z*B6) */ in floatx80_atan()
2016 fp2 = floatx80_mul(fp2, fp0, status); /* Y*(B2+Z*(B4+Z*B6)) */ in floatx80_atan()
2018 /* [B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))] */ in floatx80_atan()
2020 /* X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]) */ in floatx80_atan()
2478 status); /* B4 */ in floatx80_etoxm1()