Home | History | Annotate | Download | only in noieee_src

Lines Matching refs:tiny

105  *         	erf(x)  = 1.0 - tiny
111 * erf(x) = 1.0 - tiny
138 * erf(x) = 1 - tiny (raise inexact)
139 * erfc(x) = tiny*tiny (raise underflow)
164 tiny = _TINY,
298 return (one-tiny);
300 return (tiny-one);
369 return (tiny*tiny);
371 return (two-tiny);