Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h560 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h551 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3149 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt() function in llvm::detail::IEEEFloat
3320 return initFromPPCDoubleDoubleAPInt(api); in initFromAPInt()