|   | 3.2.3 | 
    
  
  
  
   23 int X(exp2i)(
const int a)
 
   28 int X(log2i)(
const int m)
 
   43 int X(next_power_of_2)(
const int N)
 
   46   int N_is_not_power_of_2=0;
 
   57         N_is_not_power_of_2=1;
 
   62     if (!N_is_not_power_of_2)
 
   65     for (i = 0; i <= logn; i++)
 
   74 void X(next_power_of_2_exp)(
const int N, 
int *N2, 
int *t)
 
   77   int N_is_not_power_of_2=0;
 
   92           N_is_not_power_of_2=1;
 
   98     if (!N_is_not_power_of_2)
 
  103     for (i = 0; i <= logn; i++)
 
  
    
    Generated on Tue Apr 30 2013 by Doxygen 1.8.1