Home | History | Annotate | Download | only in src

Lines Matching defs:A4

908         A4 = .69314718055994546743029643825322 / EXPPOLY_32F_A0,
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
1477 A4 = -0.5,
1482 ((A0*(xq) + A2)*(xq) + A4)*(xq) + ((A1*(xq) + A3)*(xq) + A5)*(x))