Searched refs:VMIN (Results 1 – 6 of 6) sorted by relevance
28 constexpr float VMIN = 0.0f; variable157 …wCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMIN)); in UpdatePlayAnimationValue()
29 constexpr double VMIN = 0; variable160 …tic_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velocityMax - VMIN)); in UpdatePlayAnimationValue()
26 constexpr double VMIN = 0; variable153 …tic_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velocityMax - VMIN)); in UpdatePlayAnimationValue()
63 tio.c_cc[VMIN] = 1; in main()
168 term.c_cc[VMIN] = 1; in InitPtyInterface()
336 termios.c_cc[VMIN] = 0; in UartAdapterSetBaud()