Searched refs:IEEEremainder (Results 1 – 11 of 11) sorted by relevance
/libcore/luni/src/test/resources/ |
D | math_java_only.csv | 2533 IEEEremainder,0x1.92c6b518a96cp-4,-0x1.95cc024bc2e3dp2,-0x1.12ba136ac3b1p0 2534 IEEEremainder,-0x1.9a2601ee0b37cp-3,0x1.68e971ffed245p0,-0x1.12c976d3c9b23p-1 2535 IEEEremainder,-0x1.59e4503ff371p-3,-0x1.59e4503ff371p-3,-0x1.0c912a93f545ap-1 2536 IEEEremainder,-0x1.1741eb551c2a8p-3,-0x1.7b22c6245681cp0,-0x1.583a88b9b2fc7p0 2537 IEEEremainder,-0x1.d7104568a7836p-1,-0x1.d7104568a7836p-1,0x1.1165425b27d26p3 2538 IEEEremainder,-0x1.c961b96a089p-8,-0x1.3cc42fab56789p0,-0x1.3afacdf1ec7p-1 2539 IEEEremainder,0x1.67ad60a725d94p-3,-0x1.9e305f6421286p-1,-0x1.f81bb78dea9ebp-1 2540 IEEEremainder,0x1.98ebb4994eb7p-2,-0x1.16cff8747f0bep2,0x1.95d39a52c549cp0 2541 IEEEremainder,0x1.ae51d87c54eb6p-7,-0x1.e04eec4369cp-1,-0x1.d8460389127fbp-6 2542 IEEEremainder,0x1.530e632e0fdep-5,0x1.7a4ee15cae799p1,0x1.4b90952aa1facp-3 [all …]
|
/libcore/ojluni/src/main/java/java/text/ |
D | ChoiceFormat.java | 272 double tryLessOrEqual = Math.abs(Math.IEEEremainder(choiceLimits[i], 1.0d)); in toPattern() 273 double tryLess = Math.abs(Math.IEEEremainder(less, 1.0d)); in toPattern()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidStrictMathTest.java | 264 assertEquals("Incorrect remainder returned", 0.0, StrictMath.IEEEremainder( in testIEEEremainderDD() 268 StrictMath.IEEEremainder(1.32, 89.765) >= 1.4705063220631647E-2 in testIEEEremainderDD() 269 || StrictMath.IEEEremainder(1.32, 89.765) >= 1.4705063220631649E-2); in testIEEEremainderDD()
|
D | OldAndroidMathTest.java | 307 0.0, Math.IEEEremainder(1.0, 1.0), 0D); in testIEEEremainderDD() 308 assertTrue("Incorrect remainder returned", Math.IEEEremainder(1.32, in testIEEEremainderDD() 310 || Math.IEEEremainder(1.32, 89.765) >= 1.4705063220631649E-2); in testIEEEremainderDD()
|
/libcore/ojluni/src/main/native/ |
D | StrictMath.c | 173 NATIVE_METHOD(StrictMath, IEEEremainder, "(DD)D"),
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 333 public static native double IEEEremainder(double f1, double f2); in IEEEremainder() method in StrictMath
|
D | Math.java | 407 public static native double IEEEremainder(double f1, double f2); in IEEEremainder() method in Math
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | StrictMathBenchmark.java | 185 StrictMath.IEEEremainder(d, d); in timeIEEEremainder()
|
D | MathBenchmark.java | 213 result = Math.IEEEremainder(d, d); in timeIEEEremainder()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 493 assertEquals("Incorrect remainder returned", 0.0, StrictMath.IEEEremainder( in test_IEEEremainderDD() 497 StrictMath.IEEEremainder(1.32, 89.765) >= 1.4705063220631647E-2 in test_IEEEremainderDD() 498 || StrictMath.IEEEremainder(1.32, 89.765) >= 1.4705063220631649E-2); in test_IEEEremainderDD()
|
D | MathTest.java | 536 0.0, Math.IEEEremainder(1.0, 1.0), 0D); in test_IEEEremainderDD() 537 assertTrue("Incorrect remainder returned", Math.IEEEremainder(1.32, in test_IEEEremainderDD() 539 || Math.IEEEremainder(1.32, 89.765) >= 1.4705063220631649E-2); in test_IEEEremainderDD()
|