Searched refs:nnmathMakeRate32 (Results 1 – 2 of 2) sorted by relevance
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()
83 NN_EXTERN_C inline u32 nnmathMakeRate32(u32 mul, u32 div) in nnmathMakeRate32() function