HomeSort by relevance Sort by last modified time
    Searched refs:rmNearestTiesToEven (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 159 rmNearestTiesToEven,
312 Result.add(RHS, rmNearestTiesToEven);
320 Result.subtract(RHS, rmNearestTiesToEven);
328 Result.multiply(RHS, rmNearestTiesToEven);
336 Result.divide(RHS, rmNearestTiesToEven);
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 74 buf, /*hexDigits=*/0, /*upperCase=*/false, APFloat::rmNearestTiesToEven);
  /external/llvm/unittests/ADT/
APFloatTest.cpp 24 F.convertFromString(Str, llvm::APFloat::rmNearestTiesToEven);
458 APFloat::roundingMode rdmd = APFloat::rmNearestTiesToEven;
464 f1.fusedMultiplyAdd(f2, f3, APFloat::rmNearestTiesToEven);
475 f1.fusedMultiplyAdd(f2, f3, APFloat::rmNearestTiesToEven);
485 f1.fusedMultiplyAdd(f2, f3, APFloat::rmNearestTiesToEven);
506 f1.fusedMultiplyAdd(f2, f3, APFloat::rmNearestTiesToEven);
515 f1.fusedMultiplyAdd(f2, f3, APFloat::rmNearestTiesToEven);
526 M1.fusedMultiplyAdd(M1, A, APFloat::rmNearestTiesToEven);
527 M1.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo);
556 APFloat::roundingMode rdmd = APFloat::rmNearestTiesToEven;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 335 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven);
345 APFloat::rmNearestTiesToEven,
459 APFloat::rmNearestTiesToEven,
  /external/llvm/lib/Support/
APFloat.cpp 804 normalize(rmNearestTiesToEven, lfExactlyZero);
820 convertFromString(text, rmNearestTiesToEven);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 699 APFloat::rmNearestTiesToEven);
714 APFloat::rmNearestTiesToEven);
852 apfLHS.add(APFloat(Sem, RHS.IntVal), APFloat::rmNearestTiesToEven);
857 APFloat::rmNearestTiesToEven);
862 APFloat::rmNearestTiesToEven);
867 APFloat::rmNearestTiesToEven);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 599 APFloat::rmNearestTiesToEven, &ignored);
677 APFloat::rmNearestTiesToEven)) {
    [all...]
Constants.cpp 657 APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 255 enum APFloat::roundingMode RndMode = APFloat::rmNearestTiesToEven;
276 enum APFloat::roundingMode RndMode = APFloat::rmNearestTiesToEven;
321 APFloat::rmNearestTiesToEven);
323 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/clang/lib/AST/
APValue.cpp 266 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven,
ExprConstant.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 295 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 88 APFloat::rmNearestTiesToEven,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 753 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 224 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 3244 milliseconds

1 2