OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:half_rsqrt
(Results
1 - 13
of
13
) sorted by null
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye_approx.rsh
51
const float inv_dist =
half_rsqrt
(dist2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye_approx.rsh
51
const float inv_dist =
half_rsqrt
(dist2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye_approx.rsh
51
const float inv_dist =
half_rsqrt
(dist2);
/frameworks/rs/driver/runtime/arch/
generic.c
840
*
half_rsqrt
843
extern float __attribute__((overloadable))
half_rsqrt
(float v) {
function
847
extern float2 __attribute__((overloadable))
half_rsqrt
(float2 v) {
function
849
r.x =
half_rsqrt
(v.x);
850
r.y =
half_rsqrt
(v.y);
854
extern float3 __attribute__((overloadable))
half_rsqrt
(float3 v) {
function
856
r.x =
half_rsqrt
(v.x);
857
r.y =
half_rsqrt
(v.y);
858
r.z =
half_rsqrt
(v.z);
862
extern float4 __attribute__((overloadable))
half_rsqrt
(float4 v)
function
[
all
...]
neon.ll
[
all
...]
/frameworks/rs/driver/runtime/
rs_cl.c
[
all
...]
/frameworks/rs/scriptc/
rs_cl.rsh
1015
_RS_RUNTIME float __attribute__((const, overloadable))
half_rsqrt
(float v);
1016
FN_FUNC_FN(
half_rsqrt
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
1015
_RS_RUNTIME float __attribute__((const, overloadable))
half_rsqrt
(float v);
1016
FN_FUNC_FN(
half_rsqrt
)
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs
388
BENCH_FN_FUNC_FN(
half_rsqrt
);
/frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html
[
all
...]
globals_func.html
227
<li>
half_rsqrt
()
rs__cl_8rsh.html
124
<tr><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a0925ceb22d33dcbb45914350ffa2edea">
half_rsqrt
</a> (float v)</td></tr>
[
all
...]
globals.html
255
<li>
half_rsqrt
()
[
all
...]
Completed in 1035 milliseconds