Searched refs:rsqrt (Results 1 – 25 of 36) sorted by relevance
12
51 const float inv_dist = rsqrt(dist2);
49 v = INITAL_VEL * v * rsqrt(r); // - normalize(out);
132 TEST_FUNC_1(rsqrt);
64 float len = rsqrt(len2 + 4.f);
840 f = rsqrt(f);841 f2 = rsqrt(f2);842 f3 = rsqrt(f3);843 f4 = rsqrt(f4);
314 TEST_FN_FUNC_FN(rsqrt);
860 f = rsqrt(f);861 f2 = rsqrt(f2);862 f3 = rsqrt(f3);863 f4 = rsqrt(f4);
339 TEST_FN_FUNC_FN(rsqrt);
858 f = rsqrt(f);859 f2 = rsqrt(f2);860 f3 = rsqrt(f3);861 f4 = rsqrt(f4);
172 TEST_FN_FUNC_FN(rsqrt);
240 TEST_HN_FUNC_HN(rsqrt);
337 TEST_FN_FUNC_FN(rsqrt);
300 TEST_FN_FUNC_FN(rsqrt);
383 BENCH_FN_FUNC_FN(rsqrt);
1161 See also @rsqrt(), @native_rsqrt().2541 See also @rsqrt(), @half_rsqrt().3020 function: rsqrt3034 function: rsqrt
2106 * See also rsqrt(), native_rsqrt().5042 * See also rsqrt(), half_rsqrt().5889 * rsqrt: Reciprocal of a square root5896 rsqrt(float v);5899 rsqrt(float2 v);5902 rsqrt(float3 v);5905 rsqrt(float4 v);5909 rsqrt(half v);5914 rsqrt(half2 v);5919 rsqrt(half3 v);[all …]
721 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt() function743 FN_FUNC_FN(rsqrt)1623 THUNK_NATIVE_F(rsqrt) in THUNK_NATIVE_F()2138 HN_FUNC_HN(rsqrt);
3241 *(float*)buf2210 = rsqrt(*(float*)buf2211);3242 *(float2*)buf2212 = rsqrt(*(float2*)buf2213);3243 *(float3*)buf2214 = rsqrt(*(float3*)buf2215);3244 *(float4*)buf2216 = rsqrt(*(float4*)buf2217);
3348 *(float*)buf2280 = rsqrt(*(float*)buf2281);3349 *(float2*)buf2282 = rsqrt(*(float2*)buf2283);3350 *(float3*)buf2284 = rsqrt(*(float3*)buf2285);3351 *(float4*)buf2286 = rsqrt(*(float4*)buf2287);