Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Misccellaneous.h39 const s32 x_hi = (s32)(x >> 32); in nnmathMultiplyAndDivide() local
42 return (((s64)(x_hi) * r_hi) << 32) in nnmathMultiplyAndDivide()
43 + ( (s64)(x_hi) * r_lo in nnmathMultiplyAndDivide()