Searched refs:fast_length (Results 1 – 20 of 20) sorted by relevance
169 * fast_length: Approximate length of a vector180 fast_length(float v);185 fast_length(float2 v);190 fast_length(float3 v);195 fast_length(float4 v);236 * See also fast_length(), native_length().322 * See also length(), fast_length().
133 function: fast_length183 See also @fast_length(), @native_length().235 See also @length(), @fast_length().
51 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
67 len = fast_length(p);
1166 extern float __attribute__((overloadable)) fast_length(float v) { in FN_FUNC_FN()1169 extern float __attribute__((overloadable)) fast_length(float2 v) { in fast_length() function1172 extern float __attribute__((overloadable)) fast_length(float3 v) { in fast_length() function1175 extern float __attribute__((overloadable)) fast_length(float4 v) { in fast_length() function1180 return fast_length(lhs - rhs); in fast_distance()1183 return fast_length(lhs - rhs); in fast_distance()1186 return fast_length(lhs - rhs); in fast_distance()1189 return fast_length(lhs - rhs); in fast_distance()1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length()1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length()[all …]
1066 f = fast_length(f);1067 f = fast_length(f2);1068 f = fast_length(f3);1069 f = fast_length(f4);
1086 f = fast_length(f);1087 f = fast_length(f2);1088 f = fast_length(f3);1089 f = fast_length(f4);
1084 f = fast_length(f);1085 f = fast_length(f2);1086 f = fast_length(f3);1087 f = fast_length(f4);
403 BENCH_FN_FUNC_FN(fast_length);
2932 *(float*)buf648 = fast_length(*(float*)buf649);2933 *(float*)buf650 = fast_length(*(float2*)buf651);2934 *(float*)buf652 = fast_length(*(float3*)buf653);2935 *(float*)buf654 = fast_length(*(float4*)buf655);
3491 *(float*)buf648 = fast_length(*(float*)buf649);3492 *(float*)buf650 = fast_length(*(float2*)buf651);3493 *(float*)buf652 = fast_length(*(float3*)buf653);3494 *(float*)buf654 = fast_length(*(float4*)buf655);
3790 *(float*)buf872 = fast_length(*(float*)buf873);3791 *(float*)buf874 = fast_length(*(float2*)buf875);3792 *(float*)buf876 = fast_length(*(float3*)buf877);3793 *(float*)buf878 = fast_length(*(float4*)buf879);
3771 *(float*)buf872 = fast_length(*(float*)buf873);3772 *(float*)buf874 = fast_length(*(float2*)buf875);3773 *(float*)buf876 = fast_length(*(float3*)buf877);3774 *(float*)buf878 = fast_length(*(float4*)buf879);
4587 *(float*)buf1178 = fast_length(*(float*)buf1179);4588 *(float*)buf1180 = fast_length(*(float2*)buf1181);4589 *(float*)buf1182 = fast_length(*(float3*)buf1183);4590 *(float*)buf1184 = fast_length(*(float4*)buf1185);
5307 *(float*)buf1178 = fast_length(*(float*)buf1179);5308 *(float*)buf1180 = fast_length(*(float2*)buf1181);5309 *(float*)buf1182 = fast_length(*(float3*)buf1183);5310 *(float*)buf1184 = fast_length(*(float4*)buf1185);
5237 *(float*)buf1178 = fast_length(*(float*)buf1179);5238 *(float*)buf1180 = fast_length(*(float2*)buf1181);5239 *(float*)buf1182 = fast_length(*(float3*)buf1183);5240 *(float*)buf1184 = fast_length(*(float4*)buf1185);
7179 *(float*)buf1574 = fast_length(*(float*)buf1575);7180 *(float*)buf1576 = fast_length(*(float2*)buf1577);7181 *(float*)buf1578 = fast_length(*(float3*)buf1579);7182 *(float*)buf1580 = fast_length(*(float4*)buf1581);