Home
last modified time | relevance | path

Searched refs:IEEEremainder (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/gui/
Ddefault.pro62 public static double IEEEremainder(double,double);
Dboilerplate.pro123 public static double IEEEremainder(double,double);
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3983 public static double IEEEremainder(double dividend, double divisor) { in IEEEremainder() method in FastMath
3984 return StrictMath.IEEEremainder(dividend, divisor); // TODO provide our own implementation in IEEEremainder()