Lines Matching full:b3
389 status); /* B3+W*B5 */ in floatx80_lognp1()
393 fp1 = floatx80_mul(fp1, fp3, status); /* W*(B3+W*B5) */ in floatx80_lognp1()
397 status); /* B1+W*(B3+W*B5) */ 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()
557 status); /* B3+W*B5 */ in floatx80_logn()
561 fp1 = floatx80_mul(fp1, fp3, status); /* W*(B3+W*B5) */ in floatx80_logn()
565 status); /* B1+W*(B3+W*B5) */ 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()
1569 fp3 = floatx80_add(fp3, fp4, status); /* B3+T(B5+TB7) */ in floatx80_sin()
1571 fp1 = floatx80_mul(fp1, fp3, status); /* T(B3+T(B5+TB7)) */ in floatx80_sin()
1576 status); /* B1+T(B3+T(B5+TB7)) */ in floatx80_sin()
1578 fp0 = floatx80_add(fp0, fp1, status); /* [B1+T(B3+T(B5+TB7))]+ in floatx80_sin()
1810 fp3 = floatx80_add(fp3, fp4, status); /* B3+T(B5+TB7) */ in floatx80_cos()
1812 fp1 = floatx80_mul(fp1, fp3, status); /* T(B3+T(B5+TB7)) */ in floatx80_cos()
1817 status); /* B1+T(B3+T(B5+TB7)) */ 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()
2007 status), status); /* B3+Z*B5 */ in floatx80_atan()
2009 fp1 = floatx80_mul(fp1, fp3, status); /* Z*(B3+Z*B5) */ in floatx80_atan()
2015 status); /* B1+Z*(B3+Z*B5) */ 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()
2483 status); /* B3 */ in floatx80_etoxm1()