Searched refs:rmNearestTiesToEven (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp23 F.convertFromString(Str, llvm::APFloat::rmNearestTiesToEven);
664 P.roundToIntegral(APFloat::rmNearestTiesToEven);
677 P.roundToIntegral(APFloat::rmNearestTiesToEven);
690 P.roundToIntegral(APFloat::rmNearestTiesToEven);
719 test.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo);
724 test.add(APFloat(APFloat::x87DoubleExtended, "1.0"), APFloat::rmNearestTiesToEven); member in class:__anon10522::APFloat
725 test.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo);
730 test.add(APFloat(APFloat::IEEEquad, "1.0"), APFloat::rmNearestTiesToEven); member in class:__anon10522::APFloat
731 test.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo);
736 test.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp740 normalize(rmNearestTiesToEven, lfExactlyZero);
774 convertFromString(text, rmNearestTiesToEven);
1122 if (rounding_mode == rmNearestTiesToEven ||
1159 case rmNearestTiesToEven:
1653 fs = V.divide(rhs, rmNearestTiesToEven);
1661 rmNearestTiesToEven, &ignored);
1666 rmNearestTiesToEven);
1669 fs = V.multiply(rhs, rmNearestTiesToEven);
1672 fs = subtract(V, rmNearestTiesToEven);
1694 fs = V.divide(rhs, rmNearestTiesToEven);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp606 APFloat::rmNearestTiesToEven);
621 APFloat::rmNearestTiesToEven);
756 apfLHS.add(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); member in class:APFloat
760 apfLHS.subtract(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); member in class:APFloat
764 apfLHS.multiply(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); member in class:APFloat
768 apfLHS.divide(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); member in class:APFloat
772 apfLHS.mod(APFloat(RHS.IntVal), APFloat::rmNearestTiesToEven); member in class:APFloat
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPFloat.h151 rmNearestTiesToEven, enumerator in enum:llvm::APFloat::roundingMode
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp580 APFloat::rmNearestTiesToEven, &ignored);
652 APFloat::rmNearestTiesToEven);
1121 (void)C3V.add(C2V, APFloat::rmNearestTiesToEven);
1124 (void)C3V.subtract(C2V, APFloat::rmNearestTiesToEven);
1127 (void)C3V.multiply(C2V, APFloat::rmNearestTiesToEven);
1130 (void)C3V.divide(C2V, APFloat::rmNearestTiesToEven);
1133 (void)C3V.mod(C2V, APFloat::rmNearestTiesToEven);
H A DConstants.cpp504 APFloat::rmNearestTiesToEven, &ignored); member in class:APFloat
1134 Val2.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &losesInfo);
1140 Val2.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo);
1148 Val2.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo);
H A DAsmWriter.cpp778 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp1205 : APFloat::rmNearestTiesToEven;
1229 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1334 Val.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &lost);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp102 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven, member in class:APFloat
1085 apf.convert(*EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven, member in class:APFloat
2455 APFloat::rmNearestTiesToEven);
2511 APFloat::rmNearestTiesToEven, &ignored); member in class:APFloat
3060 s = V1.add(V2, APFloat::rmNearestTiesToEven);
3065 s = V1.subtract(V2, APFloat::rmNearestTiesToEven);
3070 s = V1.multiply(V2, APFloat::rmNearestTiesToEven);
3075 s = V1.divide(V2, APFloat::rmNearestTiesToEven);
3080 s = V1.mod(V2, APFloat::rmNearestTiesToEven);
3097 APFloat::rmNearestTiesToEven, member in class:APFloat
[all...]
H A DLegalizeDAG.cpp2806 (void)apf.convertFromAPInt(x, false, APFloat::rmNearestTiesToEven);
H A DDAGCombiner.cpp6088 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2722 APFloat::rmNearestTiesToEven); member in class:APFloat
2734 APFloat::rmNearestTiesToEven); member in class:APFloat
2747 APFloat::rmNearestTiesToEven); member in class:APFloat
2758 APFloat::rmNearestTiesToEven); member in class:APFloat
2919 F.convert(*Sem, APFloat::rmNearestTiesToEven, &Lossy);
H A DInstCombineCasts.cpp1135 (void)F.convert(Sem, APFloat::rmNearestTiesToEven, &losesInfo);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1665 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven,
1670 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h290 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp572 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
1795 DoubleVal.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1210 APFloat::rmNearestTiesToEven, &ignored);
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp2577 ID.APFloatVal.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven,
2580 ID.APFloatVal.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp219 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &ignored);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp2143 } else if (Value.convertFromString(IDVal, APFloat::rmNearestTiesToEven) ==
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp687 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,

Completed in 396 milliseconds