Searched refs:kLowerBound (Results 1 – 1 of 1) sorted by relevance
52 const float kLowerBound = -1.0f; variable65 return (value >= kLowerBound) && (value <= kUpperBound); in isValidValue()