Home | History | Annotate | Download | only in runtime

Lines Matching full:half_rsqrt

996 extern float __attribute__((overloadable)) half_rsqrt(float);
1002 return v * half_rsqrt(v.x*v.x + v.y*v.y);
1005 return v * half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z);
1008 return v * half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z + v.w*v.w);