![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stddef.h>#include <stdint.h>#include <climits>#include <cmath>#include <cstdlib>#include <limits>#include <type_traits>#include "core/fxcrt/numerics/checked_math.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/numerics/safe_math_shared_impl.h"Go to the source code of this file.
Namespaces | |
| namespace | pdfium |
| namespace | pdfium::internal |
Macros | |
| #define | BASE_FLOAT_ARITHMETIC_OPS(NAME, OP) |
Functions | |
| template<typename T, typename std::enable_if< std::is_integral< T >::value &&std::is_signed< T >::value >::type * = nullptr> | |
| constexpr T | pdfium::internal::SaturatedNegWrapper (T value) |
| template<typename T, typename std::enable_if< std::is_integral< T >::value >::type * = nullptr> | |
| constexpr T | pdfium::internal::SaturatedAbsWrapper (T value) |
| #define BASE_FLOAT_ARITHMETIC_OPS | ( | NAME, | |
| OP ) |
Definition at line 317 of file clamped_math_impl.h.