|
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator+ (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator+ (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator+ (const type_def &lhs, const type_def &rhs) |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator- (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator- (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator- (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator* (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator* (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator* (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator/ (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator/ (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator/ (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator% (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator% (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator% (const type_def &lhs, const type_def &rhs) |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator& (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator& (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator& (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator| (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator| (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator| (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator^ (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR type_def | operator^ (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator^ (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator<< (const type_def &lhs, int rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR type_def | operator>> (const type_def &lhs, int rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator< (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator< (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR bool | operator< (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator<= (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator<= (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR bool | operator<= (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator> (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator> (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR bool | operator> (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator>= (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator>= (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR bool | operator>= (const type_def &lhs, const type_def &rhs) |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator== (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator== (T lhs, const type_def &rhs) |
| |
|
ETL_CONSTEXPR bool | operator== (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator!= (const type_def &lhs, T rhs) ETL_NOEXCEPT |
| |
|
template<typename T > |
| ETL_CONSTEXPR bool | operator!= (T lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
|
ETL_CONSTEXPR bool | operator!= (const type_def &lhs, const type_def &rhs) ETL_NOEXCEPT |
| |
A template type to define strong typedefs. Usage:
ETL_NODISCARD ETL_CONSTEXPR14 T round_half_even_unscaled(T value) ETL_NOEXCEPT
Definition scaled_rounding.h:314