Home
last modified time | relevance | path

Searched refs:native_powr (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rs51 float pdist = native_powr(dist, 2.7f * 0.5f);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dartistic1.rs51 float pdist = native_powr(dist, 2.7f * 0.5f);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1111 f = native_powr(f, f);
1112 f2 = native_powr(f2, f2);
1113 f3 = native_powr(f3, f3);
1114 f4 = native_powr(f4, f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1246 extern float __attribute__((overloadable)) native_powr(float v, float y) { in native_powr() function
1251 extern float2 __attribute__((overloadable)) native_powr(float2 v, float2 y) { in native_powr() function
1256 extern float3 __attribute__((overloadable)) native_powr(float3 v, float3 y) { in native_powr() function
1261 extern float4 __attribute__((overloadable)) native_powr(float4 v, float4 y) { in native_powr() function
/frameworks/rs/api/
Drs_core_math.spec1479 name: native_powr
/frameworks/rs/scriptc/
Drs_core_math.rsh8453 extern float __attribute__((const, overloadable))native_powr(float v, float y);
8465 extern float2 __attribute__((const, overloadable))native_powr(float2 v, float2 y);
8477 extern float3 __attribute__((const, overloadable))native_powr(float3 v, float3 y);
8489 extern float4 __attribute__((const, overloadable))native_powr(float4 v, float4 y);