Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h562 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3413 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt() function in llvm::detail::IEEEFloat
3607 return initFromPPCDoubleDoubleAPInt(api); in initFromAPInt()