Lines Matching defs:huge
72 huge = 1.0e300,
186 /* |y| is huge */
189 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
190 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
193 if(ix<0x3fefffff) return (hy<0)? s*huge*huge:s*tiny*tiny;
194 if(ix>0x3ff00000) return (hy>0)? s*huge*huge:s*tiny*tiny;
263 return s*huge*huge; /* overflow */
265 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */