Lines Matching refs:tiny
96 #define tiny 1.0e-300
278 return (hy < 0) ? huge * huge : tiny * tiny;
282 return (hy > 0) ? huge * huge : tiny * tiny;
288 return (hy < 0) ? s * huge * huge : s * tiny * tiny;
292 return (hy > 0) ? s * huge * huge : s * tiny * tiny;
294 /* now |1 - x| is tiny <= 2**-20, suffice to compute
398 return s * tiny * tiny; /* underflow */
404 return s * tiny * tiny; /* underflow */
455 #undef tiny