Lines Matching defs:exp
29 #pragma weak __exp = exp
32 * exp(x)
41 * 2. exp(x) = 2^k * (2^(j/32) + 2^(j/32)*expm1(r))
54 * exp(INF) is INF, exp(NaN) is NaN;
55 * exp(-INF)= 0;
56 * for finite argument, only exp(0)=1 is exact.
66 * if x > 7.09782712893383973096e+02 then exp(x) overflow
67 * if x < -7.45133219101941108420e+02 then exp(x) underflow
110 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
115 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
286 exp(double x) {