Home
last modified time | relevance | path

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

/include/linux/
A Dmath64.h86 #define div64_long(x, y) div_s64((x), (y))
141 #ifndef div_s64
142 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64() function
354 div_s64((__x + (__d / 2)), __d) : \
355 div_s64((__x - (__d / 2)), __d); \
A Dfixp-arith.h137 return v1 + div_s64(tmp, dx); in fixp_sin32_rad()

Completed in 7 milliseconds