|
constexpr int64 | ConstexprILog2 (int64 iValue) |
|
constexpr int64 | ConstexprINeededBitsForRange (int64 iValue) |
|
template<typename T > |
constexpr T | ConstexprMin (T iA, T iB) |
|
template<typename T , typename U > |
constexpr std::common_type_t< T, U > | ConstexprPow_Imp (T iValue, U iExp) |
|
template<typename T , typename U > |
constexpr std::common_type_t< T, U > | ContexprPow (T iValue, U iExp) |
|
template<> |
float | InvSqrt (float iValue) |
|
template<> |
double | Mod (double iA, double iB) |
|
template<> |
float | Mod (float iA, float iB) |
|
template<> |
float | PyModulo< float > (float iValue, float iMod) |
|
template<> |
double | Sqrt< double > (double iValue) |
|
template<> |
float | Sqrt< float > (float iValue) |
|