Searched defs:RoundingMode (Results 1 - 10 of 10) sorted by relevance

/external/gemmlowp/public/
H A Dbit_depth.h38 // in [0..254] determined by the RoundingMode as follows:
39 enum class RoundingMode { class in namespace:gemmlowp
51 static const RoundingMode kRoundingModeForSmallSizes = RoundingMode::Exact;
52 static const RoundingMode kRoundingModeForLargeSizes = RoundingMode::Exact;
63 static const RoundingMode kRoundingModeForSmallSizes = RoundingMode::Nearest;
64 static const RoundingMode kRoundingModeForLargeSizes =
65 RoundingMode
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java29 public enum RoundingMode { enum in class:DfpField
159 private RoundingMode rMode;
191 this.rMode = RoundingMode.ROUND_HALF_EVEN;
252 * If not set, the default value is {@link RoundingMode#ROUND_HALF_EVEN}.
258 public void setRoundingMode(final RoundingMode mode) {
265 public RoundingMode getRoundingMode() {
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h550 inline mpreal& setPrecision(int Precision, mp_rnd_t RoundingMode = get_default_rnd());
557 mpreal& setSign (int Sign, mp_rnd_t RoundingMode = get_default_rnd());
1933 inline mpreal& mpreal::setSign(int sign, mp_rnd_t RoundingMode) argument
1935 mpfr_setsign(mpfr_ptr(), mpfr_srcptr(), (sign < 0 ? 1 : 0), RoundingMode);
1945 inline mpreal& mpreal::setPrecision(int Precision, mp_rnd_t RoundingMode)
1947 mpfr_prec_round(mpfr_ptr(), Precision, RoundingMode);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 474 milliseconds