Home | History | Annotate | Download | only in src

Lines Matching defs:A0

912         A0 = .13369713757180123244806654839424e-2 / EXPPOLY_32F_A0;
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
1372 A0 = 0.3333333333333333333333333,
1377 #define LOGPOLY(x,k) ((x)+=shift[k],((A0*(x) + A1)*(x) + A2)*(x))
1473 A0 = -.1666666666666666666666666666666666666666,
1482 ((A0*(xq) + A2)*(xq) + A4)*(xq) + ((A1*(xq) + A3)*(xq) + A5)*(x))