/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 289 __weak_reference(fma, fmal);
|
/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
|
H A D | libm.map.txt | 132 fma;
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 301 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 D | tgmath_h.c | 84 TGMATH3(fma); in tgmath_h()
|
H A D | math_h.c | 195 FUNCTION(fma, double (*f)(double, double, double)); in math_h()
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 101 TEST_FUNC_3(fma);
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 702 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 D | math.rscript | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 720 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 D | apitest.rscript | 722 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 D | math.rscript | 299 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_math.spec | 908 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 D | math.rscript | 141 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 933 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 D | math.rs.bak | 260 TEST_FN_FUNC_FN_FN_FN(fma);
|
H A D | math.rs.orig | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
H A D | math.rscript | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 147 TEST_HN_FUNC_HN_HN_HN(fma);
|
H A D | math.rscript | 297 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | math.rscript | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 269 fma
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 1702 * 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 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/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 344 BENCH_FN_FUNC_FN_FN_FN(fma);
|