Searched refs:BUMP_EPSILON (Results 1 – 2 of 2) sorted by relevance
216 fT[0][index] = fT[0][index] * (1 + BUMP_EPSILON * 2) - BUMP_EPSILON; in unBumpT()
244 const double BUMP_EPSILON = FLT_EPSILON * 4096; variable