Home
last modified time | relevance | path

Searched refs:XSGNMSK (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libm/common/C/
H A Dlibm_macros.h39 #define XSGNMSK 0x80000000 /* exponent bit mask within the int */ macro
41 #define ISZEROL(x) (((((int *)&x)[0] & ~XSGNMSK) | ((int *)&x)[1] | \
49 #define XSGNMSK 0x8000 macro
/titanic_50/usr/src/lib/libm/common/Q/
H A Dcopysignl.c39 px[HIXWORD] = (px[HIXWORD] & ~XSGNMSK) | (py[HIXWORD] & XSGNMSK); in copysignl()
H A Dnextafterl.c88 px[n0] = py[n0] & XSGNMSK; in nextafterl()
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */ in nextafterl()
/titanic_50/usr/src/lib/libm/common/LD/
H A Dnextafterl.c88 px[n0] = py[n0] & XSGNMSK; in nextafterl()
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */ in nextafterl()
/titanic_50/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c88 px[n0] = py[n0] & XSGNMSK; in nexttowardl()
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */ in nexttowardl()