Home | History | Annotate | Download | only in src

Lines Matching refs:inv_r2

1032     double inv_r2 = 0;
1045 inv_r2 = r ? 1./((double)r*r) : 0;
1064 int dx = saturate_cast<int>(c*std::sqrt((r*r - dy*dy)*inv_r2));