/external/guava/guava-tests/test/com/google/common/math/ |
D | MathBenchmarking.java | 111 result = Math.scalb(result, RANDOM_SOURCE.nextInt(maxExponent + 1)); in randomDouble()
|
D | DoubleMathTest.java | 373 double x = Math.scalb(Math.sqrt(2) + 0.001, exp); 374 double y = Math.scalb(Math.sqrt(2) - 0.001, exp); 392 assertEquals(x, Math.scalb(1.0, log2));
|
D | MathTesting.java | 223 for (double d : Doubles.asList(0, 1, 2, 7, 51, 102, Math.scalb(1.0, 53), Integer.MIN_VALUE,
|
/external/guava/ |
D | README.jdk5 | 8 `Math.scalb`, `Deque` and its inheritors, `NavigableMap`,
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 3413 public static double scalb(final double d, final int n) { in scalb() method in FastMath 3497 public static float scalb(final float f, final int n) { in scalb() method in FastMath 3949 final double scaledX = scalb(x, -middleExp); in hypot() 3950 final double scaledY = scalb(y, -middleExp); in hypot() 3956 return scalb(scaledH, middleExp); in hypot()
|
D | MathUtils.java | 1372 public static double scalb(final double d, final int scaleFactor) { 1373 return FastMath.scalb(d, scaleFactor);
|
/external/ltrace/etc/ |
D | libm.so.conf | 364 double scalb(double, double);
|
/external/fdlibm/ |
D | readme | 242 of the IEEE recommended function scalb:
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2774 fun:scalb=uninstrumented
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |