(7eff6ace6143e5bb44fa28c2fb98969bd5483c57)
#include <QtCore/private/qglobal_p.h>
#include <QtCore/QtAlgorithms>
Go to the source code of this file.
|
template<typename Int> |
constexpr bool | QRoundingDown::QRoundingDownPrivate::isPowerOfTwo (Int b) |
template<unsigned b, typename Int, std::enable_if_t<(int(b)< 2), bool > = true> |
constexpr auto | QRoundingDown::qDivMod (Int) |
template<unsigned b, typename Int, std::enable_if_t<(b > 1) &&!QCALMATH_ISPOW2(b) &&(int(b) > 0), bool > = true> |
constexpr auto | QRoundingDown::qDivMod (Int a) |
template<unsigned b, typename Int, std::enable_if_t<(b > 1) &&QCALMATH_ISPOW2(b) &&(int(b) > 0), bool > = true> |
constexpr auto | QRoundingDown::qDivMod (Int a) |
template<unsigned b, typename Int> |
constexpr Int | QRoundingDown::qDiv (Int a) |
template<unsigned b, typename Int> |
constexpr Int | QRoundingDown::qMod (Int a) |
constexpr auto | QRomanCalendrical::yearMonthToYearDays (int year, int month) |
constexpr auto | QRomanCalendrical::dayInYearToYmd (int dayInYear) |
◆ QCALMATH_ISPOW2
#define QCALMATH_ISPOW2 |
( |
| b | ) |
|
Value:QRoundingDownPrivate::isPowerOfTwo(
b)
GLboolean GLboolean GLboolean b
Definition at line 37 of file qcalendarmath_p.h.