#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <emmintrin.h>
Go to the source code of this file.
◆ INCLUDED_volk_32f_exp_32f_u_H
      
        
          | #define INCLUDED_volk_32f_exp_32f_u_H | 
      
 
 
◆ volk_32f_exp_32f_a_generic()
  
  | 
        
          | static void volk_32f_exp_32f_a_generic | ( | float * | bVector, |  
          |  |  | const float * | aVector, |  
          |  |  | unsigned int | num_points |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ volk_32f_exp_32f_a_sse2()
  
  | 
        
          | static void volk_32f_exp_32f_a_sse2 | ( | float * | bVector, |  
          |  |  | const float * | aVector, |  
          |  |  | unsigned int | num_points |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ volk_32f_exp_32f_u_generic()
  
  | 
        
          | static void volk_32f_exp_32f_u_generic | ( | float * | bVector, |  
          |  |  | const float * | aVector, |  
          |  |  | unsigned int | num_points |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ volk_32f_exp_32f_u_sse2()
  
  | 
        
          | static void volk_32f_exp_32f_u_sse2 | ( | float * | bVector, |  
          |  |  | const float * | aVector, |  
          |  |  | unsigned int | num_points |  
          |  | ) |  |  |  | inlinestatic |