Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h661 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp3785 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt() function in llvm::detail::IEEEFloat
3967 return initFromPPCDoubleDoubleAPInt(api); in initFromAPInt()