Home | History | Annotate | Download | only in src

Lines Matching refs:tiny

32 tiny    =  1.0e-30,
134 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
135 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;
136 /* now |1-x| is tiny <= 2**-20, suffice to compute
213 return sn*tiny*tiny; /* underflow */
215 if(p_l<=z-p_h) return sn*tiny*tiny; /* underflow */