Searched refs:h2l (Results 1 – 1 of 1) sorted by relevance
157 double h2l; member2582 return x + (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in outerXfromXY()2594 return x - (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in innerXfromXY()2641 acc->h2l = acc->h2 * def->l; in computeAcc()