Home
last modified time | relevance | path

Searched refs:rmNearestTiesToEven (Results 1 – 25 of 25) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp238 APFloat::rmNearestTiesToEven, &ignored); in HandleFloatToFloatCast()
258 APFloat::rmNearestTiesToEven); in HandleIntToFloatCast()
2163 Result.multiply(RHS, APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2166 Result.add(RHS, APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2169 Result.subtract(RHS, APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2172 Result.divide(RHS, APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2448 APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2450 APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2459 APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
2461 APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
[all …]
DAPValue.cpp89 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven, in GetApproxValue()
DExpr.cpp530 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven, in getValueAsApproximateDouble()
/external/llvm/lib/Support/
DAPFloat.cpp737 normalize(rmNearestTiesToEven, lfExactlyZero); in APFloat()
771 convertFromString(text, rmNearestTiesToEven); in APFloat()
1117 if (rounding_mode == rmNearestTiesToEven || in handleOverflow()
1157 case rmNearestTiesToEven: in roundAwayFromZero()
1648 fs = V.divide(rhs, rmNearestTiesToEven); in remainder()
1656 rmNearestTiesToEven, &ignored); in remainder()
1661 rmNearestTiesToEven); in remainder()
1664 fs = V.multiply(rhs, rmNearestTiesToEven); in remainder()
1667 fs = subtract(V, rmNearestTiesToEven); in remainder()
1689 fs = V.divide(rhs, rmNearestTiesToEven); in mod()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp598 APFloat::rmNearestTiesToEven); in getConstantValue()
613 APFloat::rmNearestTiesToEven); in getConstantValue()
748 apfLHS.add(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); in getConstantValue()
752 apfLHS.subtract(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); in getConstantValue()
756 apfLHS.multiply(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); in getConstantValue()
760 apfLHS.divide(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); in getConstantValue()
764 apfLHS.mod(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); in getConstantValue()
/external/llvm/include/llvm/ADT/
DAPFloat.h151 rmNearestTiesToEven, enumerator
/external/llvm/lib/VMCore/
DConstantFold.cpp580 APFloat::rmNearestTiesToEven, &ignored); in ConstantFoldCastInstruction()
652 APFloat::rmNearestTiesToEven); in ConstantFoldCastInstruction()
1252 (void)C3V.add(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
1255 (void)C3V.subtract(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
1258 (void)C3V.multiply(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
1261 (void)C3V.divide(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
1264 (void)C3V.mod(C2V, APFloat::rmNearestTiesToEven); in ConstantFoldBinaryInstruction()
DConstants.cpp476 APFloat::rmNearestTiesToEven, &ignored); in get()
943 Val2.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
950 Val2.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
DAsmWriter.cpp730 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1156 : APFloat::rmNearestTiesToEven; in ConstantFoldConvertToInt()
1179 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost); in ConstantFoldCall()
1286 Val.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &lost); in ConstantFoldCall()
/external/clang/lib/Lex/
DLiteralSupport.cpp695 APFloat::rmNearestTiesToEven); in GetFloatValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2653 APFloat::rmNearestTiesToEven); in FoldFCmp_IntToFP_Cst()
2665 APFloat::rmNearestTiesToEven); in FoldFCmp_IntToFP_Cst()
2678 APFloat::rmNearestTiesToEven); in FoldFCmp_IntToFP_Cst()
2837 F.convert(*Sem, APFloat::rmNearestTiesToEven, &Lossy); in visitFCmpInst()
DInstCombineCasts.cpp1146 (void)F.convert(Sem, APFloat::rmNearestTiesToEven, &losesInfo); in FitsInFPType()
/external/llvm/include/llvm/
DConstants.h285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp100 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven, in isValueValidForType()
1008 apf.convert(*EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven, in getConstantFP()
2389 APFloat::rmNearestTiesToEven); in getNode()
2426 APFloat::rmNearestTiesToEven, &ignored); in getNode()
2953 s = V1.add(V2, APFloat::rmNearestTiesToEven); in getNode()
2958 s = V1.subtract(V2, APFloat::rmNearestTiesToEven); in getNode()
2963 s = V1.multiply(V2, APFloat::rmNearestTiesToEven); in getNode()
2968 s = V1.divide(V2, APFloat::rmNearestTiesToEven); in getNode()
2973 s = V1.mod(V2, APFloat::rmNearestTiesToEven); in getNode()
DLegalizeDAG.cpp3076 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven); in ExpandNode()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp581 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in EmitDebugValueComment()
1611 DoubleVal.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in EmitGlobalConstantFP()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp23 F.convertFromString(Str, llvm::APFloat::rmNearestTiesToEven); in convertToDoubleFromString()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1166 APFloat::rmNearestTiesToEven, &ignored);
/external/clang/lib/Sema/
DSemaChecking.cpp2760 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored); in IsSameFloatAfterCast()
2761 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored); in IsSameFloatAfterCast()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1676 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) == in ParseDirectiveRealValue()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp216 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored); in printCFP()
/external/llvm/lib/Target/CBackend/
DCBackend.cpp666 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored); in isFPCSafeToPrint()
/external/llvm/lib/AsmParser/
DLLParser.cpp2469 ID.APFloatVal.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, in ConvertValIDToValue()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp672 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven, in X86TargetLowering()