Searched refs:div_s64 (Results 1 – 2 of 2) sorted by relevance
86 #define div64_long(x, y) div_s64((x), (y))137 #ifndef div_s64138 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64() function318 div_s64((__x + (__d / 2)), __d) : \319 div_s64((__x - (__d / 2)), __d); \
136 return v1 + div_s64(tmp, dx); in fixp_sin32_rad()