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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1203 // If the length is 0, then rlength should be NaN.
1205 float rlength = half_rsqrt(v.x*v.x + v.y*v.y); local
1206 return (rlength == rlength) ? v * rlength : v;
1209 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z); local
1210 return (rlength == rlength) ? v * rlength : v;
1213 float rlength local
[all...]

Completed in 1197 milliseconds