Searched defs:roundingMode (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPFloat.h150 enum roundingMode { enum in class:llvm::APFloat
268 opStatus add(const APFloat &, roundingMode);
269 opStatus subtract(const APFloat &, roundingMode);
270 opStatus multiply(const APFloat &, roundingMode);
271 opStatus divide(const APFloat &, roundingMode);
275 opStatus mod(const APFloat &, roundingMode);
276 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
284 opStatus convert(const fltSemantics &, roundingMode, bool *);
286 roundingMode, bool *) const;
287 opStatus convertToInteger(APSInt&, roundingMode, boo
[all...]
/external/icu4c/test/cintltst/
H A Dcnmdptst.c1035 static void roundingTest2(UNumberFormat* nf, double x, int32_t roundingMode, const char* expected) argument
1043 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode);
/external/qemu/fpu/
H A Dsoftfloat.c114 int8 roundingMode; local
119 roundingMode = STATUS(float_rounding_mode);
120 roundNearestEven = ( roundingMode == float_round_nearest_even );
123 if ( roundingMode == float_round_to_zero ) {
129 if ( roundingMode == float_round_up ) roundIncrement = 0;
132 if ( roundingMode == float_round_down ) roundIncrement = 0;
164 int8 roundingMode; local
168 roundingMode = STATUS(float_rounding_mode);
169 roundNearestEven = ( roundingMode == float_round_nearest_even );
172 if ( roundingMode
312 int8 roundingMode; local
494 int8 roundingMode; local
667 int8 roundingMode; local
995 int8 roundingMode; local
1673 int8 roundingMode; local
2855 int8 roundingMode; local
3024 int8 roundingMode; local
4073 int8 roundingMode; local
5156 int8 roundingMode; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1175 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode roundingMode) argument
1203 if (roundingMode == RoundAllSides) {
/external/icu4c/i18n/
H A Ddecimfmt.cpp2700 * @param roundingMode A rounding mode
2705 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { argument
2706 fRoundingMode = roundingMode;

Completed in 205 milliseconds