1 1 2 /* 3 ============================================== 4 5 This C header file is part of the SoftFloat IE 6 Arithmetic Package, Release 2. 7 8 Written by John R. Hauser. This work was made 9 International Computer Science Institute, loca 10 Street, Berkeley, California 94704. Funding w 11 National Science Foundation under grant MIP-93 12 of this code was written as part of a project 13 processor in collaboration with the University 14 overseen by Profs. Nelson Morgan and John Wawr 15 is available through the Web page 16 http://www.jhauser.us/arithmetic/SoftFloat-2b/ 17 18 THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. 19 has been made to avoid it, THIS SOFTWARE MAY C 20 TIMES RESULT IN INCORRECT BEHAVIOR. USE OF TH 21 PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAK 22 AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISI 23 24 Derivative works are acceptable, even for comm 25 (1) they include prominent notice that the wor 26 include prominent notice akin to these three p 27 this code that are retained. 28 29 ============================================== 30 */ 31 32 /* 33 ---------------------------------------------- 34 Include common integer types and flags. 35 ---------------------------------------------- 36 */ 37 #include "ARM-gcc.h" 38 39 /* 40 ---------------------------------------------- 41 Symbolic Boolean literals. 42 ---------------------------------------------- 43 */ 44 enum { 45 FALSE = 0, 46 TRUE = 1 47 }; 48 49
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.