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

  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 531 extern float __attribute__((overloadable)) powr(float v, float p) { function
534 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { function
537 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { function
540 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 619 _RS_RUNTIME float __attribute__((overloadable)) powr(float v, float p);
620 FN_FUNC_FN_FN(powr)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 619 _RS_RUNTIME float __attribute__((overloadable)) powr(float v, float p);
620 FN_FUNC_FN_FN(powr)

Completed in 933 milliseconds