Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_Tick.h223 : m_Tick( nnmathMultiplyRate32( in Tick()
244 const s64 tick = nnmathMultiplyRate32(
265 return nnmathMultiplyRate32( in ToMicroSeconds()
271 return nnmathMultiplyRate32( in ToMilliSeconds()
277 return nnmathMultiplyRate32( in ToSeconds()
310 return nnmathMultiplyRate32(ns, nnmathMakeRate32(NN_HW_TICKS_PER_SECOND, 1000 * 1000 * 1000)); in nnosTickConvertFromNanoSeconds()
370 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1000 * 1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToMicroSeconds()
382 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToMilliSeconds()
394 return nnmathMultiplyRate32(tick, nnmathMakeRate32(1, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToSeconds()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Misccellaneous.h101 NN_EXTERN_C inline u64 nnmathMultiplyRate32(u64 x, u32 rate) in nnmathMultiplyRate32() function