cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Functions | Variables
vectorize.h File Reference
#include "vectorize_reduce.h"
#include "vectorize_exp.h"
#include "vectorize_log.h"
#include "vectorize_sqrt.h"
#include "vectorize_hyper.h"
Include dependency graph for vectorize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  t_avx_pool
 
class  avx_ptr< T, lgBC >
 
class  allocator_avx< T >
 
class  allocator_avx< void >
 
struct  allocator_avx< void >::rebind< U >
 
class  allocator_avx< T >
 
struct  allocator_avx< T >::rebind< U >
 

Functions

void posix_memalign_free (void *p)
 
template<class T , class U >
bool operator== (const allocator_avx< T > &, const allocator_avx< U > &)
 
template<class T >
bool operator== (const allocator_avx< T > &, const allocator_avx< T > &)
 
template<class T , class U >
bool operator!= (const allocator_avx< T > &, const allocator_avx< U > &)
 
template<class T >
bool operator!= (const allocator_avx< T > &, const allocator_avx< T > &)
 

Variables

t_avx_pool avx_pool
 

Function Documentation

template<class T , class U >
bool operator!= ( const allocator_avx< T > &  ,
const allocator_avx< U > &   
)
inline

Definition at line 342 of file vectorize.h.

template<class T >
bool operator!= ( const allocator_avx< T > &  ,
const allocator_avx< T > &   
)
inline

Definition at line 348 of file vectorize.h.

template<class T , class U >
bool operator== ( const allocator_avx< T > &  ,
const allocator_avx< U > &   
)
inline

Definition at line 330 of file vectorize.h.

template<class T >
bool operator== ( const allocator_avx< T > &  ,
const allocator_avx< T > &   
)
inline

Definition at line 336 of file vectorize.h.

void posix_memalign_free ( void *  p)
inline

Variable Documentation

t_avx_pool avx_pool

Definition at line 7 of file vectorize.cpp.