Searched defs:kExponentBits (Results 1 – 2 of 2) sorted by relevance
96 static const uint64_t kExponentBits = V8_UINT64_C(0x3FF0000000000000); in ToDouble() local
1882 static const int kExponentBits = 11; variable