#include "RexxInstruction.hpp"
Go to the source code of this file.
Classes | |
class | RexxInstructionNumeric |
Macros | |
#define | numeric_engineering 0x01 /* this is form engineering */ |
#define | numeric_digits 0x02 |
#define | numeric_fuzz 0x04 |
#define | numeric_form 0x08 |
#define | numeric_form_default 0x10 |
#define | numeric_propagate 0x20 |
#define | numeric_type_mask 0x0e |
#define numeric_digits 0x02 |
Definition at line 50 of file NumericInstruction.hpp.
#define numeric_engineering 0x01 /* this is form engineering */ |
Definition at line 49 of file NumericInstruction.hpp.
#define numeric_form 0x08 |
Definition at line 52 of file NumericInstruction.hpp.
#define numeric_form_default 0x10 |
Definition at line 53 of file NumericInstruction.hpp.
#define numeric_fuzz 0x04 |
Definition at line 51 of file NumericInstruction.hpp.
#define numeric_propagate 0x20 |
Definition at line 54 of file NumericInstruction.hpp.
#define numeric_type_mask 0x0e |
Definition at line 56 of file NumericInstruction.hpp.