Lines Matching defs:tiny
31 tiny = 1.0e-30,136 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny;137 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;138 /* now |1-x| is tiny <= 2**-20, suffice to compute215 return sn*tiny*tiny; /* underflow */217 if(p_l<=z-p_h) return sn*tiny*tiny; /* underflow */