Changeset 777 for soft/giet_vm/giet_libs/math/e_rem_pio2.c
- Timestamp:
- Feb 4, 2016, 6:25:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/math/e_rem_pio2.c
r581 r777 75 75 double tx[3]; 76 76 int32_t e0,i,j,nx,n,ix,hx; 77 u _int32_t low;77 uint32_t low; 78 78 79 79 GET_HIGH_WORD(hx,x); /* high word of x */ … … 115 115 y[0] = r-w; /* quick check no cancellation */ 116 116 } else { 117 u _int32_t high;117 uint32_t high; 118 118 j = ix>>20; 119 119 y[0] = r-w;
Note: See TracChangeset
for help on using the changeset viewer.