Searched refs:div_s64 (Results 1 – 2 of 2) sorted by relevance
86 #define div64_long(x, y) div_s64((x), (y))141 #ifndef div_s64142 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64() function354 div_s64((__x + (__d / 2)), __d) : \355 div_s64((__x - (__d / 2)), __d); \
137 return v1 + div_s64(tmp, dx); in fixp_sin32_rad()
Completed in 7 milliseconds