Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h561 void initFromF80LongDoubleAPInt(const APInt &api);
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3381 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt() function in llvm::detail::IEEEFloat
3603 return initFromF80LongDoubleAPInt(api); in initFromAPInt()