Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/os/
Dos_Tick.h310 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.8-20130828/include/nn/math/
Dmath_Misccellaneous.h83 NN_EXTERN_C inline u32 nnmathMakeRate32(u32 mul, u32 div) in nnmathMakeRate32() function