Searched refs:native_length (Results 1 – 9 of 9) sorted by relevance
126 * See also length(), native_length().186 * See also fast_length(), native_length().228 * native_length: Approximate length of a vector236 native_length(float v);241 native_length(float2 v);246 native_length(float3 v);251 native_length(float4 v);
114 See also @length(), @native_length().150 See also @fast_length(), @native_length().170 function: native_length
93 <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>307 …s:length'>length</a>(), <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>().397 …gth'>fast_length</a>(), <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>().445 <a name='android_rs:native_length'></a>448 <span class='sympad'>native_length</span>454 <td>float native_length(float v);460 <td>float native_length(<a href='rs_value_types.html#android_rs:float2'>float2</a> v);466 <td>float native_length(<a href='rs_value_types.html#android_rs:float3'>float3</a> v);472 <td>float native_length(<a href='rs_value_types.html#android_rs:float4'>float4</a> v);
1803 <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>
1328 <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>
1497 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function1498 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function1499 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function1500 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function
4878 *(float*)buf1937 = native_length(*(float*)buf1938);4879 *(float*)buf1939 = native_length(*(float2*)buf1940);4880 *(float*)buf1941 = native_length(*(float3*)buf1942);4881 *(float*)buf1943 = native_length(*(float4*)buf1944);
5528 *(float*)buf1937 = native_length(*(float*)buf1938);5529 *(float*)buf1939 = native_length(*(float2*)buf1940);5530 *(float*)buf1941 = native_length(*(float3*)buf1942);5531 *(float*)buf1943 = native_length(*(float4*)buf1944);
5598 *(float*)buf1937 = native_length(*(float*)buf1938);5599 *(float*)buf1939 = native_length(*(float2*)buf1940);5600 *(float*)buf1941 = native_length(*(float3*)buf1942);5601 *(float*)buf1943 = native_length(*(float4*)buf1944);