Home
last modified time | relevance | path

Searched refs:native_recip (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_cl.c1658 float __attribute__((overloadable)) native_recip(float v) { return 1.f / v;} in native_recip() function
1659 float2 __attribute__((overloadable)) native_recip(float2 v) { return ((float2)1.f) / v;} in native_recip() function
1660 float3 __attribute__((overloadable)) native_recip(float3 v) { return ((float3)1.f) / v;} in native_recip() function
1661 float4 __attribute__((overloadable)) native_recip(float4 v) { return ((float4)1.f) / v;} in native_recip() function
2301 HN_FUNC_HN(native_recip);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript216 TEST_HN_FUNC_HN(native_recip);
/frameworks/rs/script_api/include/
Drs_math.rsh2077 * See also native_recip().
4944 * native_recip: Approximate reciprocal
4952 native_recip(float v);
4957 native_recip(float2 v);
4962 native_recip(float3 v);
4967 native_recip(float4 v);
4972 native_recip(half v);
4977 native_recip(half2 v);
4982 native_recip(half3 v);
4987 native_recip(half4 v);
/frameworks/rs/script_api/
Drs_math.spec1145 See also @native_recip().
2481 function: native_recip
2495 function: native_recip
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7733 *(float*)buf2979 = native_recip(*(float*)buf2980);
7734 *(float2*)buf2981 = native_recip(*(float2*)buf2982);
7735 *(float3*)buf2983 = native_recip(*(float3*)buf2984);
7736 *(float4*)buf2985 = native_recip(*(float4*)buf2986);
7737 *(half*)buf2987 = native_recip(*(half*)buf2988);
7738 *(half2*)buf2989 = native_recip(*(half2*)buf2990);
7739 *(half3*)buf2991 = native_recip(*(half3*)buf2992);
7740 *(half4*)buf2993 = native_recip(*(half4*)buf2994);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4906 *(float*)buf1997 = native_recip(*(float*)buf1998);
4907 *(float2*)buf1999 = native_recip(*(float2*)buf2000);
4908 *(float3*)buf2001 = native_recip(*(float3*)buf2002);
4909 *(float4*)buf2003 = native_recip(*(float4*)buf2004);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5626 *(float*)buf1997 = native_recip(*(float*)buf1998);
5627 *(float2*)buf1999 = native_recip(*(float2*)buf2000);
5628 *(float3*)buf2001 = native_recip(*(float3*)buf2002);
5629 *(float4*)buf2003 = native_recip(*(float4*)buf2004);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5556 *(float*)buf1997 = native_recip(*(float*)buf1998);
5557 *(float2*)buf1999 = native_recip(*(float2*)buf2000);
5558 *(float3*)buf2001 = native_recip(*(float3*)buf2002);
5559 *(float4*)buf2003 = native_recip(*(float4*)buf2004);