/external/clang/lib/AST/ |
D | ExprConstant.cpp | 238 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 …]
|
D | APValue.cpp | 89 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven, in GetApproxValue()
|
D | Expr.cpp | 530 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven, in getValueAsApproximateDouble()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 737 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/ |
D | ExecutionEngine.cpp | 598 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/ |
D | APFloat.h | 151 rmNearestTiesToEven, enumerator
|
/external/llvm/lib/VMCore/ |
D | ConstantFold.cpp | 580 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()
|
D | Constants.cpp | 476 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()
|
D | AsmWriter.cpp | 730 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in WriteConstantInternal()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1156 : 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/ |
D | LiteralSupport.cpp | 695 APFloat::rmNearestTiesToEven); in GetFloatValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2653 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()
|
D | InstCombineCasts.cpp | 1146 (void)F.convert(Sem, APFloat::rmNearestTiesToEven, &losesInfo); in FitsInFPType()
|
/external/llvm/include/llvm/ |
D | Constants.h | 285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 100 (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()
|
D | LegalizeDAG.cpp | 3076 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven); in ExpandNode()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 581 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in EmitDebugValueComment() 1611 DoubleVal.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, in EmitGlobalConstantFP()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 23 F.convertFromString(Str, llvm::APFloat::rmNearestTiesToEven); in convertToDoubleFromString()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1166 APFloat::rmNearestTiesToEven, &ignored);
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2760 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored); in IsSameFloatAfterCast() 2761 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored); in IsSameFloatAfterCast()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1676 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) == in ParseDirectiveRealValue()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 216 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored); in printCFP()
|
/external/llvm/lib/Target/CBackend/ |
D | CBackend.cpp | 666 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored); in isFPCSafeToPrint()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2469 ID.APFloatVal.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, in ConvertValIDToValue()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 672 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven, in X86TargetLowering()
|