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

/frameworks/rs/scriptc/
H A Drs_vector_math.rsh176 * See also length(), native_length().
236 * See also fast_length(), native_length().
318 * native_length: Approximate length of a vector
326 native_length(float v);
331 native_length(float2 v);
336 native_length(float3 v);
341 native_length(float4 v);
346 native_length(half v);
351 native_length(half2 v);
356 native_length(half
[all...]
/frameworks/rs/api/
H A Drs_vector_math.spec147 See also @length(), @native_length().
183 See also @fast_length(), @native_length().
224 function: native_length
239 function: native_length
/frameworks/rs/driver/runtime/
H A Drs_cl.c1645 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} function
1646 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} function
1647 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} function
1648 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} function
2287 H_FUNC_HN(native_length); variable

Completed in 163 milliseconds