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

  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 125 TEST_FUNC_2I(pown);
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
math.rs 165 TEST_FN_FUNC_FN_IN(pown);
  /frameworks/base/tests/RenderScriptTests/tests_v14/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/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 495 extern float __attribute__((overloadable)) pown(float v, int p) { function
498 extern float2 __attribute__((overloadable)) pown(float2 v, int2 p) { function
502 extern float3 __attribute__((overloadable)) pown(float3 v, int3 p) { function
506 extern float4 __attribute__((overloadable)) pown(float4 v, int4 p) { function
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 306 TEST_FN_FUNC_FN_IN(pown);
  /frameworks/rs/scriptc/
rs_cl.rsh 586 _RS_RUNTIME float __attribute__((overloadable)) pown(float v, int p);
587 FN_FUNC_FN_IN(pown)
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh 586 _RS_RUNTIME float __attribute__((overloadable)) pown(float v, int p);
587 FN_FUNC_FN_IN(pown)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 519 _RS_RUNTIME float __attribute__((overloadable)) pown(float v, int p);
520 FN_FUNC_FN_IN(pown)
  /frameworks/base/tests/RenderScriptTests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 361 BENCH_FN_FUNC_FN_IN(pown);
  /frameworks/base/docs/html/reference/renderscript/
globals_func.html 255 <li>pown()
rs__cl_8rsh_source.html 283 <a name="l00519"></a>00519 _RS_RUNTIME <span class="keywordtype">float</span> __attribute__((overloadable)) <a class="code" href="rs__cl_8rsh.html#afd46205452017b741abb2e17fc28557d">pown</a>(<span class="keywordtype">float</span> v, <span class="keywordtype">int</span> p);
284 <a name="l00520"></a>00520 FN_FUNC_FN_IN(<a class="code" href="rs__cl_8rsh.html#afd46205452017b741abb2e17fc28557d">pown</a>)
    [all...]
globals.html 313 <li>pown()
rs__cl_8rsh.html 82 <tr><td class="memItemLeft" align="right" valign="top">_RS_RUNTIME float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#afd46205452017b741abb2e17fc28557d">pown</a> (float v, int p)</td></tr>
    [all...]

Completed in 565 milliseconds