Searched refs:nnmathMultiplyRate32 (Results 1 – 2 of 2) sorted by relevance
223 : 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()
101 NN_EXTERN_C inline u64 nnmathMultiplyRate32(u64 x, u32 rate) in nnmathMultiplyRate32() function