Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat
3378 initFromAPInt(&Sem, API); in IEEEFloat()
3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h554 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h545 void initFromAPInt(const fltSemantics *Sem, const APInt &api);