Home
last modified time | relevance | path

Searched defs:kExponentBits (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DFloatingPoint.h47 static constexpr Bits kExponentBits = 0x7F800000UL; member
58 static constexpr Bits kExponentBits = 0x7ff0000000000000ULL; member
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DFloatingPoint.h45 static const Bits kExponentBits = 0x7F800000UL; member
57 static const Bits kExponentBits = 0x7ff0000000000000ULL; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DFloatingPoint.h45 static const Bits kExponentBits = 0x7F800000UL; member
57 static const Bits kExponentBits = 0x7ff0000000000000ULL; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DFloatingPoint.h45 static const Bits kExponentBits = 0x7F800000UL; member
57 static const Bits kExponentBits = 0x7ff0000000000000ULL; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dheap-number.h48 static const int kExponentBits = 11; variable
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dheap-number.h51 static const int kExponentBits = 11; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dheap-number.h51 static const int kExponentBits = 11; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.h1954 static const int kExponentBits = 11; variable