Home
last modified time | relevance | path

Searched defs:isIEEE (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3205 APFloat::initFromAPInt(const APInt& api, bool isIEEE) in initFromAPInt()
3223 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue()
3283 APFloat::APFloat(const APInt& api, bool isIEEE) : exponent2(0), sign2(0) { in APFloat()
/external/llvm/lib/Support/
DAPFloat.cpp3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp4469 APFloat APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) { in getAllOnesValue()