Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DMath.java1931 public static double fma(double a, double b, double c) { in fma() method in Math
2048 public static float fma(float a, float b, float c) { in fma() method in Math
DStrictMath.java1481 public static double fma(double a, double b, double c) { in fma() method in StrictMath
1535 public static float fma(float a, float b, float c) { in fma() method in StrictMath