Searched refs:DEFAULT_THRESHOLD (Results 1 – 5 of 5) sorted by relevance
25 constexpr float DEFAULT_THRESHOLD = 0.75f; variable43 valueThreshold_ = DEFAULT_THRESHOLD; in Reset()
41 constexpr uint32_t DEFAULT_THRESHOLD = 800 * 1024; variable
79 defauleThreshold_ = DEFAULT_THRESHOLD; in NativeLeakConfigParse()
60 constexpr float DEFAULT_THRESHOLD = 0.75f; variable664 return DEFAULT_THRESHOLD * threshold * signum - (final - position) * friction; in GetFrictionVelocityByFinalPosition()
55 constexpr float DEFAULT_THRESHOLD = 0.75f; variable543 auto expect = DEFAULT_THRESHOLD * threshold * signum - (final - position) * friction;