HomeSort by relevance Sort by last modified time
    Searched refs:native_powr (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
artistic1.rs 51 float pdist = native_powr(dist, 2.7f * 0.5f);
  /frameworks/rs/driver/runtime/
rs_cl.c 1195 extern float __attribute__((overloadable)) native_powr(float v, float y) { function
1200 extern float2 __attribute__((overloadable)) native_powr(float2 v, float2 y) { function
1205 extern float3 __attribute__((overloadable)) native_powr(float3 v, float3 y) { function
1210 extern float4 __attribute__((overloadable)) native_powr(float4 v, float4 y) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 1091 _RS_RUNTIME float __attribute__((const, overloadable)) native_powr(float v, float y);
1092 FN_FUNC_FN_FN(native_powr)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 1091 _RS_RUNTIME float __attribute__((const, overloadable)) native_powr(float v, float y);
1092 FN_FUNC_FN_FN(native_powr)

Completed in 1417 milliseconds