Searched refs:common_factor (Results 1 – 2 of 2) sorted by relevance
254 u64 common_factor; in kbase_backend_time_init() local264 common_factor = gcd(NSEC_PER_SEC, freq); in kbase_backend_time_init()266 kbdev->backend_time.multiplier = div64_u64(NSEC_PER_SEC, common_factor); in kbase_backend_time_init()267 kbdev->backend_time.divisor = div64_u64(freq, common_factor); in kbase_backend_time_init()
4 Subject: [PATCH] boost: remove deprecated math/common_factor.hpp129 -#include <boost/math/common_factor.hpp>153 -#include <boost/math/common_factor.hpp>