Lines Matching refs:low
112 bits64 high, low;
168 z.low = 0;
270 z.low = 0;
324 `high' and `low' values hold the most- and least-significant bits,
340 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
354 aLow = a.low & ~ LIT64( 0x4000000000000000 );
358 && ( a.low == aLow );
375 z.low = 0;
376 z.high = a.low<<1;
391 z.low = LIT64( 0xC000000000000000 ) | ( a.high>>1 );
412 a.low |= LIT64( 0xC000000000000000 );
413 b.low |= LIT64( 0xC000000000000000 );
431 `low' values hold the most- and least-significant bits, respectively.
448 && ( a.low || ( a.high & LIT64( 0x0000FFFFFFFFFFFF ) ) );
463 && ( a.low || ( a.high & LIT64( 0x00007FFFFFFFFFFF ) ) );
480 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
495 shift128Right( a.high, a.low, 16, &z.high, &z.low );