Searched refs:isIEEE (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 189 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/ |
D | APFloat.cpp | 3205 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/ |
D | APFloat.h | 282 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 921 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue() argument 3387 if (isIEEE) in getAllOnesValue()
|