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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestPowr.rs 26 return powr(inX, inY);
31 return powr(inX, inY);
36 return powr(inX, inY);
41 return powr(inX, inY);
CoreMathVerifier.java 464 static private Target.Floaty powr(float x, float y, Target t) { method in class:CoreMathVerifier
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 640 _RS_RUNTIME float __attribute__((const, overloadable)) powr(float v, float p);
641 FN_FUNC_FN_FN(powr)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 640 _RS_RUNTIME float __attribute__((const, overloadable)) powr(float v, float p);
641 FN_FUNC_FN_FN(powr)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 640 _RS_RUNTIME float __attribute__((const, overloadable)) powr(float v, float p);
641 FN_FUNC_FN_FN(powr)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1823 N_word powr; local
1934 N_word powr; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 527 extern float __attribute__((overloadable)) powr(float v, float p) { function
530 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { function
533 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { function
536 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { function
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 682 name: powr
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core_math.rsh     [all...]

Completed in 356 milliseconds