Home
last modified time | relevance | path

Searched refs:r_hi (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.h37 const s32 r_hi = (s32)(rate >> 32); in nnmathMultiplyAndDivide() local
42 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()
44 + (s64)(r_hi) * x_lo ) in nnmathMultiplyAndDivide()