Searched defs:fma (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 201 public static double fma(double a, double b, double c) { throw new RuntimeException("Stub!"); } in fma() method in StrictMath 203 public static float fma(float a, float b, float c) { throw new RuntimeException("Stub!"); } in fma() method in StrictMath
|
D | Math.annotated.java | 202 public static double fma(double a, double b, double c) { throw new RuntimeException("Stub!"); } in fma() method in Math 204 public static float fma(float a, float b, float c) { throw new RuntimeException("Stub!"); } in fma() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1993 public static double fma(double a, double b, double c) { in fma() method in StrictMath 2047 public static float fma(float a, float b, float c) { in fma() method in StrictMath
|
D | Math.java | 2521 public static double fma(double a, double b, double c) { in fma() method in Math 2638 public static float fma(float a, float b, float c) { in fma() method in Math
|