Home | History | Annotate | Download | only in video

Lines Matching full:tiny

183 		if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
184 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
187 if(ix<0x3fefffff) return (hy<0)? huge*huge:tiny*tiny;
188 if(ix>0x3ff00000) return (hy>0)? huge*huge:tiny*tiny;
189 /* now |1-x| is tiny <= 2**-20, suffice to compute
267 return s*tiny*tiny; /* underflow */
269 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */