Searched defs:fma (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libm/ |
H A D | builtins.cpp | 56 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() function
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_fma.c | 180 fma(double x, double y, double z) in fma() function
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | TVecHelpers.h | 519 …friend inline CONSTEXPR VECTOR<T> PURE fma(const VECTOR<T>& lv, const VECTOR<T>& rv, VECTOR<T> a) { in fma() function
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 496 float __attribute__((overloadable)) fma(float v1, float v2, float v3) { in fma() function
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 933 TEST(MATH_TEST, fma) { in TEST() argument
|