Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Misccellaneous.h32 NN_EXTERN_C inline s64 nnmathMultiplyAndDivide(s64 x, s32 mul, s32 div) in nnmathMultiplyAndDivide() argument
36 const s64 rate = ((s64)(mul) << 32) / div; in nnmathMultiplyAndDivide()