Lines Matching defs:one
34 * | Use the hardware sqrt if you have one |
50 * To compute q from q , one checks whether
84 * After generating the 53 bits result, we compute one more bit.
101 #define one 1.0
208 ret.dbl = one - tiny; /* trigger inexact flag */
209 if (ret.dbl >= one)
211 ret.dbl = one + tiny;
217 else if (ret.dbl > one)
243 #undef one
256 The second one uses reciproot iterations to avoid division, but
321 This formula has one division fewer than the one above; however,
325 is slow. If division is very slow, then one should use the