Searched refs:native_normalize (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1481 float __attribute__((overloadable)) native_normalize(float v) { return fast_normalize(v);}
1482 float2 __attribute__((overloadable)) native_normalize(float2 v) { return fast_normalize(v);} function
1483 float3 __attribute__((overloadable)) native_normalize(float3 v) { return fast_normalize(v);} function
1484 float4 __attribute__((overloadable)) native_normalize(float4 v) { return fast_normalize(v);} function
/frameworks/rs/api/
H A Drs_core_math.spec1733 name: native_normalize
/frameworks/rs/scriptc/
H A Drs_core_math.rsh8414 extern float __attribute__((const, overloadable))native_normalize(float v);
8423 extern float2 __attribute__((const, overloadable))native_normalize(float2 v);
8432 extern float3 __attribute__((const, overloadable))native_normalize(float3 v);
8441 extern float4 __attribute__((const, overloadable))native_normalize(float4 v);

Completed in 3501 milliseconds