Home
last modified time | relevance | path

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

/include/drm/
Ddrm_fixed.h141 result = div64_s64(a, b); in drm_fixp_div()
190 s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); in drm_fixp_exp()
202 term = drm_fixp_mul(term, div64_s64(y, count)); in drm_fixp_exp()
/include/linux/
Dmath64.h12 #define div64_long(x, y) div64_s64((x), (y))
79 static inline s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() function
109 #ifndef div64_s64
110 extern s64 div64_s64(s64 dividend, s64 divisor);