Lines Matching defs:one
92 #define one 1.0
137 /* x == one: 1**y = 1 */
140 return one;
146 return one;
196 return one;
211 return one / x;
240 z.dbl = one / z.dbl; /* z = (1 / |x|) */
265 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
268 s = -one; /* (-ve)**(odd int) */
285 /* over/underflow if x is not close to one */
296 t.dbl = ax.dbl - one; /* t has 20 trailing zeros */
339 v = one / (ax.dbl + bp[k]);
436 z.dbl = one - (r - z.dbl);
451 #undef one