Home
last modified time | relevance | path

Searched defs:fma (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java201 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
DMath.annotated.java202 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/
DStrictMath.java1993 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
DMath.java2521 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