Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_Tick.h232 nnmathMultiplyRate( in TimeSpan()
259 return nnmathMultiplyRate( in ToNanoSeconds()
322 return nnmathMultiplyRate(us, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1000 * 1000)); in nnosTickConvertFromMicroSeconds()
334 return nnmathMultiplyRate(ms, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1000)); in nnosTickConvertFromMilliSeconds()
346 return nnmathMultiplyRate(s, nnmathMakeRate(NN_HW_TICKS_PER_SECOND, 1)); in nnosTickConvertFromSeconds()
358 return nnmathMultiplyRate(tick, nnmathMakeRate(1000 * 1000 * 1000, NN_HW_TICKS_PER_SECOND)); in nnosTickConvertToNanoSeconds()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Misccellaneous.h88 NN_EXTERN_C inline u64 nnmathMultiplyRate(u64 x, u64 rate) in nnmathMultiplyRate() function