Home | History | Annotate | Download | only in src

Lines Matching defs:huge

31 huge	=  1.0e30,
131 /* |y| is huge */
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;
208 return sn*huge*huge; /* overflow */
210 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */