Lines Matching full:divide
15 * div_u64_rem - unsigned 64bit divide with 32bit divisor with remainder
23 * divide.
32 * div_s64_rem - signed 64bit divide with 32bit divisor with remainder
46 * div64_u64_rem - unsigned 64bit divide with 64bit divisor and remainder
60 * div64_u64 - unsigned 64bit divide with 64bit divisor
72 * div64_s64 - signed 64bit divide with 64bit divisor
115 * div_u64 - unsigned 64bit divide with 32bit divisor
119 * This is the most common 64bit divide and should be used if possible,
121 * divide.
132 * div_s64 - signed 64bit divide with 32bit divisor
272 * DIV64_U64_ROUND_CLOSEST - unsigned 64bit divide with 64bit divisor rounded to nearest integer
276 * Divide unsigned 64bit dividend by unsigned 64bit divisor
285 * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer
289 * Divide signed 64bit dividend by signed 32bit divisor