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

  /cts/tests/src/android/renderscript/cts/
pown_f32.rs 7 *out = pown(*in, *(int *)rsGetElementAt(n1,x));
13 *out = pown(*in, *(int2 *)rsGetElementAt(n2,x));
19 *out = pown(*in, *(int3 *)rsGetElementAt(n3,x));
25 *out = pown(*in, *(int4 *)rsGetElementAt(n4,x));
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 125 TEST_FUNC_2I(pown);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 165 TEST_FN_FUNC_FN_IN(pown);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 292 TEST_FN_FUNC_FN_IN(pown);
math.rs 306 TEST_FN_FUNC_FN_IN(pown);
math.rs.orig 306 TEST_FN_FUNC_FN_IN(pown);
  /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/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 306 TEST_FN_FUNC_FN_IN(pown);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 307 TEST_FN_FUNC_FN_IN(pown);
  /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)
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 361 BENCH_FN_FUNC_FN_IN(pown);
  /frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html     [all...]
globals_func.html 316 <li>pown()
rs__cl_8rsh.html 90 <tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a67d1fe795e092003f687f3cc6d3c407a">pown</a> (float v, int p)</td></tr>
    [all...]
globals.html 374 <li>pown()
    [all...]

Completed in 663 milliseconds