Lines Matching full:divide
14 /* Structures used only for 64-bit divide */
229 * Optional support for 64-bit double-precision integer divide. This code
233 * Support for a more normal 64-bit divide/modulo (with check for a divide-
247 * RETURN: Status (Checks for divide-by-zero)
250 * divide and modulo. The result is a 64-bit quotient and a
268 ACPI_ERROR((AE_INFO, "Divide by zero")); in acpi_ut_short_divide()
276 * and is generated by the second divide. in acpi_ut_short_divide()
305 * RETURN: Status (Checks for divide-by-zero)
307 * DESCRIPTION: Perform a divide and modulo.
330 ACPI_ERROR((AE_INFO, "Divide by zero")); in acpi_ut_divide()
345 * and is generated by the second divide. in acpi_ut_divide()
373 /* Partial divide */ in acpi_ut_divide()
439 * perform the divide.
453 ACPI_ERROR((AE_INFO, "Divide by zero")); in acpi_ut_short_divide()
478 ACPI_ERROR((AE_INFO, "Divide by zero")); in acpi_ut_divide()