Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h415 void initFromAPInt(const APInt& api, bool isIEEE = false);
/external/llvm/include/llvm/ADT/
DAPFloat.h609 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3205 APFloat::initFromAPInt(const APInt& api, bool isIEEE) in initFromAPInt() function in APFloat
3284 initFromAPInt(api, isIEEE); in APFloat()
3288 initFromAPInt(APInt::floatToBits(f)); in APFloat()
3292 initFromAPInt(APInt::doubleToBits(d)); in APFloat()
/external/llvm/lib/Support/
DAPFloat.cpp3356 APFloat::initFromAPInt(const fltSemantics* Sem, const APInt& api) in initFromAPInt() function in APFloat
3477 initFromAPInt(&Sem, API); in APFloat()
3481 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()
3485 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h554 void initFromAPInt(const fltSemantics *Sem, const APInt &api);