Searched refs:CMP_TOLERANCE (Results 1 – 2 of 2) sorted by relevance
113 … on = (meta->unit == U_ENUM) ? (abs(value - fKey) <= CMP_TOLERANCE) : (value >= 0.5f); in update_value()116 on = abs(fValue - fKey) <= CMP_TOLERANCE; in update_value()
36 #define CMP_TOLERANCE 1e-6 /* Float compare tolerance … macro