Lines Matching refs:one
41 * 2. 0 <= x <= 2**-55 : tanh(x) := x * (one + x)57 #define one 1.077 return one / x + one;82 return one / x - one;93 return x * (one + x);99 z = one - two / (t + two);110 z = one - tiny; /* raised inexact flag */115 #undef one