<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='282' type='UINT64 AcpiExDoMathOp(UINT16 Opcode, UINT64 Operand0, UINT64 Operand1)'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exmisc.c' l='166' ll='238' type='UINT64 AcpiExDoMathOp(UINT16 Opcode, UINT64 Integer0, UINT64 Integer1)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exmisc.c' l='150'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExDoMathOp
 *
 * PARAMETERS:  Opcode              - AML opcode
 *              Integer0            - Integer operand #0
 *              Integer1            - Integer operand #1
 *
 * RETURN:      Integer result of the operation
 *
 * DESCRIPTION: Execute a math AML opcode. The purpose of having all of the
 *              math functions here is to prevent a lot of pointer dereferencing
 *              to obtain the operands.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exoparg2.c' l='306' u='c' c='AcpiExOpcode_2A_1T_1R'/>
