| 27 |
* COPYING. |
* COPYING. |
| 28 |
*/ |
*/ |
| 29 |
|
|
| 30 |
#ifndef __INSTANCE_TYPES_H_SEEN__ |
#ifndef ASC_INSTANCE_TYPES_H |
| 31 |
#define __INSTANCE_TYPES_H_SEEN__ |
#define ASC_INSTANCE_TYPES_H |
| 32 |
|
|
| 33 |
/** @file |
/** @file |
| 34 |
* Real Ascend Instance Types. |
* Real Ascend Instance Types. |
| 252 |
#define SOL_TIGHTLB 0x100000 /**< value at or near lower */ |
#define SOL_TIGHTLB 0x100000 /**< value at or near lower */ |
| 253 |
#define SOL_TIGHTUB 0x200000 /**< value at or near upper */ |
#define SOL_TIGHTUB 0x200000 /**< value at or near upper */ |
| 254 |
#define SOL_NOELIG 0x400000 /**< variable not eligible to be fixed in DOF */ |
#define SOL_NOELIG 0x400000 /**< variable not eligible to be fixed in DOF */ |
| 255 |
|
|
| 256 |
/* note that the above bit positions need to be settled on still. */ |
/* note that the above bit positions need to be settled on still. */ |
| 257 |
|
|
| 258 |
/** aligns to 8 on 4 and 8 byte compilers with compiler pad after t, depth */ |
/** aligns to 8 on 4 and 8 byte compilers with compiler pad after t, depth */ |
| 657 |
*/ |
*/ |
| 658 |
}; |
}; |
| 659 |
|
|
| 660 |
#endif /* __INSTANCE_TYPES_H_SEEN__ */ |
#endif /* ASC_INSTANCE_TYPES_H */ |
| 661 |
|
|