OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_hypot
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeHypot.rs
26
return
native_hypot
(inA, inB);
31
return
native_hypot
(inA, inB);
36
return
native_hypot
(inA, inB);
41
return
native_hypot
(inA, inB);
46
return
native_hypot
(inA, inB);
51
return
native_hypot
(inA, inB);
56
return
native_hypot
(inA, inB);
61
return
native_hypot
(inA, inB);
/frameworks/rs/script_api/include/
rs_math.rsh
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_math.rsh
[
all
...]
/frameworks/rs/script_api/
rs_math.spec
1192
See also @
native_hypot
().
[
all
...]
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
canny.rs
268
int v = (int)
native_hypot
((float)sum_v, (float)sum_h);
/frameworks/rs/driver/runtime/
rs_cl.c
2289
HN_FUNC_HN_HN(
native_hypot
);
variable
[
all
...]
Completed in 49 milliseconds