Home | History | Annotate | Download | only in src

Lines Matching defs:huge

71 huge	=  1.0e300,
188 /* |y| is huge */
191 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
192 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
195 if(ix<0x3fefffff) return (hy<0)? s*huge*huge:s*tiny*tiny;
196 if(ix>0x3ff00000) return (hy>0)? s*huge*huge:s*tiny*tiny;
265 return s*huge*huge; /* overflow */
267 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */