Searched defs:rlength (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1049 // If the length is 0, then rlength should be NaN.
1051 float rlength = half_rsqrt(v.x*v.x + v.y*v.y); local
1052 return (rlength == rlength) ? v * rlength : v;
1055 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z); local
1056 return (rlength == rlength) ? v * rlength : v;
1059 float rlength local
[all...]

Completed in 786 milliseconds