HomeSort by relevance Sort by last modified time
    Searched defs:MathContext (Results 1 - 25 of 52) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/math/
MathContext.java 29 public final class MathContext implements Serializable {
33 * A {@code MathContext} which corresponds to the <a href="http://en.wikipedia.org/wiki/IEEE_754-1985">IEEE 754</a> quadruple
37 public static final MathContext DECIMAL128 = new MathContext(34, RoundingMode.HALF_EVEN);
40 * A {@code MathContext} which corresponds to the <a href="http://en.wikipedia.org/wiki/IEEE_754-1985">IEEE 754</a> single decimal
44 public static final MathContext DECIMAL32 = new MathContext(7, RoundingMode.HALF_EVEN);
47 * A {@code MathContext} which corresponds to the <a href="http://en.wikipedia.org/wiki/IEEE_754-1985">IEEE 754</a> double decimal
51 public static final MathContext DECIMAL64 = new MathContext(16, RoundingMode.HALF_EVEN)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 4 /* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
9 /* MathContext -- Math context settings */
13 /* The MathContext object encapsulates the settings used by the */
39 * The <code>MathContext</code> immutable class encapsulates the
56 * When provided, a <code>MathContext</code> object supplies the
59 * When <code>MathContext.DEFAULT</code> is provided for a
60 * <code>MathContext</code> parameter then the default settings are used
64 * <code>MathContext</code> object defaults) also have a version of the
65 * method which does not accept a MathContext parameter. These versions
82 public final class MathContext implements java.io.Serializable
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 3 /* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
8 /* MathContext -- Math context settings */
12 /* The MathContext object encapsulates the settings used by the */
38 * The <code>MathContext</code> immutable class encapsulates the
55 * When provided, a <code>MathContext</code> object supplies the
58 * When <code>MathContext.DEFAULT</code> is provided for a
59 * <code>MathContext</code> parameter then the default settings are used
63 * <code>MathContext</code> object defaults) also have a version of the
64 * method which does not accept a MathContext parameter. These versions
82 public final class MathContext implements java.io.Serializable
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 3 /* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
8 /* MathContext -- Math context settings */
12 /* The MathContext object encapsulates the settings used by the */
38 * The <code>MathContext</code> immutable class encapsulates the
55 * When provided, a <code>MathContext</code> object supplies the
58 * When <code>MathContext.DEFAULT</code> is provided for a
59 * <code>MathContext</code> parameter then the default settings are used
63 * <code>MathContext</code> object defaults) also have a version of the
64 * method which does not accept a MathContext parameter. These versions
82 public final class MathContext implements java.io.Serializable
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 375 milliseconds

1 2 3