Home | History | Annotate | Download | only in stdlib

Lines Matching defs:VAX

31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
43 * 1. We only require IEEE, IBM, or VAX double-precision
70 * #define VAX for VAX-style floating-point arithmetic.
129 #define VAX
203 #if defined(IEEE_LITTLE_ENDIAN) + defined(IEEE_BIG_ENDIAN) + defined(VAX) + \
205 Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or
226 #if defined(IEEE_LITTLE_ENDIAN) + defined(VAX) + defined(__arm__)
296 #else /* VAX */
1063 #ifdef VAX
1115 #ifdef VAX
1137 #ifdef VAX
1142 #ifdef VAX
1310 #ifdef VAX
1526 #ifdef VAX
1541 #ifdef VAX
1542 /* VAX exponent range is so narrow we must
2140 #if defined(IEEE_Arith) + defined(VAX)