Searched refs:FULL_PERCENTAGE (Results 1 – 2 of 2) sorted by relevance
68 constexpr const int FULL_PERCENTAGE = 100; variable295 return static_cast<float>(a) / static_cast<float>(b) * FULL_PERCENTAGE; in Percentage()
66 constexpr const int FULL_PERCENTAGE = 100; variable303 return static_cast<float>(a) / static_cast<float>(b) * FULL_PERCENTAGE; in Percentage()