Searched refs:dps_ieee (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsprivate.h50 dps_ieee, dps_native enumerator in enum:__anon265
80 #define DPSDefaultNumFormat dps_ieee
H A DdpsXpriv.c296 return ((rdpy->ctxtTokenType < DPS_HI_NATIVE) ? dps_ieee : dps_native);
408 return ((rdpy->ctxtTokenType < DPS_HI_NATIVE) ? dps_ieee : dps_native);
H A Ddpsclient.c345 *numFormat = dps_ieee;
348 *numFormat = dps_ieee;
379 if (numFormat == dps_ieee) {
1463 if (numFormat == dps_ieee) {
1523 if (DPSDefaultByteOrder == dps_hiFirst && cc->numFormat == dps_ieee)
1525 else if (DPSDefaultByteOrder == dps_loFirst && cc->numFormat == dps_ieee)
1597 tmp = (numFormat == dps_ieee) ? 128+48 : 128+49;
1599 tmp = (numFormat == dps_ieee) ? 48 : 49;

Completed in 18 milliseconds