HomeSort by relevance Sort by last modified time
    Searched refs:isIEEE (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 189 explicit APFloat(const APInt &, bool isIEEE = false);
254 /// \param isIEEE - If 128 bit number, select between PPC and IEEE
255 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
425 void initFromAPInt(const APInt& api, bool isIEEE = false);
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 379 bool isIEEE = !Ty->isX86_FP80Ty() && !Ty->isPPC_FP128Ty();
380 APFloat RandomFloat(RandomInt, isIEEE);

Completed in 318 milliseconds