Searched refs:pown (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c515 extern float __attribute__((overloadable)) pown(float v, int p) { function
525 FN_FUNC_FN_IN(pown)
/frameworks/rs/api/
H A Drs_core_math.spec670 name: pown
/frameworks/rs/scriptc/
H A Drs_core_math.rsh9018 extern float __attribute__((const, overloadable))pown(float x, int y);
9027 extern float2 __attribute__((const, overloadable))pown(float2 x, int2 y);
9036 extern float3 __attribute__((const, overloadable))pown(float3 x, int3 y);
9045 extern float4 __attribute__((const, overloadable))pown(float4 x, int4 y);

Completed in 2312 milliseconds