Searched refs:fma (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_math.spec894 function: fma
907 This function is similar to @mad(). fma() retains full precision of the multiplied result
912 function: fma
1444 This function is similar to @fma(). @fma() retains full precision of the multiplied result
/frameworks/rs/scriptc/
H A 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(half
[all...]
/frameworks/rs/driver/runtime/
H A Drs_cl.c493 float __attribute__((overloadable)) fma(float v1, float v2, float v3) { function
496 FN_FUNC_FN_FN_FN(fma)
1931 HN_FUNC_HN_HN_HN(fma); variable

Completed in 99 milliseconds