Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c84 static const unsigned short msign=0x7fff , mexp =0x7f80 ; variable
88 static const unsigned short msign=0x7fff, mexp =0x7ff0 ; variable
109 if( (k= *px & mexp ) != ~msign ) {
164 *px = ( *px & msign ) | ( *py & ~msign );
205 {*px &= msign; return(x);}
264 *pp &= msign ;
267 if( ( *px & mexp ) == ~msign ) /* is x a reserved operand? */
281 if( ( *pp & mexp ) == ~msign ) /* is p a reserved operand? */
296 sign= *px & ~msign ;
297 *px &= msign ;