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

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 103 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 154 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored);
  /external/llvm/unittests/ADT/
APFloatTest.cpp 356 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
362 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
368 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
374 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
381 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
387 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
393 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 154 rmTowardZero,
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 549 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
  /external/llvm/lib/Support/
APFloat.cpp 929 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored);
1167 case rmTowardZero:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 639 APFloat::rmTowardZero, &ignored);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 195 APFloat::rmTowardZero, &isExact);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 225 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 590 APFloat::rmTowardZero, &ignored);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaOverload.cpp 327 llvm::APFloat::rmTowardZero, &ignored);
    [all...]

Completed in 850 milliseconds