Home | History | Annotate | Download | only in fdlibm

Lines Matching refs:tiny

76 tiny    =  1.0e-300,
193 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
194 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
197 if(ix<0x3fefffff) return (hy<0)? s*huge*huge:s*tiny*tiny;
198 if(ix>0x3ff00000) return (hy>0)? s*huge*huge:s*tiny*tiny;
199 /* now |1-x| is tiny <= 2**-20, suffice to compute
274 return s*tiny*tiny; /* underflow */
276 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */