Home
last modified time | relevance | path

Searched refs:fma (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fma.c180 fma(double x, double y, double z) in fma() function
289 __weak_reference(fma, fmal);
/aosp12/bionic/libm/
H A Dbuiltins.cpp56 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() function
H A Dlibm.map.txt132 fma;
/aosp12/bionic/libc/include/
H A Dmath.h301 double fma(double __x, double __y, double __z);
303 …fmal(long double __x, long double __y, long double __z) __RENAME_LDBL_NO_GUARD_FOR_NDK(fma, 3, 21);
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c84 TGMATH3(fma); in tgmath_h()
H A Dmath_h.c195 FUNCTION(fma, double (*f)(double, double, double)); in math_h()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript101 TEST_FUNC_3(fma);
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript702 f = fma(f, f, f);
703 f2 = fma(f2, f2, f2);
704 f3 = fma(f3, f3, f3);
705 f4 = fma(f4, f4, f4);
H A Dmath.rscript274 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript720 f = fma(f, f, f);
721 f2 = fma(f2, f2, f2);
722 f3 = fma(f3, f3, f3);
723 f4 = fma(f4, f4, f4);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dapitest.rscript722 f = fma(f, f, f);
723 f2 = fma(f2, f2, f2);
724 f3 = fma(f3, f3, f3);
725 f4 = fma(f4, f4, f4);
H A Dmath.rscript299 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec908 function: fma
921 This function is similar to @mad(). fma() retains full precision of the multiplied result
926 function: fma
1458 This function is similar to @fma(). @fma() retains full precision of the multiplied result
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript141 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/bionic/tests/
H A Dmath_test.cpp933 TEST(MATH_TEST, fma) { in TEST() argument
934 ASSERT_DOUBLE_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST()
1869 DoMathDataTest<1>(g_fma_intel_data, fma); in TEST()
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak260 TEST_FN_FUNC_FN_FN_FN(fma);
H A Dmath.rs.orig274 TEST_FN_FUNC_FN_FN_FN(fma);
H A Dmath.rscript274 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rscript147 TEST_HN_FUNC_HN_HN_HN(fma);
H A Dmath.rscript297 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript274 TEST_FN_FUNC_FN_FN_FN(fma);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt269 fma
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh1702 * fma: Multiply and add
1706 * This function is similar to mad(). fma() retains full precision of the multiplied result
1711 fma(float multiplicand1, float multiplicand2, float offset);
1714 fma(float2 multiplicand1, float2 multiplicand2, float2 offset);
1717 fma(float3 multiplicand1, float3 multiplicand2, float3 offset);
1720 fma(float4 multiplicand1, float4 multiplicand2, float4 offset);
1724 fma(half multiplicand1, half multiplicand2, half offset);
1729 fma(half2 multiplicand1, half2 multiplicand2, half2 offset);
1734 fma(half3 multiplicand1, half3 multiplicand2, half3 offset);
1739 fma(half4 multiplicand1, half4 multiplicand2, half4 offset);
[all …]
/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/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript344 BENCH_FN_FUNC_FN_FN_FN(fma);

12