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

/external/llvm/include/llvm/ADT/
H A DAPFloat.h155 enum roundingMode { enum in class:llvm::APFloat
293 opStatus add(const APFloat &, roundingMode);
294 opStatus subtract(const APFloat &, roundingMode);
295 opStatus multiply(const APFloat &, roundingMode);
296 opStatus divide(const APFloat &, roundingMode);
300 opStatus mod(const APFloat &, roundingMode);
301 opStatus fusedMultiplyAdd(const APFloat &, const APFloat &, roundingMode);
302 opStatus roundToIntegral(roundingMode);
320 opStatus convert(const fltSemantics &, roundingMode, bool *);
321 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
[all...]
/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2700 * @param roundingMode A rounding mode
2705 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { argument
2706 fRoundingMode = roundingMode;
/external/icu4c/i18n/
H A Ddecimfmt.cpp3509 * @param roundingMode A rounding mode
3514 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { argument
3515 fRoundingMode = roundingMode;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 220 milliseconds