Changeset 777 for soft/giet_vm/giet_libs/math/math_private.h
- Timestamp:
 - Feb 4, 2016, 6:25:22 PM (10 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          soft/giet_vm/giet_libs/math/math_private.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
soft/giet_vm/giet_libs/math/math_private.h
r588 r777 16 16 #define _MATH_PRIVATE_H_ 17 17 18 typedef unsigned int u_int32_t; 19 18 typedef unsigned int uint32_t; 20 19 typedef int int32_t; 20 typedef unsigned long long int uint64_t; 21 typedef long long int int64_t; 21 22 22 23 /* The original fdlibm code used statements like: … … 51 52 struct 52 53 { 53 u _int32_t msw;54 u _int32_t lsw;54 uint32_t msw; 55 uint32_t lsw; 55 56 } parts; 56 57 } ieee_double_shape_type; … … 64 65 struct 65 66 { 66 u _int32_t lsw;67 u _int32_t msw;67 uint32_t lsw; 68 uint32_t msw; 68 69 } parts; 69 70 } ieee_double_shape_type;  
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)