Home
last modified time | relevance | path

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

/aosp12/bionic/libm/
H A Dbuiltins.cpp56 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 Ds_fma.c180 fma(double x, double y, double z) in fma() function
/aosp12/frameworks/native/libs/math/include/math/
H A DTVecHelpers.h519 …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 Drs_cl.c496 float __attribute__((overloadable)) fma(float v1, float v2, float v3) { in fma() function
/aosp12/bionic/tests/
H A Dmath_test.cpp933 TEST(MATH_TEST, fma) { in TEST() argument