Searched defs:signBit (Results 1 – 3 of 3) sorted by relevance
542 int signBit = (x < 0 ? 0x80000000 : 0); in bitLength() local
3833 long signBit = doppel & DoubleConsts.SIGN_BIT_MASK; local
1282 double signBit = (U1 >= 0) ? 1.0 : -1.0; in computeNextGaussian() local