OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half_sqrt
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye_approx.rsh
52
const float radian = M_PI_2 - atan((alpha *
half_sqrt
(radius2 - dist2)) * inv_dist);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye_approx.rsh
52
const float radian = M_PI_2 - atan((alpha *
half_sqrt
(radius2 - dist2)) * inv_dist);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye_approx.rsh
52
const float radian = M_PI_2 - atan((alpha *
half_sqrt
(radius2 - dist2)) * inv_dist);
/frameworks/rs/driver/runtime/arch/
generic.c
807
*
half_SQRT
810
extern float __attribute__((overloadable))
half_sqrt
(float v) {
function
814
extern float2 __attribute__((overloadable))
half_sqrt
(float2 v) {
function
816
r.x =
half_sqrt
(v.x);
817
r.y =
half_sqrt
(v.y);
821
extern float3 __attribute__((overloadable))
half_sqrt
(float3 v) {
function
823
r.x =
half_sqrt
(v.x);
824
r.y =
half_sqrt
(v.y);
825
r.z =
half_sqrt
(v.z);
829
extern float4 __attribute__((overloadable))
half_sqrt
(float4 v)
function
[
all
...]
/frameworks/rs/driver/runtime/
rs_cl.c
[
all
...]
/frameworks/rs/scriptc/
rs_cl.rsh
1007
_RS_RUNTIME float __attribute__((const, overloadable))
half_sqrt
(float);
1008
FN_FUNC_FN(
half_sqrt
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
1007
_RS_RUNTIME float __attribute__((const, overloadable))
half_sqrt
(float);
1008
FN_FUNC_FN(
half_sqrt
)
Completed in 1060 milliseconds