Searched refs:signBit (Results 1 – 4 of 4) sorted by relevance
542 int signBit = (x < 0 ? 0x80000000 : 0); in bitLength() local544 for (j=0; j<32 && (tmp & 0x80000000)==signBit; j++) in bitLength()
1282 double signBit = (U1 >= 0) ? 1.0 : -1.0; in computeNextGaussian() local1397 return signBit*x; in computeNextGaussian()
3833 long signBit = doppel & DoubleConsts.SIGN_BIT_MASK; local3834 newSignif = signBit | (newSignif << shiftDistance);
4769 private int signBit() {