Last change
on this file since 128 was
117,
checked in by rosiere, 15 years ago
|
1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
219 bytes
|
Rev | Line | |
---|
[117] | 1 | /* +++Date last modified: 05-Jul-1997 */ |
---|
| 2 | |
---|
| 3 | #ifndef PI__H |
---|
| 4 | #define PI__H |
---|
| 5 | |
---|
| 6 | #ifndef PI |
---|
| 7 | #define PI (4*atan(1)) |
---|
| 8 | #endif |
---|
| 9 | |
---|
| 10 | #define deg2rad(d) ((d)*PI/180) |
---|
| 11 | #define rad2deg(r) ((r)*180/PI) |
---|
| 12 | |
---|
| 13 | #endif /* PI__H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.