HomeSort by relevance Sort by last modified time
    Searched defs:copySign (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
StrictMath.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 179 * @tests {@link java.lang.StrictMath#copySign(double, double)}
194 .copySign(magnitude, Double.NaN)));
196 .copySign(Double.NaN, magnitude)));
201 .copySign(magnitude, sign));
218 .copySign(Double.NaN, Double.NaN)));
221 StrictMath.copySign((Double) null, 2.3);
227 StrictMath.copySign(2.3, (Double) null);
233 StrictMath.copySign((Double) null, (Double) null);
240 assertEquals(1.0, StrictMath.copySign(1.0, d), 0d);
244 * @tests {@link java.lang.StrictMath#copySign(float, float)
    [all...]
MathTest.java 175 * @tests {@link java.lang.Math#copySign(double, double)}
190 absMagnitudeBits, Double.doubleToLongBits(Math.copySign(
192 assertTrue("The result should be NaN.", Double.isNaN(Math.copySign(
197 final long resultBits = Double.doubleToLongBits(Math.copySign(
214 assertTrue("The result should be NaN.", Double.isNaN(Math.copySign(
218 Math.copySign((Double) null, 2.3);
224 Math.copySign(2.3, (Double) null);
230 Math.copySign((Double) null, (Double) null);
248 * @tests {@link java.lang.Math#copySign(float, float)}
262 absMagnitudeBits, Float.floatToIntBits(Math.copySign(
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 957 milliseconds