Home | History | Annotate | Download | only in common

Lines Matching refs:lowBits

365     uint32_t lowBits  = *(uint32_t*)u_bottomNBytesOfDouble(&number,
369 (lowBits == 0x00000000L);
390 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);