Searched defs:fma (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DMath.java1632 public static double fma(double a, double b, double c) { method in class:Math
1749 public static float fma(floa method in class:Math
[all...]
H A DStrictMath.java1294 public static double fma(double a, double b, double c) { method in class:StrictMath
1348 public static float fma(float a, float b, float c) { method in class:StrictMath
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp78 fma : 1, member in struct:VM_Version::StdCpuid1Ecx::__anon194

Completed in 107 milliseconds