Searched refs:IEEEFLOAT (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsconfig.h44 * IEEEFLOAT is true if the representation of type "float" is the IEEE
46 * by SWAPBITS (below). IEEEFLOAT is false if some other representation
51 * IEEEFLOAT should be true (1) for:
54 * IEEEFLOAT should be false (0) for:
62 #ifndef IEEEFLOAT
65 #define IEEEFLOAT 0 macro
70 #define IEEEFLOAT 1 macro
74 #define IEEEFLOAT 1 macro
78 #define IEEEFLOAT 1 macro
82 #define IEEEFLOAT macro
86 #define IEEEFLOAT macro
93 #define IEEEFLOAT macro
97 #define IEEEFLOAT macro
101 #define IEEEFLOAT macro
[all...]
H A Ddpsfriends.h58 #if IEEEFLOAT
66 #else /* IEEEFLOAT */
74 #endif /* IEEEFLOAT */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsprivate.h79 #if IEEEFLOAT
81 #else /* IEEEFLOAT */
83 #endif /* IEEEFLOAT */
H A Ddpsclient.c62 #if !IEEEFLOAT
74 #endif /* !IEEEFLOAT */
361 #if !IEEEFLOAT
401 #endif /* !IEEEFLOAT */
584 #if !IEEEFLOAT
587 #endif /* !IEEEFLOAT */
1129 #if IEEEFLOAT
1132 #else /* IEEEFLOAT */
1135 #endif /* IEEEFLOAT */
1287 #if IEEEFLOAT
[all...]

Completed in 17 milliseconds