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

  /frameworks/rs/driver/runtime/
rs_cl.c 515 extern float __attribute__((overloadable)) pown(float v, int p) { function
518 extern float2 __attribute__((overloadable)) pown(float2 v, int2 p) { function
522 extern float3 __attribute__((overloadable)) pown(float3 v, int3 p) { function
526 extern float4 __attribute__((overloadable)) pown(float4 v, int4 p) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 631 _RS_RUNTIME float __attribute__((const, overloadable)) pown(float v, int p);
632 FN_FUNC_FN_IN(pown)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 631 _RS_RUNTIME float __attribute__((const, overloadable)) pown(float v, int p);
632 FN_FUNC_FN_IN(pown)

Completed in 114 milliseconds