Searched refs:kXSignBit (Results 1 – 3 of 3) sorted by relevance
83 const int64_t kXSignBit = 63; variable84 const int64_t kXSignMask = 0x1L << kXSignBit;
1660 int sign_bit = value.Is64Bits() ? kXSignBit : kWSignBit; in AssertPositiveOrZero()
3071 __ Tbz(exponent_integer, kXSignBit, &done); in Generate_MathPowInternal()