Home
last modified time | relevance | path

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

12

/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/
Dintrinsics_float.h139 return fma(v1, v2, v3); in MulAdd()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rscript101 TEST_FUNC_3(fma);
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/common_to_x86/
Dintrinsics_float.h294 return Float64(fma(v1.value_, v2.value_, v3.value_)); in MulAdd()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
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);
Dmath.rscript299 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
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);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript141 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/script_api/
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
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak260 TEST_FN_FUNC_FN_FN_FN(fma);
Dmath.rs.orig274 TEST_FN_FUNC_FN_FN_FN(fma);
Dmath.rscript274 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript147 TEST_HN_FUNC_HN_HN_HN(fma);
Dmath.rscript297 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript274 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/native/libs/math/include/math/
DTVecHelpers.h519 …friend inline CONSTEXPR VECTOR<T> PURE fma(const VECTOR<T>& lv, const VECTOR<T>& rv, VECTOR<T> a) { in fma() function
/frameworks/rs/script_api/include/
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 …]
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript344 BENCH_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/driver/runtime/
Drs_cl.c496 float __attribute__((overloadable)) fma(float v1, float v2, float v3) { in fma() function
499 FN_FUNC_FN_FN_FN(fma)
1934 HN_FUNC_HN_HN_HN(fma);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rscript2736 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2737 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2738 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2739 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rscript2666 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2667 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2668 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2669 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rscript2736 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2737 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2738 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2739 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rscript2666 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2667 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2668 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2669 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2666 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2667 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2668 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2669 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp126 double nextValue = fma(lastValue, base, _mStep); in contains()
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rscript2948 *(float*)buf684 = fma(*(float*)buf685, *(float*)buf686, *(float*)buf687);
2949 *(float2*)buf688 = fma(*(float2*)buf689, *(float2*)buf690, *(float2*)buf691);
2950 *(float3*)buf692 = fma(*(float3*)buf693, *(float3*)buf694, *(float3*)buf695);
2951 *(float4*)buf696 = fma(*(float4*)buf697, *(float4*)buf698, *(float4*)buf699);

12