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

  /external/llvm/include/llvm/ADT/
APFloat.h 194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
  /external/llvm/lib/VMCore/
Constants.cpp 87 APFloat::getZero(APFloat::IEEEsingle));
90 APFloat::getZero(APFloat::IEEEdouble));
93 APFloat::getZero(APFloat::x87DoubleExtended));
96 APFloat::getZero(APFloat::IEEEquad));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 593 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
608 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 946 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy));
964 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 648 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
    [all...]

Completed in 85 milliseconds