Home
last modified time | relevance | path

Searched refs:div (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Misccellaneous.h48 NN_EXTERN_C inline s64 nnmathMultiplyAndDivide(s64 x, s32 mul, s32 div) in nnmathMultiplyAndDivide() argument
52 const s64 rate = ((s64)(mul) << 32) / div; in nnmathMultiplyAndDivide()
79 NN_EXTERN_C inline u64 nnmathMakeRate(u32 mul, u32 div) in nnmathMakeRate() argument
81 return ((u64)(mul) << 32) / div; in nnmathMakeRate()
83 NN_EXTERN_C inline u32 nnmathMakeRate32(u32 mul, u32 div) in nnmathMakeRate32() argument
85 return (u32)( ((u64)(mul) << 32) / div ); in nnmathMakeRate32()
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.RVCT.om64 CTRSDK_RVCT_VER_MAJOR = $(div $(CTRSDK_RVCT_VER), 10)