#include <stdlib.h>#include "arith.h"Include dependency graph for arith_d.cpp:

Go to the source code of this file.
Defines | |
| #define | DIV16(a, b) ( (UINT)(a)/(UINT)(b) ) |
| #define | MUL16(a, b) ( (UINT)(a)*(UINT)(b) ) |
|
|
Definition at line 37 of file arith_d.cpp. Referenced by ArithClass::Arith_Decode(), and ArithClass::Arith_DecodeVal(). |
|
|
Definition at line 38 of file arith_d.cpp. Referenced by ArithClass::Arith_Decode(), and ArithClass::Arith_DecodeVal(). |
1.4.2