Bridge++  Ver. 2.0.2
shiftAField_lex_float.cpp
Go to the documentation of this file.
1 
12 
13 #include <string>
14 
16 
17 #include "lib_alt_QXS/inline/define_vlen.h"
18 #include "lib_alt_QXS/inline/define_params.h"
19 
20 #define VLEN VLENS
21 #define VLENX VLENXS
22 #define VLENY VLENYS
23 
24 typedef float real_t;
25 
28 
29 // inline function files
30 #include "lib_alt_QXS/inline/vsimd_float-inc.h"
31 #include "lib_alt_QXS/inline/vsimd_common_float-inc.h"
32 #include "lib_alt_QXS/inline/afield_th-inc.h"
33 
34 // function template files
36 
38 
39 template<>
40 const std::string ShiftAField_lex<AField<float, QXS> >::class_name
41  = "ShiftAField_lex<AField<float,QXS> >";
42 
43 // explicit instanciation.
44 template class ShiftAField_lex<AField<float, QXS> >;
45 
46 //============================================================END=====
afield-inc.h
afield.h
shiftAField_lex-tmpl.h
ShiftAField_lex
Methods to shift a field in the lexical site index.
Definition: shiftAField_lex.h:33
shiftAField_lex.h
aindex_lex.h
threadManager.h
real_t
float real_t
Definition: shiftAField_lex_float.cpp:24