Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Misccellaneous.h53 const s32 r_hi = (s32)(rate >> 32); in nnmathMultiplyAndDivide() local
58 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()
60 + (s64)(r_hi) * x_lo ) in nnmathMultiplyAndDivide()
90 const u32 r_hi = (u32)(rate >> 32); in nnmathMultiplyRate() local
95 return (((u64)(x_hi) * r_hi) << 32) in nnmathMultiplyRate()
97 + (u64)(r_hi) * x_lo ) in nnmathMultiplyRate()