Lines Matching refs:low
66 bits64 high, low;
115 z.low = 0;
209 z.low = 0;
263 `high' and `low' values hold the most- and least-significant bits,
279 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
296 aLow = a.low & ~ LIT64( 0x4000000000000000 );
300 && ( a.low == aLow );
317 z.low = 0;
318 z.high = a.low<<1;
333 z.low = LIT64( 0xC000000000000000 ) | ( a.high>>1 );
354 a.low |= LIT64( 0xC000000000000000 );
355 b.low |= LIT64( 0xC000000000000000 );