Searched defs:gap (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dsupport.c85 static const short prep1=57, gap=7, bias=129 ; variable
89 static const short prep1=54, gap=4, bias=1023 ; variable
122 if((k = (k>>gap)+ N) > 0 )
123 if( k < (mexp>>gap) ) *px = (*px&~mexp) | (k<<gap);
128 {*px=(*px&~mexp)|(short)(1<<gap); x *= scalb(1.0,k-1);}
193 return (int)(((*px&mexp)>>gap)-bias);
197 return ( (k>>gap) - bias );
287 else if ( ((*pp & mexp)>>gap) <= 1 )

Completed in 12 milliseconds