Changeset 112 for trunk/Softwares/Common
- Timestamp:
 - Mar 18, 2009, 11:36:26 PM (17 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/Softwares/Common/src/c/func_math.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/Softwares/Common/src/c/func_math.c
r102 r112 8 8 unsigned int op2) 9 9 { 10 unsigned int size = 32; 10 11 unsigned int num_bit,carry; 11 12 unsigned int op2_aux = op2; 12 13 unsigned int res = 0; 13 14 14 for(num_bit=0;num_bit< 32; num_bit++)15 for(num_bit=0;num_bit<size; num_bit++) 15 16 { 16 17 if (op2_aux == 0)  
Note: See TracChangeset
          for help on using the changeset viewer.
      