Home
last modified time | relevance | path

Searched refs:initFromF80LongDoubleAPInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h533 void initFromF80LongDoubleAPInt(const APInt &api);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp3038 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt() function in llvm::detail::IEEEFloat
3239 return initFromF80LongDoubleAPInt(api); in initFromAPInt()