Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs101 TEST_FUNC_3(fma);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs702 f = fma(f, f, f);
703 f2 = fma(f2, f2, f2);
704 f3 = fma(f3, f3, f3);
705 f4 = fma(f4, f4, f4);
Dmath.rs274 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs722 f = fma(f, f, f);
723 f2 = fma(f2, f2, f2);
724 f3 = fma(f3, f3, f3);
725 f4 = fma(f4, f4, f4);
Dmath.rs299 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs720 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.rs141 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs147 TEST_HN_FUNC_HN_HN_HN(fma);
Dmath.rs297 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.rs274 TEST_FN_FUNC_FN_FN_FN(fma);
Dmath.rs.orig274 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs274 TEST_FN_FUNC_FN_FN_FN(fma);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs344 BENCH_FN_FUNC_FN_FN_FN(fma);
/frameworks/native/libs/math/include/math/
DTVecHelpers.h506 …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/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_12/
Dall12.rs2666 *(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_13/
Dall13.rs2666 *(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_15/
Dall15.rs2736 *(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_14/
Dall14.rs2736 *(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_16/
Dall16.rs2828 *(float*)buf656 = fma(*(float*)buf657, *(float*)buf658, *(float*)buf659);
2829 *(float2*)buf660 = fma(*(float2*)buf661, *(float2*)buf662, *(float2*)buf663);
2830 *(float3*)buf664 = fma(*(float3*)buf665, *(float3*)buf666, *(float3*)buf667);
2831 *(float4*)buf668 = fma(*(float4*)buf669, *(float4*)buf670, *(float4*)buf671);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2666 *(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_17/
Dall17.rs2948 *(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