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