Home
last modified time | relevance | path

Searched refs:isIEEE (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h189 explicit APFloat(const APInt &, bool isIEEE = false);
255 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
415 void initFromAPInt(const APInt& api, bool isIEEE = false);
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3205 APFloat::initFromAPInt(const APInt& api, bool isIEEE) in initFromAPInt() argument
3216 return (isIEEE ? in initFromAPInt()
3223 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue() argument
3225 return APFloat(APInt::getAllOnesValue(BitWidth), isIEEE); in getAllOnesValue()
3283 APFloat::APFloat(const APInt& api, bool isIEEE) : exponent2(0), sign2(0) { in APFloat() argument
3284 initFromAPInt(api, isIEEE); in APFloat()
/external/llvm/include/llvm/ADT/
DAPFloat.h282 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h921 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
/external/llvm/lib/Support/
DAPFloat.cpp3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue() argument
3387 if (isIEEE) in getAllOnesValue()