![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Namespaces | |
namespace | QtNumericTests |
Functions | |
Q_CORE_EXPORT int | qFpClassify (double val) |
Q_CORE_EXPORT int | qFpClassify (float val) |
static quint32 | f2i (float f) |
static quint64 | d2i (double d) |
Variables | |
template<typename T > | |
static constexpr T | QtNumericTests::max = std::numeric_limits<T>::max() |
template<typename T > | |
static constexpr T | QtNumericTests::min = std::numeric_limits<T>::min() |
|
inlinestatic |
Definition at line 178 of file qnumeric.cpp.
|
inlinestatic |
Definition at line 105 of file qnumeric.cpp.
References i.
int qFpClassify | ( | double | val | ) |
Definition at line 98 of file qnumeric.cpp.
References qt_fpclassify().
Q_CORE_EXPORT int qFpClassify | ( | float | val | ) |
Definition at line 99 of file qnumeric.cpp.
References qt_fpclassify().