Searched defs:isIEEE (Results 1 – 3 of 3) sorted by relevance
3205 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()
3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue()
4469 APFloat APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) { in getAllOnesValue()