Home | History | Annotate | Download | only in lib

Lines Matching refs:ve

951       float ve = q[j]/f[j];
953 out[j] = -rint(sqrt(ve));
955 out[j] = rint(sqrt(ve));
964 float ve = q[j]/f[j];
970 if(ve<.25f && (!flags || j>=limit-i)){
971 acc += ve;
976 out[j] = -rint(sqrt(ve));
978 out[j] = rint(sqrt(ve));