Searched refs:coeff (Results 1 – 2 of 2) sorted by relevance
339 for (int coeff = 1; coeff < cntY; coeff++) { in handleDpadHorizontal()340 nextYPos1 = yPos + coeff * increment; in handleDpadHorizontal()341 nextYPos2 = yPos - coeff * increment; in handleDpadHorizontal()342 x = xPos + increment * coeff; in handleDpadHorizontal()423 for (int coeff = 1; coeff < cntX; coeff++) {424 nextXPos1 = xPos + coeff * increment;425 nextXPos2 = xPos - coeff * increment;426 y = yPos + increment * coeff;
42 double one_plus_r2s,half_dfu_dx,half_dfu_dy,coeff,coeff2,coeff3; in db_CauchyDerivative() local93 coeff=(r2s/one_plus_r2s*one_over_r2-fu)*one_over_r2; in db_CauchyDerivative()94 half_dfu_dx=f[0]*coeff; in db_CauchyDerivative()95 half_dfu_dy=f[1]*coeff; in db_CauchyDerivative()