HomeSort by: relevance | last modified time | path
    Searched defs:msign (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libm/noieee_src/
n_support.c 78 static const unsigned short msign=0x7fff , mexp =0x7f80 ; variable in typeref:typename:const unsigned short
82 static const unsigned short msign=0x7fff, mexp =0x7ff0 ; variable in typeref:typename:const unsigned short
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 ;
    [all...]

Completed in 11 milliseconds