Home | History | Annotate | Download | only in src

Lines Matching refs:pr

3915     float pr;
3924 pr = (X[i]-RayPoint1_img.x)*sign_x +
3926 if(pr <= -LEE_CONST_ACCEPTABLE_ERROR)
4013 float pr;
4022 pr = (X[i]-RayPoint1_img.x)*sign_x + \
4024 if(pr <= -LEE_CONST_ACCEPTABLE_ERROR || pr>=pr_dir + LEE_CONST_ACCEPTABLE_ERROR)