]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/softfloat/templates/milieu.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / softfloat / templates / milieu.h
1 /* $FreeBSD$ */\r
2 \r
3 /*\r
4 ===============================================================================\r
5 \r
6 This C header file is part of the SoftFloat IEC/IEEE Floating-point\r
7 Arithmetic Package, Release 2a.\r
8 \r
9 Written by John R. Hauser.  This work was made possible in part by the\r
10 International Computer Science Institute, located at Suite 600, 1947 Center\r
11 Street, Berkeley, California 94704.  Funding was partially provided by the\r
12 National Science Foundation under grant MIP-9311980.  The original version\r
13 of this code was written as part of a project to build a fixed-point vector\r
14 processor in collaboration with the University of California at Berkeley,\r
15 overseen by Profs. Nelson Morgan and John Wawrzynek.  More information\r
16 is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/\r
17 arithmetic/SoftFloat.html'.\r
18 \r
19 THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE.  Although reasonable effort\r
20 has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT\r
21 TIMES RESULT IN INCORRECT BEHAVIOR.  USE OF THIS SOFTWARE IS RESTRICTED TO\r
22 PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY\r
23 AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE.\r
24 \r
25 Derivative works are acceptable, even for commercial purposes, so long as\r
26 (1) they include prominent notice that the work is derivative, and (2) they\r
27 include prominent notice akin to these four paragraphs for those parts of\r
28 this code that are retained.\r
29 \r
30 ===============================================================================\r
31 */\r
32 \r
33 /*\r
34 -------------------------------------------------------------------------------\r
35 Include common integer types and flags.\r
36 -------------------------------------------------------------------------------\r
37 */\r
38 #include "../../../processors/!!!processor.h"\r
39 \r
40 /*\r
41 -------------------------------------------------------------------------------\r
42 Symbolic Boolean literals.\r
43 -------------------------------------------------------------------------------\r
44 */\r
45 enum {\r
46     FALSE = 0,\r
47     TRUE  = 1\r
48 };\r
49 \r