Lines Matching refs:low
108 bits64 high, low;
164 z.low = 0;
266 z.low = 0;
320 `high' and `low' values hold the most- and least-significant bits,
336 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
350 aLow = a.low & ~ LIT64( 0x4000000000000000 );
354 && ( a.low == aLow );
371 z.low = 0;
372 z.high = a.low<<1;
387 z.low = LIT64( 0xC000000000000000 ) | ( a.high>>1 );
408 a.low |= LIT64( 0xC000000000000000 );
409 b.low |= LIT64( 0xC000000000000000 );
427 `low' values hold the most- and least-significant bits, respectively.
444 && ( a.low || ( a.high & LIT64( 0x0000FFFFFFFFFFFF ) ) );
459 && ( a.low || ( a.high & LIT64( 0x00007FFFFFFFFFFF ) ) );
476 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
491 shift128Right( a.high, a.low, 16, &z.high, &z.low );