Home | History | Annotate | Download | only in noieee_src

Lines Matching defs:msign

78     static const unsigned short msign=0x7fff , mexp =0x7f80 ;
82 static const unsigned short msign=0x7fff, mexp =0x7ff0 ;
101 if( (k= *px & mexp ) != ~msign ) {
143 *px = ( *px & msign ) | ( *py & ~msign );
170 {*px &= msign; return(x);}
208 *pp &= msign ;
211 if( ( *px & mexp ) == ~msign ) /* is x a reserved operand? */
225 if( ( *pp & mexp ) == ~msign ) /* is p a reserved operand? */
240 sign= *px & ~msign ;
241 *px &= msign ;