OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half_rsqrt
(Results
1 - 7
of
7
) 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
...]
/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
)
Completed in 308 milliseconds