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