Lines Matching refs:half_sqrt
1161 extern float __attribute__((overloadable)) half_sqrt(float v) {1164 FN_FUNC_FN(half_sqrt)1170 return half_sqrt(v.x*v.x + v.y*v.y);1173 return half_sqrt(v.x*v.x + v.y*v.y + v.z*v.z);1176 return half_sqrt(v.x*v.x + v.y*v.y + v.z*v.z + v.w*v.w);