Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h579 void initFromF80LongDoubleAPInt(const APInt &api);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3592 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt() function in llvm::detail::IEEEFloat
3859 return initFromF80LongDoubleAPInt(api); in initFromAPInt()