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

  /frameworks/rs/driver/runtime/
rs_cl.c 645 extern float __attribute__((overloadable)) powr(float v, float p) { function
648 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { function
651 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { function
654 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { function
2118 HN_FUNC_HN_HN(powr); variable
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 863 static private Target.Floaty powr(float x, float y, Target t) { method in class:CoreMathVerifier
    [all...]

Completed in 51 milliseconds