55 template <
typename genUType>
69 template <
typename genUType>
83 template <
typename genUType>
98 template <
typename genIType>
120 template <
typename genIUType>
122 genIUType
const & Value,
140 template <
typename genIUType>
142 genIUType
const &
Base,
143 genIUType
const & Insert,
155 template <
typename genIUType>
166 template <
typename T,
template <
typename>
class genIUType>
179 template <
typename T,
template <
typename>
class genIUType>
193 template <
typename T,
template <
typename>
class genIUType>
199 #include "func_integer.inl"
GLM_FUNC_DECL void imulExtended(genIType const &x, genIType const &y, genIType &msb, genIType &lsb)
GLM_FUNC_DECL genUType usubBorrow(genUType const &x, genUType const &y, genUType &borrow)
GLM_FUNC_DECL genIUType< T >::signed_type bitCount(genIUType< T > const &Value)
GLM_FUNC_DECL genIUType< T >::signed_type findMSB(genIUType< T > const &Value)
GLM_FUNC_DECL genUType uaddCarry(genUType const &x, genUType const &y, genUType &carry)
GLM_FUNC_DECL void umulExtended(genUType const &x, genUType const &y, genUType &msb, genUType &lsb)
GLM_FUNC_DECL genIUType< T >::signed_type findLSB(genIUType< T > const &Value)
GLM_FUNC_DECL genIUType bitfieldInsert(genIUType const &Base, genIUType const &Insert, int const &Offset, int const &Bits)
GLM_FUNC_DECL genIUType bitfieldReverse(genIUType const &Value)
GLM_FUNC_DECL genIUType bitfieldExtract(genIUType const &Value, int const &Offset, int const &Bits)