Searched refs:IEEE_POSITIVE_INF (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_helper.c53 IEEE_POSITIVE_NORMAL, IEEE_POSITIVE_INF, IEEE_SUBNORMAL, enumerator in enum:__anon1303
59 int res = __builtin_fpclassify (IEEE_QUIET_NAN, IEEE_POSITIVE_INF, \
72 else if (res == IEEE_POSITIVE_INF) \
H A Dieee_arithmetic.F9064 IEEE_POSITIVE_INF = IEEE_CLASS_TYPE(10)
969 case (10) ! IEEE_POSITIVE_INF
1036 case (10) ! IEEE_POSITIVE_INF
1104 case (10) ! IEEE_POSITIVE_INF
1174 case (10) ! IEEE_POSITIVE_INF
63 IEEE_POSITIVE_NORMAL = IEEE_CLASS_TYPE(9), & variable in module:IEEE_ARITHMETIC
/netbsd-current/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_helper.c58 int res = __builtin_fpclassify (IEEE_QUIET_NAN, IEEE_POSITIVE_INF, \
71 else if (res == IEEE_POSITIVE_INF) \
147 case IEEE_POSITIVE_INF: \
H A Dieee_arithmetic.F9064 IEEE_POSITIVE_INF = IEEE_CLASS_TYPE(10)
63 IEEE_POSITIVE_NORMAL = IEEE_CLASS_TYPE(9), & variable in module:IEEE_ARITHMETIC
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dlibgfortran.h207 IEEE_POSITIVE_INF enumerator in enum:__anon899
H A Dtrans-intrinsic.cc10044 IEEE_POSITIVE_INF),
10083 gcc_assert (IEEE_NEGATIVE_INF == s - IEEE_POSITIVE_INF);
10159 for (int c = IEEE_SIGNALING_NAN; c <= IEEE_POSITIVE_INF; ++c)
10212 case IEEE_POSITIVE_INF:

Completed in 212 milliseconds