/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | intrinsics_float.h | 139 return fma(v1, v2, v3); in MulAdd()
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 101 TEST_FUNC_3(fma);
|
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/common_to_x86/ |
D | intrinsics_float.h | 294 return Float64(fma(v1.value_, v2.value_, v3.value_)); in MulAdd()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
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);
|
D | math.rscript | 299 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
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);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 141 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/script_api/ |
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
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 260 TEST_FN_FUNC_FN_FN_FN(fma);
|
D | math.rs.orig | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
D | math.rscript | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 147 TEST_HN_FUNC_HN_HN_HN(fma);
|
D | math.rscript | 297 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/native/libs/math/include/math/ |
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
|
/frameworks/rs/script_api/include/ |
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 …]
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 344 BENCH_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 496 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/ |
D | all15.rscript | 2736 *(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/ |
D | all11.rscript | 2666 *(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/ |
D | all14.rscript | 2736 *(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/ |
D | all13.rscript | 2666 *(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/ |
D | all12.rscript | 2666 *(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/ |
D | C2InterfaceUtils.cpp | 126 double nextValue = fma(lastValue, base, _mStep); in contains()
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rscript | 2948 *(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);
|