Home
last modified time | relevance | path

Searched refs:native_length (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/scriptc/
Drs_vector_math.rsh126 * See also length(), native_length().
186 * See also fast_length(), native_length().
228 * native_length: Approximate length of a vector
236 native_length(float v);
241 native_length(float2 v);
246 native_length(float3 v);
251 native_length(float4 v);
/frameworks/rs/api/
Drs_vector_math.spec114 See also @length(), @native_length().
150 See also @fast_length(), @native_length().
170 function: native_length
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_vector_math.jd93 <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);
Doverview.jd1803 <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>
Dindex.jd1328 <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>
/frameworks/rs/driver/runtime/
Drs_cl.c1497 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function
1498 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function
1499 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function
1500 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs4878 *(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);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5528 *(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);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5598 *(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);