|
Stratax 0.3.1
|
Promotes two signed integer dtypes to the wider dtype. More...
#include <Promotion.hpp>
Public Types | |
| using | type |
| using | type |
| using | type |
| using | type |
| using | type |
| using | type |
| using | type |
Promotes two signed integer dtypes to the wider dtype.
Promotes a real numeric dtype and a complex dtype.
Promotes two complex dtypes according to their real components.
Promotes two floating-point dtypes to the dtype with greater numerical precision.
Promotes an integer dtype and a floating-point dtype.
Promotes mixed signed and unsigned integer dtypes.
Promotes two unsigned integer dtypes to the wider dtype.
The smallest signed integer dtype capable of representing the complete ranges of both operands is selected. If no supported signed integer dtype is sufficiently wide, the result is float64.
The floating dtype is preserved when it has sufficient significand precision for the integer dtype. float32 is promoted to float64 when additional precision is required.
The real dtype is promoted against the real component of the complex dtype. The resulting real dtype is then mapped back to its corresponding complex dtype.
Definition at line 45 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 276 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 228 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 200 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 178 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 116 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 64 of file Promotion.hpp.
| using stratax::core::Promote< L, R >::type |
Definition at line 47 of file Promotion.hpp.