EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "HelixHough.h"
#include "vector_math_inline.h"
#include <emmintrin.h>
#include <xmmintrin.h>
Go to the source code of this file.
Variables | |
static const __m128 | one_o_100 = {0.01,0.01,0.01,0.01} |
static const __m128 | close_one = {0.999,0.999,0.999,0.999} |
static const __m128 | two = {2., 2., 2., 2.} |
static const __m128 | four = {4., 4., 4., 4.} |
static const __m128 | one_o_3 = {0.3333333333333333333, 0.3333333333333333333, 0.3333333333333333333, 0.3333333333333333333} |
static const __m128 | _3_o_20 = {0.15, 0.15, 0.15, 0.15} |
static const __m128 | _5_o_56 = {8.92857142857142877e-02, 8.92857142857142877e-02, 8.92857142857142877e-02, 8.92857142857142877e-02} |
static const __m128 | SIGNMASK = _mm_castsi128_ps(_mm_set1_epi32(0x80000000)) |
|
static |
Definition at line 16 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 16 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 17 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 17 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 12 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 12 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 14 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 14 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 11 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 11 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 15 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 15 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 18 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 18 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().
|
static |
Definition at line 13 of file HelixHough_dzdlRange_sse.cpp.
View newest version in sPHENIX GitHub at line 13 of file HelixHough_dzdlRange_sse.cpp
Referenced by HelixHough::dzdlRange_sse().