Searched refs:div (Results 1 – 1 of 1) sorted by relevance
32 NN_EXTERN_C inline s64 nnmathMultiplyAndDivide(s64 x, s32 mul, s32 div) in nnmathMultiplyAndDivide() argument36 const s64 rate = ((s64)(mul) << 32) / div; in nnmathMultiplyAndDivide()