Home
last modified time | relevance | path

Searched defs:exponent_bits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h316 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits() function
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3531 constexpr unsigned int exponent_bits = convertIEEEFloatToAPInt() local
3803 constexpr unsigned int exponent_bits = initFromIEEEAPInt() local