Searched refs:native_length (Results 1 – 8 of 8) sorted by relevance
176 * See also length(), native_length().236 * See also fast_length(), native_length().318 * native_length: Approximate length of a vector326 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(half3 v);[all …]
147 See also @length(), @native_length().183 See also @fast_length(), @native_length().224 function: native_length239 function: native_length
209 TEST_H_FUNC_HN(native_length);268 TEST_H_FUNC_HN(native_length);
1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function1650 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function1651 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function2290 H_FUNC_HN(native_length);
7677 *(float*)buf2859 = native_length(*(float*)buf2860);7678 *(float*)buf2861 = native_length(*(float2*)buf2862);7679 *(float*)buf2863 = native_length(*(float3*)buf2864);7680 *(float*)buf2865 = native_length(*(float4*)buf2866);7681 *(half*)buf2867 = native_length(*(half*)buf2868);7682 *(half*)buf2869 = native_length(*(half2*)buf2870);7683 *(half*)buf2871 = native_length(*(half3*)buf2872);7684 *(half*)buf2873 = native_length(*(half4*)buf2874);
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);
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);
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);