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

  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 946 extern float __attribute__((overloadable)) fast_distance(float lhs, float rhs) { function
949 extern float __attribute__((overloadable)) fast_distance(float2 lhs, float2 rhs) { function
952 extern float __attribute__((overloadable)) fast_distance(float3 lhs, float3 rhs) { function
955 extern float __attribute__((overloadable)) fast_distance(float4 lhs, float4 rhs) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 973 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
974 F_FUNC_FN_FN(fast_distance)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 973 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
974 F_FUNC_FN_FN(fast_distance)
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 390 BENCH_FN_FUNC_FN_FN(fast_distance);
  /frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html     [all...]
globals_func.html 187 <li>fast_distance()
rs__cl_8rsh.html 126 <tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a4fcbdb9099e7d653a951cb344ba3c3c9">fast_distance</a> (float lhs, float rhs)</td></tr>
    [all...]
globals.html 206 <li>fast_distance()
    [all...]

Completed in 162 milliseconds