Lines Matching full:double
43 * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS)
79 static const double p1 = 0x1.555555555553ep-3;
80 static const double p2 = -0x1.6c16c16bebd93p-9;
81 static const double p3 = 0x1.1566aaf25de2cp-14;
82 static const double p4 = -0x1.bbd41c5d26bf1p-20;
83 static const double p5 = 0x1.6376972bea4d0p-25;
84 static const double ln2hi = 0x1.62e42fee00000p-1;
85 static const double ln2lo = 0x1.a39ef35793c76p-33;
86 static const double lnhuge = 0x1.6602b15b7ecf2p9;
87 static const double lntiny = -0x1.77af8ebeae354p9;
88 static const double invln2 = 0x1.71547652b82fep0;
91 double exp(x)
92 double x;
94 double z,hi,lo,c;
137 double __exp__D(x, c)
138 double x, c;
140 double z,hi,lo;