OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_normalize
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/runtime/
rs_cl.c
998
extern float __attribute__((overloadable))
fast_normalize
(float v) {
function
1001
extern float2 __attribute__((overloadable))
fast_normalize
(float2 v) {
function
1004
extern float3 __attribute__((overloadable))
fast_normalize
(float3 v) {
function
1007
extern float4 __attribute__((overloadable))
fast_normalize
(float4 v) {
function
[
all
...]
/frameworks/rs/scriptc/
rs_cl.rsh
1039
_RS_RUNTIME float __attribute__((const, overloadable))
fast_normalize
(float v);
1040
F_FUNC_FN(
fast_normalize
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
1039
_RS_RUNTIME float __attribute__((const, overloadable))
fast_normalize
(float v);
1040
F_FUNC_FN(
fast_normalize
)
Completed in 1398 milliseconds