Home | History | Annotate | Download | only in libm

Lines Matching refs:NAN

29 	{ +INFINITY,	+NAN,		+INFINITY,	+NAN},
30 { +5.032E3, +NAN, +NAN, +NAN}, /* + FE_INVALID optionally raised */
31 { +NAN, +0, +NAN, +0},
32 { +NAN, -5.023E3, +NAN, +NAN}, /* + FE_INVALID optionally raised */
33 { +NAN, +INFINITY, +INFINITY, +NAN}, /* sign of real part of result unspecified */
34 { +NAN, +NAN, +NAN, +NAN},