Home
last modified time | relevance | path

Searched refs:x_lo (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.h40 const u32 x_lo = (u32)(x >> 0); in nnmathMultiplyAndDivide() local
44 + (s64)(r_hi) * x_lo ) in nnmathMultiplyAndDivide()
45 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()