Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h430 void initFromPPCDoubleDoubleAPInt(const APInt& api);
/external/llvm/lib/Support/
DAPFloat.cpp2997 APFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) in initFromPPCDoubleDoubleAPInt() function in APFloat
3202 initFromQuadrupleAPInt(api) : initFromPPCDoubleDoubleAPInt(api)); in initFromAPInt()