/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 101 TEST_FUNC_3(fma);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 702 f = fma(f, f, f); 703 f2 = fma(f2, f2, f2); 704 f3 = fma(f3, f3, f3); 705 f4 = fma(f4, f4, f4);
|
D | math.rs | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 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.rs | 299 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 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.rs | 141 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rs | 147 TEST_HN_FUNC_HN_HN_HN(fma);
|
D | math.rs | 297 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 | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
D | math.rs.orig | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 274 TEST_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 344 BENCH_FN_FUNC_FN_FN_FN(fma);
|
/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 506 …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/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_12/ |
D | all12.rs | 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_13/ |
D | all13.rs | 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_15/ |
D | all15.rs | 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_14/ |
D | all14.rs | 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_16/ |
D | all16.rs | 2828 *(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/ |
D | all11.rs | 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_17/ |
D | all17.rs | 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);
|