Home | History | Annotate | Download | only in cuda

Lines Matching refs:idp

211                                              const float idp, const float thetaScale)
233 c.x = __float2int_rn(c.x * idp);
234 c.y = __float2int_rn(c.y * idp);
249 const float idp = 1.0f / dp;
252 Ballard_Pos_calcHist<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, hist, idp, thetaScale);
690 const float idp)
724 c1 = c1 * idp;
727 c2 = c2 * idp;