Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Misccellaneous.h54 const u32 r_lo = (u32)(rate >> 0); in nnmathMultiplyAndDivide() local
59 + ( (s64)(x_hi) * r_lo in nnmathMultiplyAndDivide()
61 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()
91 const u32 r_lo = (u32)(rate >> 0); in nnmathMultiplyRate() local
96 + ( (u64)(x_hi) * r_lo in nnmathMultiplyRate()
98 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyRate()