BmnRoot
Loading...
Searching...
No Matches
P4_F32vec4.h File Reference
#include "vec_arithmetic.h"
#include "xmmintrin.h"
#include <cmath>
#include <iostream>
#include "std_alloc.h"
Include dependency graph for P4_F32vec4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  F32vec4
 

Macros

#define _f32vec4_abs_mask   (static_cast<F32vec4>(__f32vec4_abs_mask_cheat.m))
 
#define _f32vec4_sgn_mask   (static_cast<F32vec4>(__f32vec4_sgn_mask_cheat.m))
 
#define _f32vec4_zero   (static_cast<F32vec4>(__f32vec4_zero_cheat.m))
 
#define _f32vec4_one   (static_cast<F32vec4>(__f32vec4_one_cheat.m))
 
#define _f32vec4_true   (static_cast<F32vec4>(__f32vec4_true_cheat.m))
 
#define _f32vec4_false   (static_cast<F32vec4>(__f32vec4_false_cheat.m))
 
#define if3(a, b, c)   ((a) & (b)) | ((!(a)) & (c))
 
#define Vec4NotEmpty(a)   bool((a)[0]) | bool((a)[1]) | bool((a)[2]) | bool((a)[3])
 
#define Vec4Empty(a)   !(bool((a)[0]) | bool((a)[1]) | bool((a)[2]) | bool((a)[3]))
 
#define _f1(A, F)   F32vec4(F(A[0]), F(A[1]), F(A[2]), F(A[3]))
 
#define _fvecalignment   __attribute__((aligned(16)))
 

Typedefs

typedef F32vec4 fvec
 
typedef float fscal
 

Functions

class F32vec4 __attribute__ ((aligned(16)))
 
float & operator[] (int i)
 
 F32vec4 ()
 
 F32vec4 (const __m128 &a)
 
 F32vec4 (const float &a)
 
 F32vec4 (const float &f0, const float &f1, const float &f2, const float &f3)
 
 operator __m128 () const
 
F32vec4 operator+ (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator- (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator* (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator/ (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 min (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 max (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 sqrt (const F32vec4 &a)
 
F32vec4 rsqrt (const F32vec4 &a)
 
F32vec4 rcp (const F32vec4 &a)
 
F32vec4 fabs (const F32vec4 &a)
 
F32vec4 sgn (const F32vec4 &a)
 
F32vec4 asgnb (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator& (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator| (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator^ (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator! (const F32vec4 &a)
 
F32vec4 operator< (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator<= (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator> (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator>= (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 operator== (const F32vec4 &a, const F32vec4 &b)
 
F32vec4 bool2int (const F32vec4 &a)
 
 vec_arithmetic (F32vec4, float)
 
F32vec4 exp (const F32vec4 &a)
 
F32vec4 log (const F32vec4 &a)
 
F32vec4 sin (const F32vec4 &a)
 
F32vec4 cos (const F32vec4 &a)
 
F32vec4 acos (const F32vec4 &a)
 
F32vec4 atan2 (const F32vec4 &y, const F32vec4 &x)
 
std::ostream & operator<< (std::ostream &strm, const F32vec4 &a)
 
std::istream & operator>> (std::istream &strm, F32vec4 &a)
 

Variables

union { 
 
   float   f 
 
   int   i 
 
__f_one = {1.f
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_abs_mask_cheat = {{0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff}} 
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_sgn_mask_cheat 
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_zero_cheat = {{0, 0, 0, 0}} 
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_one_cheat = {{__f_one.i, __f_one.i, __f_one.i, __f_one.i}} 
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_true_cheat 
 
union { 
 
   int   i [4] 
 
   __m128   m 
 
__f32vec4_false_cheat = {{0x00000000, 0x00000000, 0x00000000, 0x00000000}} 
 
__m128 v
 
const int fvecLen = 4
 

Macro Definition Documentation

◆ _f1

#define _f1 (   A,
 
)    F32vec4(F(A[0]), F(A[1]), F(A[2]), F(A[3]))

Definition at line 165 of file P4_F32vec4.h.

◆ _f32vec4_abs_mask

#define _f32vec4_abs_mask   (static_cast<F32vec4>(__f32vec4_abs_mask_cheat.m))

Definition at line 36 of file P4_F32vec4.h.

◆ _f32vec4_false

#define _f32vec4_false   (static_cast<F32vec4>(__f32vec4_false_cheat.m))

Definition at line 41 of file P4_F32vec4.h.

◆ _f32vec4_one

#define _f32vec4_one   (static_cast<F32vec4>(__f32vec4_one_cheat.m))

Definition at line 39 of file P4_F32vec4.h.

◆ _f32vec4_sgn_mask

#define _f32vec4_sgn_mask   (static_cast<F32vec4>(__f32vec4_sgn_mask_cheat.m))

Definition at line 37 of file P4_F32vec4.h.

◆ _f32vec4_true

#define _f32vec4_true   (static_cast<F32vec4>(__f32vec4_true_cheat.m))

Definition at line 40 of file P4_F32vec4.h.

◆ _f32vec4_zero

#define _f32vec4_zero   (static_cast<F32vec4>(__f32vec4_zero_cheat.m))

Definition at line 38 of file P4_F32vec4.h.

◆ _fvecalignment

◆ if3

#define if3 (   a,
  b,
 
)    ((a) & (b)) | ((!(a)) & (c))

Definition at line 148 of file P4_F32vec4.h.

◆ Vec4Empty

#define Vec4Empty (   a)    !(bool((a)[0]) | bool((a)[1]) | bool((a)[2]) | bool((a)[3]))

Definition at line 151 of file P4_F32vec4.h.

◆ Vec4NotEmpty

#define Vec4NotEmpty (   a)    bool((a)[0]) | bool((a)[1]) | bool((a)[2]) | bool((a)[3])

Definition at line 150 of file P4_F32vec4.h.

Typedef Documentation

◆ fscal

typedef float fscal

Definition at line 232 of file P4_F32vec4.h.

◆ fvec

typedef F32vec4 fvec

Definition at line 231 of file P4_F32vec4.h.

Function Documentation

◆ __attribute__()

class F32vec4 __attribute__ ( (aligned(16))  )

◆ acos()

friend F32vec4 __attribute__::acos ( const F32vec4 a)

◆ asgnb()

friend F32vec4 __attribute__::asgnb ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 56 of file P4_F32vec4.h.

◆ atan2()

◆ bool2int()

friend F32vec4 __attribute__::bool2int ( const F32vec4 a)

Definition at line 109 of file P4_F32vec4.h.

◆ cos()

◆ exp()

◆ F32vec4() [1/4]

__attribute__::F32vec4 ( )

Definition at line 6 of file P4_F32vec4.h.

◆ F32vec4() [2/4]

__attribute__::F32vec4 ( const __m128 &  a)

Definition at line 9 of file P4_F32vec4.h.

◆ F32vec4() [3/4]

__attribute__::F32vec4 ( const float &  a)

Definition at line 12 of file P4_F32vec4.h.

◆ F32vec4() [4/4]

__attribute__::F32vec4 ( const float &  f0,
const float &  f1,
const float &  f2,
const float &  f3 
)

Definition at line 16 of file P4_F32vec4.h.

◆ fabs()

friend F32vec4 __attribute__::fabs ( const F32vec4 a)

Definition at line 52 of file P4_F32vec4.h.

Referenced by KFParticleBaseSIMD::AddDaughterWithEnergyCalc(), BmnGemStripModule::AddRealPointFull(), BmnSiliconModule::AddRealPointFull(), BmnVSPModule::AddRealPointFull(), BmnCSCModule::AddRealPointFullOne(), BmnSiliconModule::AddRealPointFullOne_WithIncline(), BmnVSPModule::AddRealPointFullOne_WithIncline(), BmnSiliconModule::AddRealPointSimple(), BmnVSPModule::AddRealPointSimple(), CbmKFMath::AnalyticQP(), L1AlgoPulls::Build(), BmnAdcProcessor::CalcEventMods_simd(), L1Algo::CATrackFinder(), CbmL1MCTrack::CbmL1MCTrack(), KFParticleFinder::CombinePartPart(), deflate(), LStrip1::Distance(), LStrip1::Distance701(), L1AlgoDraw::DrawMCTracks(), BmnDchHitProducer::Exec(), BmnMwpcHitFinder::Exec(), CbmL1SttTrackFinder::Exec(), CbmStsFitPerformanceTask::Exec(), CbmKFParticlesFinder::Exec(), BmnTof2Raw2DigitNew::fillEqualization(), BmnTof2Raw2DigitNew::fillEvent(), CbmKFTrackFitQA::FillHistoAtFirstPoint(), CbmKFTrackFitQA::FillHistoAtParticleVertex(), CbmStsFitPerformanceTask::FillMCStateVectors(), CbmStsFitPerformanceTask::FillMCStateVectors(), BmnTof2Raw2DigitNew::fillPreparation(), BmnTof2Raw2DigitNew::fillSlewing(), BmnTof2Raw2DigitNew::fillSlewingT0(), CbmStsFitPerformanceTask::FillTrackHisto(), CbmKFParticleInterface::Find2DaughterDecay(), CbmKFParticleInterface::Find2DaughterDecay(), find_quad(), KFParticleFinder::FindDMesLambdac(), CbmKFParticleInterface::FindDMesLambdac(), BmnSsdSensorDssd::FindHits(), findIdx(), KFParticleFinder::FindTrackV0Decay(), CbmKFParticleInterface::FindTrackV0Decay(), CbmKFMath::five_dim_inv(), CbmKFMath::four_dim_inv(), BmnTof2Raw2DigitNew::get_hit_xng(), BmnTof2Raw2DigitNew::get_hit_xnl(), BmnTof2Raw2DigitNew::get_hit_xyzng(), BmnTof2Raw2DigitNew::get_hit_xyznl(), KFParticleSIMD::GetAngle(), KFParticleSIMD::GetAngleRZ(), KFParticleSIMD::GetAngleXY(), KFParticleBaseSIMD::GetArmenterosPodolanski(), CbmL1PFFitter::GetChiToVertex(), CbmL1PFFitter::GetChiToVertex(), BmnEventSelector::GetClosestHitIndex(), KFParticleBaseSIMD::GetDecayLength(), KFParticleBaseSIMD::GetDecayLengthXY(), CbmKFMath::getDeviation(), KFParticleBaseSIMD::GetDeviationFromVertex(), KFParticleSIMD::GetDistanceFromVertexXY(), KFParticleBaseSIMD::GetDStoParticleBy(), KFParticleBaseSIMD::GetDStoParticleBz(), KFParticleBaseSIMD::GetDStoParticleCBM(), KFParticleBase::GetDStoParticleLine(), KFParticleBaseSIMD::GetDStoPointBy(), KFParticleBaseSIMD::GetDStoPointBz(), KFParticleBaseSIMD::GetDStoPointCBM(), KFParticleSIMD::GetErrE(), KFParticleSIMD::GetErrPx(), KFParticleSIMD::GetErrPy(), KFParticleSIMD::GetErrPz(), KFParticleSIMD::GetErrS(), KFParticleSIMD::GetErrX(), KFParticleSIMD::GetErrY(), KFParticleSIMD::GetErrZ(), KFParticleBaseSIMD::GetEta(), KFParticleBaseSIMD::GetMomentum(), CbmKFMath::GetNoise(), KFParticleBaseSIMD::GetPt(), CbmL1::Init(), L1Algo::Init(), CbmKFMath::intersectCone(), KFParticleBaseSIMD::InvertCholetsky3(), KFParticleBase::InvertSym3(), KFParticleBaseSIMD::InvertSym3(), BmnCSCModule::IsPointInsideModule(), BmnGemStripModule::IsPointInsideModule(), BmnSiBTModule::IsPointInsideModule(), BmnSiProfModule::IsPointInsideModule(), BmnSiliconModule::IsPointInsideModule(), BmnVSPModule::IsPointInsideModule(), BmnCSCModule::IsPointInsideZThickness(), BmnGemStripModule::IsPointInsideZThickness(), BmnSiBTModule::IsPointInsideZThickness(), BmnSiliconModule::IsPointInsideZThickness(), BmnSiProfModule::IsPointInsideZThickness(), BmnVSPModule::IsPointInsideZThickness(), BmnCSCModule::MakeCluster(), BmnGemStripModule::MakeCluster(), BmnSiBTModule::MakeCluster(), BmnSiliconModule::MakeCluster(), BmnSiProfModule::MakeCluster(), BmnVSPModule::MakeCluster(), NewtonSolver(), CbmKFCone::Pass(), BmnAdcProcessor::PrecalcEventMods_simd(), BmnMwpcHitProducer::ProcessPoints(), CbmKF::Propagate(), MpdDCMSMMGenerator::ReadEvent(), recurse(), MpdLAQGSMGenerator::RegisterIons(), MpdLAQGSMGenerator::RegisterIons1(), roots(), L1Branch::Set(), L1Triplet::Set(), KFParticleBaseSIMD::SetMassConstraint(), KFParticleBaseSIMD::SetProductionVertex(), stepUp(), KFParticleBaseSIMD::SubtractFromVertex(), KFParticleBaseSIMD::TransportBz(), and KFParticleBaseSIMD::TransportCBM().

◆ log()

◆ max()

◆ min()

friend F32vec4 __attribute__::min ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 30 of file P4_F32vec4.h.

Referenced by run-clang-format.UnexpectedError::__init__(), BmnLambdaMisc::CheckStripOverlaps(), BmnMassSpectrumAnal::deltaB(), BmnLambdaEmbeddingQa::DoEffAnalysis(), DrawGraph(), L1Grid::GetBinBounded(), BmnEventSelector::GetClosestHitIndex(), BmnTrigWaveDigit::GetIntegral(), BmnTrigWaveDigit::GetPeak(), HDraw(), run-clang-format::main(), BmnNdetClusterFinder::MergeClusters(), BmnConverterTools::ParseJsonStatus(), BmnConverterTools::ParseRawT0TextConfig(), BmnLambdaQa::SetDCA1(), BmnLambdaQa::SetDCA12(), BmnLambdaQa::SetDCA2(), BmnLambdaQa::SetEta1(), BmnLambdaQa::SetEta2(), BmnFileSource::SetEventTimeInterval(), BmnGlobalAlignment::SetExclusionRangeTx(), BmnGlobalAlignment::SetExclusionRangeTy(), BmnLambdaEmbedding::SetLambdaEtaRange(), BmnLambdaEmbedding::SetLambdaMinMomentum(), BmnLambdaEmbedding::SetLambdaPhiRange(), MpdEventManager::SetMinEnergyCut(), MpdEventManager::SetMinEnergyLimit(), CbmStack::SetMinPoints(), BmnLambdaQa::SetMom1(), BmnLambdaQa::SetMom2(), BmnSP41FieldMapCreator::SetNewRanges(), BmnLambdaQa::SetPath(), BmnPidQa::SetPRange(), BmnTrackingQa::SetPRange(), BmnTrackingQa::SetPtRange(), BmnLambdaEmbeddingQa::SetSignalCuts(), BmnGemStripHitMaker::SetSignalWindow(), BmnSiliconHitMaker::SetSignalWindow(), BmnVSPHitMaker::SetSignalWindow(), BmnMassSpectrumAnal::SetSpectrumRange(), BmnTrackingQa::SetThetaRange(), BmnGlobalAlignment::SetTxMinMax(), BmnGlobalAlignment::SetTyMinMax(), BmnTrackingQa::SetYRange(), and BmnTriggerEfficiencyRun7::triggerEfficiency().

◆ operator __m128()

__attribute__::operator __m128 ( ) const

Definition at line 21 of file P4_F32vec4.h.

◆ operator!()

friend F32vec4 __attribute__::operator! ( const F32vec4 a)

Definition at line 72 of file P4_F32vec4.h.

◆ operator&()

friend F32vec4 __attribute__::operator& ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 60 of file P4_F32vec4.h.

◆ operator*()

friend F32vec4 __attribute__::operator* ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 26 of file P4_F32vec4.h.

◆ operator+()

friend F32vec4 __attribute__::operator+ ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 24 of file P4_F32vec4.h.

◆ operator-()

friend F32vec4 __attribute__::operator- ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 25 of file P4_F32vec4.h.

◆ operator/()

friend F32vec4 __attribute__::operator/ ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 27 of file P4_F32vec4.h.

◆ operator<()

friend F32vec4 __attribute__::operator< ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 82 of file P4_F32vec4.h.

◆ operator<<()

friend std::ostream & __attribute__::operator<< ( std::ostream &  strm,
const F32vec4 a 
)

Definition at line 170 of file P4_F32vec4.h.

◆ operator<=()

friend F32vec4 __attribute__::operator<= ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 86 of file P4_F32vec4.h.

◆ operator==()

friend F32vec4 __attribute__::operator== ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 98 of file P4_F32vec4.h.

◆ operator>()

friend F32vec4 __attribute__::operator> ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 90 of file P4_F32vec4.h.

◆ operator>=()

friend F32vec4 __attribute__::operator>= ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 94 of file P4_F32vec4.h.

◆ operator>>()

friend std::istream & __attribute__::operator>> ( std::istream &  strm,
F32vec4 a 
)

Definition at line 176 of file P4_F32vec4.h.

References F32vec4::F32vec4(), and F32vec4::fabs.

◆ operator[]()

float operator[] ( int  i)

Definition at line 3 of file P4_F32vec4.h.

◆ operator^()

friend F32vec4 __attribute__::operator^ ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 68 of file P4_F32vec4.h.

◆ operator|()

friend F32vec4 __attribute__::operator| ( const F32vec4 a,
const F32vec4 b 
)

Definition at line 64 of file P4_F32vec4.h.

◆ rcp()

friend F32vec4 __attribute__::rcp ( const F32vec4 a)

◆ rsqrt()

friend F32vec4 __attribute__::rsqrt ( const F32vec4 a)

Definition at line 37 of file P4_F32vec4.h.

◆ sgn()

friend F32vec4 __attribute__::sgn ( const F32vec4 a)

Definition at line 55 of file P4_F32vec4.h.

◆ sin()

◆ sqrt()

friend F32vec4 __attribute__::sqrt ( const F32vec4 a)

Definition at line 34 of file P4_F32vec4.h.

Referenced by KFParticleBaseSIMD::AddDaughterWithEnergyCalc(), KFParticleBaseSIMD::AddDaughterWithEnergyFitMC(), CbmL1PFFitter::AddMaterial(), L1AlgoPulls::AddOne(), CbmL1PFFitter::AddPipeMaterial(), CbmKFMath::AnalyticQP(), BmnPidSRC::AzPID(), BmnTof1HitProducer::BmnTof1HitProducer(), L1Algo::CATrackFinder(), CbmKFParticle::CbmKFParticle(), CbmKFParticle_simd::CbmKFParticle_simd(), CbmL1MCTrack::CbmL1MCTrack(), KFParticleFinder::CombinePartPart(), KFParticleFinder::CombineTrackPart(), CbmKFParticleInterface::CombineTrackPart(), KFParticleBaseSIMD::Construct(), CbmKFParticle::Construct(), CbmKFParticle::ConstructFromKFParticle(), KFParticleBaseSIMD::ConstructGammaBz(), KFParticleSIMD::Create(), CbmKFParticle_simd::Create(), BmnSsdPhysics::DiffusionWidth(), drawcov(), BmnPidSRC::DrawPID(), BmnTof1HitProducer::Exec(), BmnFillDstTask::Exec(), CbmStsFitPerformanceTask::Exec(), CbmKFFieldMath::ExtrapolateALight(), CbmKFFieldMath::ExtrapolateRK4(), BmnNdetRaw2Digit::fillEvent(), CbmKFTrackFitQA::FillHistoAtFirstPoint(), CbmKFTrackFitQA::FillHistoAtParticleVertex(), CbmStsFitPerformanceTask::FillTrackHisto(), CbmStsFitPerformanceTask::FillVertexHisto(), CbmKFPixelMeasurement::FilterPDAF(), CbmKFParticleInterface::Find2DaughterDecay(), CbmKFParticleInterface::Find2DaughterDecay(), KFParticleFinder::FindDMesLambdac(), CbmKFParticleInterface::FindDMesLambdac(), KFParticleFinder::FindTrackV0Decay(), CbmKFParticleInterface::FindTrackV0Decay(), CbmKFSecondaryVertexFinder::Fit(), fit_seg(), BmnStsKFTrackFitter::FitToVertex(), CbmStsKFTrackFitter::FitToVertex(), KFParticleSIMD::GetAngle(), KFParticleSIMD::GetAngleRZ(), KFParticleSIMD::GetAngleXY(), KFParticleBase::GetArmenterosPodolanski(), KFParticleBaseSIMD::GetArmenterosPodolanski(), CbmL1PFFitter::GetChiToVertex(), CbmL1PFFitter::GetChiToVertex(), CbmKFParticle::GetDecayLength(), CbmKFParticle_simd::GetDecayLength(), KFParticleBaseSIMD::GetDecayLength(), KFParticleBaseSIMD::GetDecayLengthXY(), CbmKFMath::getDeviation(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBaseSIMD::GetDeviationFromVertex(), KFParticleBaseSIMD::GetDistanceFromParticle(), KFParticleSIMD::GetDistanceFromParticleXY(), KFParticleBaseSIMD::GetDistanceFromVertex(), KFParticleSIMD::GetDistanceFromVertexXY(), KFParticleBaseSIMD::GetDistanceToVertexLine(), KFParticleBaseSIMD::GetDStoParticleBy(), KFParticleBaseSIMD::GetDStoParticleBz(), CbmKFParticle::GetDStoPoint(), KFParticleSIMD::GetErrE(), KFParticleSIMD::GetErrPx(), KFParticleSIMD::GetErrPy(), KFParticleSIMD::GetErrPz(), KFParticleSIMD::GetErrS(), KFParticleSIMD::GetErrX(), KFParticleSIMD::GetErrY(), KFParticleSIMD::GetErrZ(), KFParticleBaseSIMD::GetEta(), CbmKFParticle_simd::GetKFTrack(), CbmKFParticle::GetKFTrack(), CbmKFParticle::GetLifeTime(), CbmKFParticle_simd::GetLifeTime(), KFParticleBaseSIMD::GetLifeTime(), CbmKFParticle::GetMass(), CbmKFSecondaryVertexFinder::GetMass(), CbmKFParticle_simd::GetMass(), KFParticleBaseSIMD::GetMass(), CbmKFParticle::GetMomentum(), CbmKFParticle_simd::GetMomentum(), KFParticleBaseSIMD::GetMomentum(), CbmKFSecondaryVertexFinder::GetMotherTrack(), CbmKFMath::GetNoise(), KFParticleBaseSIMD::GetPhi(), CbmKFParticle_simd::GetPt(), KFParticleBaseSIMD::GetPt(), KFParticleBaseSIMD::GetR(), KFParticleBaseSIMD::GetSCorrection(), BmnTriggerEfficiencyRun8::GetTriggerEfficiencyWithErrors(), grabZ2(), BmnMwpcHitFinder::Init(), BmnMwpcTrackFinder::Init(), CbmL1::Init(), KFParticleBaseSIMD::Initialize(), bmn::online::ReconstructionProcessor::InitializeReconstructionTasks(), CbmKFMath::intersectCone(), KFParticleBaseSIMD::InvertCholetsky3(), CbmKFMath::invS(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), L1AddHalfMaterial(), L1AddMaterial(), L1AddMaterial(), L1AddPipeMaterial(), L1Extrapolate(), L1Extrapolate0(), L1ExtrapolateJXY(), L1ExtrapolateJXY0(), Pulls(), MpdPlutoGenerator::ReadEvent(), MpdUrqmdGenerator::ReadEvent(), MpdUnigenGenerator::ReadEvent(), CbmL1::Reconstruct(), BmnPidSRC::RigidityPID(), roots(), run_reco_bmn(), L1Branch::Set(), L1Triplet::Set(), KFParticleBase::SetMassConstraint(), KFParticleBaseSIMD::SetMassConstraint(), KFParticleBaseSIMD::SetMassConstraint(), BmnHodoResolution::Kernel::sigma(), KFParticleBaseSIMD::TransportBz(), and FitWLSQ::WLSQRms().

◆ vec_arithmetic()

__attribute__::vec_arithmetic ( F32vec4  ,
float   
)

Variable Documentation

◆ [union]

const union { ... } __f32vec4_abs_mask_cheat

◆ [union]

const union { ... } __f32vec4_false_cheat

◆ [union]

const union { ... } __f32vec4_one_cheat

◆ [union]

const union { ... } __f32vec4_sgn_mask_cheat
Initial value:
= {{static_cast<int>(0x80000000), static_cast<int>(0x80000000), static_cast<int>(0x80000000),
static_cast<int>(0x80000000)}}

◆ [union]

const union { ... } __f32vec4_true_cheat
Initial value:
= {{static_cast<int>(0xFFFFFFFF), static_cast<int>(0xFFFFFFFF), static_cast<int>(0xFFFFFFFF),
static_cast<int>(0xFFFFFFFF)}}

◆ [union]

const union { ... } __f32vec4_zero_cheat

◆ [union]

const union { ... } __f_one

◆ f

float f

Definition at line 21 of file P4_F32vec4.h.

Referenced by BmnEfficiency::BmnEfficiency(), BmnEfficiency::BmnEfficiency(), BmnEfficiencyProbability::BmnEfficiencyProbability(), BmnInnTrackerAlign::BmnInnTrackerAlign(), BmnLambdaEmbeddingQa::BmnLambdaEmbeddingQa(), L1Algo::CATrackFinder(), BmnToCbmHitConverter::CorrectEffic(), BmnCSCStationSet::Create(), BmnGemStripStationSet::Create(), BmnSiBTStationSet::Create(), BmnSiliconStationSet::Create(), BmnSiProfStationSet::Create(), BmnVSPStationSet::Create(), BmnFileSource::CreateNewFriendChain(), BmnLambdaMisc::CscDigiToChannel(), BmnMassSpectrumAnal::deltaB(), DrawH1(), BmnDrawOnline::DrawH1(), BmnLambdaEmbedding::Embedding(), fit_seg(), BmnParticleEqualizer::FitSampleHistograms(), BmnLambdaMisc::GemDigiToChannel(), BmnOfflineQaSteering::GetAxisAttributes(), BmnRecoTools::GetRescaleFunc(), BmnRescale::GetRescaleFunc(), MpdEventManagerEditor::Init(), BmnTwoParticleDecay::Init(), CbmKFTrErrMCPoints::IsReconstructable(), BmnHodoCuts::Load(), MpdHistoGenerator::MpdHistoGenerator(), MpdHistoGenerator::MpdHistoGenerator(), NumericalRootFinder(), TimerInfo::operator/(), L1CATFIterTimerInfo::operator/(), L1CATFTimerInfo::operator/(), L1CATFIterTimerInfo::PrintReal(), BmnLambdaEmbeddingDrawHistos::ProcessHistos(), BmnLambdaAnalRun7::ReadData(), BmnMassSpectrumAnal::ReadFile(), BmnGeoTemplate< Derived >::ReadGeometryFromFile(), CbmStsDigiPar::readline(), nlohmann::detail::replace_substring(), BmnTriggerEfficiencyRun7::SetEffFiles(), BmnFileSource::SetFileHeader(), BmnInnerTrackingRun7::SetFiltration(), BmnTof700Qa::SetIsField(), KFParticleBase::SetMassConstraint(), KFParticleBaseSIMD::SetMassConstraint(), BmnEfficiencyTools::SetOutputFile(), BmnTriggerEfficiencyRun7::SetSpectraFile(), BmnGemStripHitMaker::SetSrcSetup(), BmnParticleEqualizer::ShowSampleHistograms(), system_command_linux(), BmnTriggerEfficiencyRun7::triggerEfficiency(), BmnTof2Raw2DigitNew::WritePreparationHists(), BmnTof2Raw2DigitNew::WritePreparationHists0(), and BmnTof2Raw2DigitNew::WriteSlewingResults().

◆ fvecLen

◆ i

int i[4]

Definition at line 22 of file P4_F32vec4.h.

Referenced by nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::accept(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::accept(), BmnProfRawTools::adc_ch(), BmnProfRawTools::adc_ch(), BmnProfRawTools::adc_ch(), BmnProfRawTools::adc_ch(), Add(), L1CATFTimerInfo::Add(), L1Portion< L1TrackPar >::add_void(), L1Portion< L1FieldRegion >::add_void(), L1Portion< T >::add_void(), MpdBoxSetDraw::AddBoxes(), BmnNdetClusterFinder::AddCellToCluster(), BmnGlobalTrack::AddCscHitIndex(), KFParticleBase::AddDaughter(), KFParticleBaseSIMD::AddDaughter(), KFMCParticle::AddDaughter(), KFParticleBase::AddDaughterWithEnergyCalc(), KFParticleBaseSIMD::AddDaughterWithEnergyCalc(), KFParticleBase::AddDaughterWithEnergyFit(), KFParticleBaseSIMD::AddDaughterWithEnergyFit(), KFParticleBase::AddDaughterWithEnergyFitMC(), KFParticleBaseSIMD::AddDaughterWithEnergyFitMC(), BmnMatch::AddLink(), BmnMatch::AddLink(), BmnATestTrack::AddMSE(), L1AlgoPulls::AddOne(), L1AlgoEfficiencyPerformance< NHits >::AddOne(), CbmStsDigiMatch::AddPoint(), BmnGemStripModule::AddRealPointFull(), StripCluster::AddStrip(), BmnAligner< HitType >::Align(), BmnRun8DetModel::Alignables(), CbmKFMath::AnalyticQP(), ArrayStat(), BmnPidSRC::AzPID(), BmnMassSpectrumAnal::background(), BmnOnlineDecoder::BatchDirectory(), BmnOnlineDecoder::BatchDirectoryToSocket(), BmnADCDigit::BmnADCDigit(), BmnADCDigit::BmnADCDigit(), BmnADCDigit::BmnADCDigit(), BmnADCDigit::BmnADCDigit(), BmnADCDigit::BmnADCDigit(), BmnATestDetector::BmnATestDetector(), BmnATestDetectorPlane::BmnATestDetectorPlane(), BmnATestTrack::BmnATestTrack(), BmnATestTrack::BmnATestTrack(), BmnConverter::BmnConverter(), BmnFieldMap::BmnFieldMap(), BmnGemDigitizerQAHistograms::BmnGemDigitizerQAHistograms(), BmnGemDigitizerQAHistograms::BmnGemDigitizerQAHistograms(), BmnGemGas::BmnGemGas(), BmnGemRaw2Digit::BmnGemRaw2Digit(), BmnHistMSC::BmnHistMSC(), BmnHistTrigger::BmnHistTrigger(), BmnLambdaQa::BmnLambdaQa(), BmnMwpcGeometrySRC::BmnMwpcGeometrySRC(), BmnNdetEvent::BmnNdetEvent(), BmnRun8cgDetModel::BmnRun8cgDetModel(), BmnTOF1Detector::BmnTOF1Detector(), BmnTof1TDCParameters::BmnTof1TDCParameters(), BmnTof2Raw2DigitNew::BmnTof2Raw2DigitNew(), BmnTof701TDCParameters::BmnTof701TDCParameters(), BmnTrigParameters::BmnTrigParameters(), BmnTrigWaveDigit::BmnTrigWaveDigit(), BmnTrigWaveDigit::BmnTrigWaveDigit(), BmnTrigWaveDigit::BmnTrigWaveDigit(), BmnVertex::BmnVertex(), BmnVertex::BmnVertex(), BmnVertex::BmnVertex(), BmnVertex::BmnVertex(), BmnZDCRaw2Digit::BmnZDCRaw2Digit(), BmnZDCRaw2Digit::BmnZDCRaw2Digit(), BmnTof2Raw2DigitNew::Book(), BmnTof2Raw2DigitNew::BookSlewing(), BmnTof2Raw2DigitNew::BookSlewingResults(), L1AlgoPulls::Build(), BmnMotherFitterPart::BuildMother(), L1CATFTimerInfo::Calc(), CalcDeterminant(), L1Portion< L1TrackPar >::CalcSize(), L1Portion< L1FieldRegion >::CalcSize(), L1Portion< T >::CalcSize(), CbmL1PFFitter::CalculateFieldRegion(), CbmL1PFFitter::CalculateFieldRegion(), PsdSignalFitting::PronyFitter::CalculateFitAmplitudes(), PsdSignalFitting::PronyFitter::CalculateFitAmplitudesFast(), PsdSignalFitting::PronyFitter::CalculateFitHarmonics(), BmnZDCRaw2Digit::calibrate(), calibrate_wfm(), L1Algo::CATrackFinder(), CbmKFParticle_simd::CbmKFParticle_simd(), CbmKFParticle_simd::CbmKFParticle_simd(), CbmKFParticle_simd::CbmKFParticle_simd(), CbmKFParticlesFinder::CbmKFParticlesFinder(), CbmKFTrack::CbmKFTrack(), CbmKFVertex::CbmKFVertex(), CbmMCTrack::CbmMCTrack(), CbmMCTrack::CbmMCTrack(), CbmVertex::CbmVertex(), CbmVertex::CbmVertex(), CbmVertex::CbmVertex(), check_element(), BmnFileSource::CheckFriendChains(), CbmKFParticle::Cij(), CbmKFParticleInterface::Cij(), KFParticleBase::Cij(), KFParticleBaseSIMD::Cij(), CircleFit(), CircleFit(), BmnEventSelector::Classify(), BmnNdetClusterFinder::Clear(), BmnTOF1Detector::Clear(), CbmParTest::clear(), ClearAllVectors(), BmnHistHodo::ClearRefRun(), BmnMotherFitterPart::ComputeAandB(), BmnKFPrimaryVertexFinder::ComputeAandB(), BmnMotherFitterPart::ComputeQmatr(), BmnAlignResult::ConcatenateA(), BmnDataReceiver::Connect(), KFParticleBase::Construct(), KFParticleBaseSIMD::Construct(), CbmKFParticle::Construct(), CbmKFParticle::ConstructFromKFParticle(), KFParticleBase::ConstructGammaBz(), KFParticleBaseSIMD::ConstructGammaBz(), convert_pchar_to_lowercase_new(), UniParser::ConvertElogCsv(), MpdXMLNode::Copy(), BmnArmTrig::CopyClones(), BmnBC::CopyClones(), BmnBd::CopyClones(), BmnCSC::CopyClones(), BmnDch::CopyClones(), BmnEcal::CopyClones(), BmnFD::CopyClones(), BmnMwpc::CopyClones(), BmnSiBT::CopyClones(), BmnSilicon::CopyClones(), BmnSiMD::CopyClones(), BmnSiProf::CopyClones(), CbmSts::CopyClones(), BmnTOF1::CopyClones(), BmnTOF701::CopyClones(), BmnVSP::CopyClones(), BmnZdc::CopyClones(), CbmKFMath::CopyTC2TrackParam(), CbmKFMath::CopyTrackParam2TC(), BmnToCbmHitConverter::CorrectEffic(), KFParticle::Covariance(), KFParticleSIMD::Covariance(), KFParticle::Covariance(), KFParticleSIMD::Covariance(), KFParticleBase::Covariance(), KFParticleBaseSIMD::Covariance(), KFParticleBase::Covariance(), KFParticleBaseSIMD::Covariance(), PsdSignalFitting::PronyFitter::CovarianceDirect(), PsdSignalFitting::PronyFitter::CovarianceQRmod(), CbmVertex::CovMatrix(), BmnVertex::CovMatrix(), CbmKFParticle_simd::Create(), KFParticleSIMD::Create(), CbmKFParticle_simd::Create(), KFParticle::Create(), KFParticleSIMD::Create(), create_rootgeom_TOF700_support(), CbmStsFitPerformanceTask::CreateD0Histo(), UniDetectorParameter::CreateDetectorParameter(), BmnHistHodo::CreateHistos(), CreateMapTof400_BMN_12_2016(), BmnFileSource::CreateNewFriendChain(), CbmStsFitPerformanceTask::CreateTrackHisto(), CbmStsFitPerformanceTask::CreateVertexHisto(), BmnZdcDigiScheme::CreateVolInfoElement(), BmnGemGas::CSD(), DeadZoneOfStripLayer::DeadZoneOfStripLayer(), DeadZoneOfStripLayer::DeadZoneOfStripLayer(), BmnCSCStation::DefineStationBorders(), BmnGemStripStation::DefineStationBorders(), BmnSiBTStation::DefineStationBorders(), BmnSiliconStation::DefineStationBorders(), BmnSiProfStation::DefineStationBorders(), BmnVSPStation::DefineStationBorders(), BmnGemHitProducer::DefineStationByZ(), deflate(), nlohmann::detail::exception::diagnostics(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::diff(), diff_poly(), BmnTof2Raw2DigitNew::DNL_read(), BmnLambdaEmbeddingQa::DoEffAnalysis(), CbmEcalTrackExtrapolationKF::DoExtrapolate(), BmnStsKFTrackFitter::DoFit(), CbmStsKFTrackFitter::DoFit(), BmnTrackingQaReport::Draw(), BmnAlignerTest::Draw(), BmnATestDetectorPlane::Draw(), BmnATestTrack::Draw(), Draw(), Draw(), DrawBar(), DrawBar(), BmnHistHodo::DrawBoth(), BmnTrackingQaReport::DrawEffGem(), DrawH1(), BmnDrawOnline::DrawH1(), DrawHits(), BmnDrawOnline::DrawMainCanvas(), DrawMeanLine(), BmnTrackingQaReport::DrawPar(), BmnTof2Raw2DigitNew::drawprep(), BmnTof2Raw2DigitNew::drawprof(), BmnZDCRaw2Digit::drawprof(), BmnTof2Raw2DigitNew::drawproft0(), BmnTrackingQaReport::DrawResAndPull(), BmnZDCRaw2Digit::drawtest(), BmnZDCRaw2Digit::drawzdc(), nlohmann::detail::serializer< BasicJsonType >::dump(), BmnRecoTools::Ellipse2CutG(), BmnEmbedding::Embed(), BmnMille::end(), BmnStsKFTrackFitter::EvalMaterial(), BmnKFPrimaryVertexFinder::EvalVertex(), BmnHgndRaw::Event_type_1::Event_type_1(), BmnHgndRaw::Event_type_2::Event_type_2(), BmnAlignerApply::Exec(), BmnDchTrackFinder::Exec(), BmnEcalDigitizer::Exec(), CbmStsClusterFinder::Exec(), CbmStsReconstructionQa::Exec(), BmnTof1HitProducer::Exec(), BmnZdcDigitizer::Exec(), BmnCounter::Exec(), BmnFillDstTask::Exec(), BmnGlobalTracking::Exec(), BmnTofHitProducer::Exec(), BmnCaloTowerDraw::Exec(), BmnGlobalTrackDraw::Exec(), BmnTrackDrawH::Exec(), BmnTrackDrawP::Exec(), FairMCModuleDraw::Exec(), MpdBoxSetDraw::Exec(), MpdMCStack::Exec(), MpdMCTracks::Exec(), MpdPointSetDraw::Exec(), BmnKFPrimaryVertexFinder::Exec(), CbmL1SttTrackFinder::Exec(), CbmStsFitPerformanceTask::Exec(), CbmStsMatchHits::ExecReal(), BmnCSC::ExpandNodeForGdml(), BmnDch::ExpandNodeForGdml(), BmnMwpc::ExpandNodeForGdml(), BmnSiBT::ExpandNodeForGdml(), BmnSilicon::ExpandNodeForGdml(), BmnSiProf::ExpandNodeForGdml(), BmnVSP::ExpandNodeForGdml(), CbmKFTrackInterface::Extrapolate(), CbmKFFieldMath::ExtrapolateALight(), CbmKFFieldMath::ExtrapolateRK4(), BmnConverter::FeedFile(), fhcal_profile(), L1Grid::Fill(), BmnNdetClusterFinder::Fill(), BmnZDCRaw2Digit::fillAmplitudes(), BmnZDCRaw2Digit::fillCalibrateAll(), BmnZDCRaw2Digit::fillCalibrateCluster(), BmnZDCRaw2Digit::fillCalibrateNumbers(), BmnTof2Raw2DigitNew::fillEqualization(), BmnECALRaw2Digit::fillEvent(), BmnFHCalRaw2Digit::fillEvent(), BmnScWallRaw2Digit::fillEvent(), BmnZDCRaw2Digit::fillEvent(), BmnTof1Raw2Digit::FillEvent(), BmnTof701Raw2Digit::FillEvent(), BmnTof2Raw2DigitNew::fillEvent(), BmnTrigRaw2Digit::FillEvent(), BmnDchRaw2Digit::FillEvent(), BmnHistHodo::FillFromDigi(), BmnTof2Raw2DigitNew::fillPreparation(), BmnZDCRaw2Digit::fillSampleProfiles(), BmnZDCRaw2Digit::fillSampleProfilesAll(), BmnTof2Raw2DigitNew::fillSlewing(), BmnTof2Raw2DigitNew::fillSlewingT0(), CbmStsFitPerformanceTask::FillTrackHisto(), CbmKFPixelMeasurement::FilterPDAF(), find_quad(), BmnNdet::FindHitIndex(), BmnTOF1Detector::FindHitsNew(), MpdLAQGSMGenerator::FindParticle(), BmnKFPrimaryVertexFinder::FindPca(), MpdDCMSMMGenerator::FindPDGCodeParticipant(), CbmPVFinderKF::FindPrimaryVertex(), BmnMotherFitterPart::FindVertex(), CbmStsMCQa::Finish(), BmnTof1HitProducer::Finish(), BmnTof400Qa::Finish(), L1Grid::FirstHitInBin(), CbmKFSecondaryVertexFinder::Fit(), CbmStsKFSecondaryVertexFinder::Fit(), CbmKFTrackInterface::Fit(), BmnKFPrimaryVertexFinder::Fit(), CbmKFPrimaryVertexFinder::Fit(), BmnStsKFTrackFitter::Fit(), FitWLSQ::Fit(), CbmL1PFFitter::Fit(), CbmL1PFFitter::Fit(), CbmKFTrackInterface::Fit2Vertex(), fit_seg(), BmnTof2Raw2DigitNew::FitSlewing(), BmnStsKFTrackFitter::FitWithMat(), FitWLSQ::FitWLSQ(), CbmKFMath::five_dim_inv(), nlohmann::detail::serializer< BasicJsonType >::for(), CbmKFMath::four_dim_inv(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_bson(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_bson(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_cbor(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_cbor(), nlohmann::detail::from_json(), nlohmann::detail::from_json(), nlohmann::detail::from_json_array_impl(), nlohmann::detail::from_json_array_impl(), nlohmann::detail::from_json_array_impl(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_msgpack(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_msgpack(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_ubjson(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::from_ubjson(), UniGenerateClasses::GenerateClasses(), nlohmann::detail::get(), get_quads(), TangoData::GetAverageTangoData(), BmnNdetEvent::GetCell(), MpdXMLNode::GetChild(), PsdSignalFitting::PronyFitter::GetChiSquare(), BmnBC1hitInfo::GetClosestBC1hitsDt(), BmnEventSelector::GetClosestHitIndex(), BmnFHCal::GetCollection(), KFParticle::GetCovariance(), KFParticleSIMD::GetCovariance(), KFParticle::GetCovariance(), KFParticleSIMD::GetCovariance(), CbmKFParticle::GetCovariance(), CbmKFParticle_simd::GetCovariance(), CbmKFParticleInterface::GetCovariance(), KFParticleBase::GetCovariance(), KFParticleBaseSIMD::GetCovariance(), CbmVertex::GetCovariance(), BmnVertex::GetCovariance(), CbmKFParticle::GetCovariance(), CbmKFParticleInterface::GetCovariance(), KFParticleBase::GetCovariance(), KFParticleBaseSIMD::GetCovariance(), KFParticleBase::GetDStoParticleBy(), KFParticleBaseSIMD::GetDStoParticleBy(), KFParticleBase::GetDStoParticleBz(), KFParticleBaseSIMD::GetDStoParticleBz(), KFParticleBase::GetDStoPointBz(), KFParticleBaseSIMD::GetDStoPointBz(), BmnRecoTools::GetFileVecFromDir(), PsdSignalFitting::PronyFitter::GetFitValue(), BmnSsdSensorConditions::GetHallMobilityParametersInto(), CbmL1SttTrack::GetHit(), CbmKFTrack::GetHit(), BmnHodo::GetHit(), BmnScWall::GetHit(), BmnScWall::GetHit(), BmnHodo::GetHit(), BmnFHCal::GetHit(), BmnTrigWaveDigit::GetIntegral(), CbmKFParticleInterface::GetKFParticle(), CbmKFParticleInterface::GetKFParticle(), KFParticleSIMD::GetKFParticle(), KFParticleSIMD::GetKFParticle(), BmnParticle::GetKFTrack(), CbmKFParticle_simd::GetKFTrack(), CbmKFParticleInterface::GetKFVertex(), CbmKFParticle::GetKFVertex(), CbmKFParticleInterface::GetKFVertexJ(), CbmKFParticleInterface::GetKFVertexJ(), BmnMatch::GetLink(), CbmKF::GetMaterialIndex(), BmnParticle::GetMeas(), GetMinor(), CbmKFSecondaryVertexFinder::GetMotherTrack(), CbmKFTrErrMCPoints::GetMvdHit(), CbmKFTrErrMCPoints::GetMvdPoint(), CbmKFTrErrMCPoints::GetMvdPointPx(), CbmKFTrErrMCPoints::GetMvdPointPy(), CbmKFTrErrMCPoints::GetMvdPointPz(), CbmKFTrErrMCPoints::GetMvdPointX(), CbmKFTrErrMCPoints::GetMvdPointY(), CbmKFTrErrMCPoints::GetMvdPointZ(), MpdXMLNode::GetNChildren(), L1HitArea::GetNext(), MpdGetNumEvents::GetNumDCMSMMEvents(), MpdGetNumEvents::GetNumPHSDEvents(), KFParticle::GetParameter(), KFParticleSIMD::GetParameter(), CbmKFParticle::GetParameter(), CbmKFParticle_simd::GetParameter(), CbmKFParticleInterface::GetParameter(), KFParticleBase::GetParameter(), KFParticleBaseSIMD::GetParameter(), BmnTrigWaveDigit::GetPeak(), L1Material::GetRadThick(), BmnGemGas::GetRandomCS(), CbmStsDigiMatch::GetRefIndex(), UniRun::GetRunNumbers(), UniRunPeriod::GetRunNumbers(), UniRun::GetRunNumbers(), BmnRecoTools::GetSignalDistribution(), BmnAlignResult::GetSortedMSE(), CbmKFTrErrMCPoints::GetStsHit(), CbmKFTrErrMCPoints::GetStsPoint(), CbmKFTrErrMCPoints::GetStsPointPx(), CbmKFTrErrMCPoints::GetStsPointPy(), CbmKFTrErrMCPoints::GetStsPointPz(), CbmKFTrErrMCPoints::GetStsPointX(), CbmKFTrErrMCPoints::GetStsPointY(), CbmKFTrErrMCPoints::GetStsPointZ(), BmnNdet::GetSurfacePoint(), BmnGlobalTrackDraw::GetTrGroup(), BmnTrackDrawH::GetTrGroup(), BmnTrackDrawP::GetTrGroup(), MpdMCStack::GetTrGroup(), MpdMCTracks::GetTrGroup(), FairMCModuleDraw::GetValue(), MpdBoxSetDraw::GetValue(), MpdPointSetDraw::GetValue(), CbmKFSecondaryVertexFinder::GetVertex(), CbmKFVertexInterface::GetVertex(), CbmKFParticle_simd::GetVtxErrGuess(), CbmKFParticle_simd::GetVtxGuess(), GetVzByVectorStraightTracks(), BmnParticle::GetXY(), glob(), hodo_profile(), CbmKFParticle::IJ(), CbmKFParticleInterface::IJ(), KFParticleBase::IJ(), KFParticleBaseSIMD::IJ(), CbmKFMath::indexS(), BmnSimpleProgressBar::Init(), BmnMwpcHitFinder::Init(), BmnMwpcTrackFinder::Init(), BmnSiliconTrackFinder::Init(), BmnSiMDDigitizer::Init(), BmnCaloTowerDraw::Init(), MpdMCStack::Init(), BmnGlobalTracking::Init(), BmnTof400Qa::Init(), CbmKF::Init(), CbmL1::Init(), L1AlgoPulls::Init(), BmnUpstreamTracking::Init(), CbmStsFitPerformanceTask::Init(), BmnFileSource::Init(), L1Algo::Init(), BmnRawSource::InitConverter(), BmnEventSelector::InitHistograms(), BmnGemDigitizerQAHistograms::Initialize(), KFParticleBase::Initialize(), KFParticleBaseSIMD::Initialize(), KFParticleBase::Initialize(), KFParticleBaseSIMD::Initialize(), BmnAligner< HitType >::InitIterators(), L1AlgoDraw::InitL1Draw(), KFParticleBaseSIMD::InvertCholetsky3(), CbmKFMath::invS(), DeadZoneOfStripLayer::IsInside(), BmnAligner< HitType >::IterateAlignment(), BmnAlignerTest::IterateAlignment(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), KFParticleSIMD::KFParticleSIMD(), KFParticleSIMD::KFParticleSIMD(), KFParticleSIMD::KFParticleSIMD(), L1Algo::KFTrackFitter_simple(), L1AlgoDraw::L1AlgoDraw(), L1AlgoPulls::L1AlgoPulls(), L1FieldSlice::L1FieldSlice(), L1HitsSortHelper::L1HitsSortHelper(), L1Algo::L1KFTrackFitter(), light_yield(), LineFit(), LineFit(), LineFit(), BmnGeoTemplate< Derived >::ListNodesImpl(), BmnFHCalGeo::ListNodesImpl(), BmnATestDetector::Load(), BmnAligner< HitType >::LoadConstraints(), BmnECALRaw2Digit::LoadGeometry(), BmnAligner< HitType >::LoadSolution(), BmnAlignerTest::LoadTracks(), MpdEventManager::LoadXMLDetector(), MpdEventManager::LoadXMLSettings(), main(), MakeBMNROOT_TOFv3(), BmnCSCModule::MakeCluster(), BmnGemStripModule::MakeCluster(), BmnSiBTModule::MakeCluster(), BmnSiliconModule::MakeCluster(), BmnSiProfModule::MakeCluster(), BmnVSPModule::MakeCluster(), PsdSignalFitting::PronyFitter::MakeInvHarmoMatrix(), BmnCSCLayer::MakeStripHit(), BmnGemStripLayer::MakeStripHit(), BmnSiBTLayer::MakeStripHit(), BmnSiliconLayer::MakeStripHit(), BmnSiProfLayer::MakeStripHit(), BmnVSPLayer::MakeStripHit(), PsdSignalFitting::PronyFitter::MakeZpowerMatrix(), MatrixInversion(), BmnRun8DetModel::MaxModulesInStation(), CbmKFParticleInterface::MeasureMass(), CbmKFParticle::MeasureMass(), CbmKFParticleInterface::MeasureProductionVertex(), memset(), BmnMille::mille(), MpdDCMSMMGenerator::MpdDCMSMMGenerator(), MpdXMLNode::MpdXMLNode(), KFParticleBase::MultQSQt(), KFParticleBaseSIMD::MultQSQt(), CbmKFParticleInterface::multQSQt(), CbmKFMath::multQSQt(), CbmKFMath::multQtSQ(), CbmKFMath::multSSQ(), lit::NDF(), nlohmann::detail::iter_impl< BasicJsonType >::operator+(), nlohmann::detail::json_reverse_iterator< Base >::operator+(), nlohmann::detail::iter_impl< BasicJsonType >::operator+=(), nlohmann::detail::json_reverse_iterator< Base >::operator+=(), L1CATFIterTimerInfo::operator+=(), L1CATFTimerInfo::operator+=(), nlohmann::detail::iter_impl< BasicJsonType >::operator-(), nlohmann::detail::json_reverse_iterator< Base >::operator-(), nlohmann::detail::iter_impl< BasicJsonType >::operator-=(), L1CATFIterTimerInfo::operator/(), L1CATFTimerInfo::operator/(), BmnNdetEvent::operator=(), DeadZoneOfStripLayer::operator=(), MpdXMLNode::operator=(), UEvent::operator=(), L1Portion< L1TrackPar >::operator[](), L1Portion< L1FieldRegion >::operator[](), L1Portion< T >::operator[](), L1CATFIterTimerInfo::operator[](), L1CATFTimerInfo::operator[](), TL1TrackParameters::operator[](), F32vec4::operator[](), F64vec1::operator[](), F32vec4::operator[](), F64vec1::operator[](), BmnConverter::OutputSpills(), BmnConverter::OutputTrees(), BmnPadGenerator::PadTree2Canvas(), KFParticle::Parameter(), KFParticleSIMD::Parameter(), KFParticleBase::Parameter(), KFParticleBaseSIMD::Parameter(), BmnParticle::ParamsAtDca(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::parse(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::parse(), BmnHodoRaw2Digit::ParseCalibration(), BmnFHCalRaw2Digit::ParseCalibration(), BmnNdetRaw2Digit::ParseCalibration(), BmnScWallRaw2Digit::ParseCalibration(), UniParser::ParseCsv2Db(), BmnConverterTools::ParseJsonStatus(), ParseMacroFiles(), UniParser::ParseTxt2Db(), UniParser::ParseTxt2Struct(), UniParser::ParseTxtNoise2Db(), UniParser::ParseXml2Db(), CbmKF::PassMaterial(), CbmKF::PassMaterialBetween(), Pol2Fit(), Pol2Fit(), polinom(), polynomRealRoots(), prepare_sql_code(), BmnAligner< HitType >::PrepareData(), BmnTof2Raw2DigitNew::print(), BmnZDCRaw2Digit::print(), BmnNdetClusterFinder::Print(), L1AlgoPulls::Print(), BmnZdc::Print(), BmnNdetCluster::Print(), L1TrackPar::Print(), BmnArmTrig::Print(), BmnBC::Print(), BmnBd::Print(), BmnCSC::Print(), BmnDch::Print(), BmnEcal::Print(), BmnFD::Print(), BmnHodo::Print(), BmnMwpc::Print(), BmnNdet::Print(), BmnScWall::Print(), BmnSiBT::Print(), BmnSilicon::Print(), BmnSiMD::Print(), BmnSiProf::Print(), BmnTOF1::Print(), BmnTOF701::Print(), BmnVacWall::Print(), BmnVSP::Print(), BmnZdc::Print(), BmnFHCal::Print(), BmnEcalDigitizer::Print(), BmnReport::PrintCanvases(), L1CATFIterTimerInfo::PrintNames(), L1CATFTimerInfo::PrintReal(), L1CATFIterTimerInfo::PrintReal(), TangoData::PrintTangoArrayMultiGraph(), TangoData::PrintTangoDataConsole(), TangoData::PrintTangoDataMultiGraph(), TangoData::PrintTangoDataSurface(), TangoData::PrintTangoIntervalConsole(), ProcessBuffer(), BmnTrackConv::ProcessEVE(), BmnLambdaEmbeddingDrawHistos::ProcessHistos(), BmnMwpcHitProducer::ProcessPoints(), BmnMetadataDecoder::ProcessSpillTree(), BmnMetadataDecoder::ProcessStatusBlocks(), CbmStsDigitize::ProduceHitResponseAZ(), BmnParticleEqualizer::ProduceSampleHistograms(), BmnTof700Qa::PropagateToZ(), Pulls(), CbmKFParticle::rCovariance(), CbmKFParticleInterface::rCovariance(), CbmKFParticle::rCovariance(), CbmKFParticleInterface::rCovariance(), UniValue::Read(), BmnLambdaAnalRun7::ReadData(), BmnParticleEqualizer::ReadEvent(), MpdDCMSMMGenerator::ReadEvent(), MpdHistoGenerator::ReadEvent(), MpdPHSDGenerator::ReadEvent(), MpdRainGenerator::ReadEvent(), BmnFileSource::ReadEvent(), MpdLAQGSMGeneratorExt::ReadEventFromFiltered(), BmnTof2Raw2DigitNew::readGeom(), BmnTofHitProducer::readMCTimeFile(), BmnFieldMap::ReadRootFileNewFormat(), BmnFieldMap::ReadRootFileNewFormatExtrap(), BmnTof2Raw2DigitNew::readSlewingLimits(), BmnTof2Raw2DigitNew::ReBook(), BmnAdcProcessor::RecalculatePedestals(), CbmL1::Reconstruct(), MpdEventManagerEditor::RedrawZDC(), BmnDrawOnline::RegisterCanvases(), MpdDCMSMMGenerator::RegisterIons(), MpdLAQGSMGenerator::RegisterIons1(), UEvent::RemoveAt(), ReorderBits(), BmnAlignerTest::ReportResults(), BmnConverter::ReproduceBranches(), L1Portion< L1TrackPar >::reserve2(), L1Portion< L1FieldRegion >::reserve2(), L1Portion< T >::reserve2(), CbmVertex::Reset(), BmnVertex::Reset(), BmnGlobalTrackDraw::Reset(), BmnTrackDrawH::Reset(), BmnTrackDrawP::Reset(), FairMCModuleDraw::Reset(), MpdMCStack::Reset(), MpdMCTracks::Reset(), BmnHistHodo::Reset(), PsdSignalFitting::PronyFitter::ResetAmplitudes(), BmnNdetEvent::ResetCells(), SpillCntrs< counters_count >::ResizeTo(), BmnPidSRC::RigidityPID(), BmnKalmanFilter::RK4Order(), BmnKalmanFilter::RK4TrackExtrapolate(), KFParticleBase::RotateXY(), KFParticleBaseSIMD::RotateXY(), CbmKFParticle::rParameter(), CbmKFParticleInterface::rParameter(), RunOnlineDisplay(), BmnATestDetector::Save(), BmnReport::SaveCanvasesAsImages(), BmnTof1Raw2Digit::saveMapToFile(), BmnTof701Raw2Digit::saveMapToFile(), BmnAligner< HitType >::SaveSolution(), BmnAlignerTest::SaveTracks(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::sax_parse(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::sax_parse(), scan(), BmnZdcBScanner::Scan(), PsdSignalFitting::PronyFitter::SearchSignalBeginByHarmo(), TangoData::SearchTangoIntervals(), BmnDataReceiver::SendHello(), BmnAlignResult::SeparateA(), BmnConverter::SeparateEventsBySpills(), BmnConverter::SeparateEventsBySpillsTM(), BmnZDCEventData::Set(), BmnArmTrigPoint::SetCopy(), BmnBCPoint::SetCopy(), BmnBdPoint::SetCopy(), BmnEcalPoint::SetCopy(), BmnFDPoint::SetCopy(), BmnHodoPoint::SetCopy(), BmnScWallPoint::SetCopy(), BmnSiMDPoint::SetCopy(), BmnZdcPoint::SetCopy(), BmnEcalPoint::SetCopyMother(), BmnHodoPoint::SetCopyMother(), BmnScWallPoint::SetCopyMother(), BmnZdcPoint::SetCopyMother(), BmnTOF1Detector::SetCorrSlewing(), DeadZoneOfStripLayer::SetDeadZone(), BmnSlewingTOF700::SetDetectorSetup(), BmnHistHodo::SetDir(), BmnZdcBScanner::SetEventData(), KFParticle::SetFieldCoeff(), BmnTOF1Detector::SetGeo(), BmnStsKFTrackFitter::SetKFHits(), CbmStsKFTrackFitter::SetKFHits(), KFParticleBase::SetMassConstraint(), KFParticleBase::SetMassConstraint(), KFParticleBaseSIMD::SetMassConstraint(), KFParticleBaseSIMD::SetMassConstraint(), KFParticleMatch::SetMatch(), KFParticleMatch::SetMatchType(), KFParticleBase::SetNoDecayLength(), KFParticleBaseSIMD::SetNoDecayLength(), UniRun::SetRootGeometry(), BmnTof1Raw2Digit::setRun(), BmnTof701Raw2Digit::setRun(), BmnADCDigit::SetShortValue(), BmnTrigWaveDigit::SetShortValue(), CbmKFTrack::SetTrack(), MpdEventManager::SetTransparentGeometry(), BmnADCDigit::SetUShortValue(), UniDetectorParameter::SetValue(), CbmKFVertexInterface::SetVertex(), CbmVertex::SetVertex(), BmnVertex::SetVertex(), BmnVertex::SetVertex(), simple_analysis(), MpdDCMSMMGenerator::SkipEvents(), BmnTof2Raw2DigitNew::SlewingResults(), BmnKalmanFilter::Smooth(), CbmKFTrackInterface::Smooth(), BmnAligner< HitType >::SolveGlobal(), PsdSignalFitting::PronyFitter::SolveSLECholesky(), PsdSignalFitting::PronyFitter::SolveSLEGauss(), PsdSignalFitting::PronyFitter::SolveSLEGauss(), L1HitsSortHelper::Sort(), BmnMille::special(), stepUp(), string_to_vector(), BmnOnlineDecoder::StripView(), Subtract(), KFParticleBaseSIMD::SubtractFromParticle(), KFParticleBase::SubtractFromVertex(), KFParticleBaseSIMD::SubtractFromVertex(), BmnHtmlReportElement::TableBegin(), BmnHtmlReportElement::TableRow(), BmnThreadManager< T >::Terminate(), ThreadLocalProcess(), toDirectory(), ToF400DigitAnalysis_period5(), BmnMatch::ToString(), BmnTrackMatch::ToString(), BmnCluster::ToString(), BmnParticle::Track2Part(), KFParticleBase::TransportCBM(), CbmKFParticle::TransportToDecayVertex(), CbmKFParticleInterface::TransportToDecayVertex(), CbmKFParticle::TransportToProductionVertex(), CbmKFParticleInterface::TransportToProductionVertex(), UEvent::UEvent(), BmnKalmanFilter::Update(), CbmStack::UpdateTrackIndex(), FitWLSQ::WLSQRms(), BmnGemDigitizerQAHistograms::Write(), write_string_to_db(), BmnReport::WriteCanvases(), BmnTof2Raw2DigitNew::WritePreparationHists(), BmnTof2Raw2DigitNew::WritePreparationHists0(), BmnTof2Raw2DigitNew::writeSlewingLimits(), BmnTof2Raw2DigitNew::WriteSlewingResults(), BmnCSCStation::~BmnCSCStation(), BmnCSCStationSet::~BmnCSCStationSet(), BmnDchRaw2Digit::~BmnDchRaw2Digit(), BmnGemDigitizerQAHistograms::~BmnGemDigitizerQAHistograms(), BmnGemRaw2Digit::~BmnGemRaw2Digit(), BmnGemStripStation::~BmnGemStripStation(), BmnGemStripStationSet::~BmnGemStripStationSet(), BmnHistHodo::~BmnHistHodo(), BmnMwpcGeometrySRC::~BmnMwpcGeometrySRC(), BmnMwpcHitFinder::~BmnMwpcHitFinder(), BmnMwpcTrackFinder::~BmnMwpcTrackFinder(), BmnSiBTStation::~BmnSiBTStation(), BmnSiBTStationSet::~BmnSiBTStationSet(), BmnSiliconStation::~BmnSiliconStation(), BmnSiliconStationSet::~BmnSiliconStationSet(), BmnSiliconTrackFinder::~BmnSiliconTrackFinder(), BmnSiProfStation::~BmnSiProfStation(), BmnSiProfStationSet::~BmnSiProfStationSet(), BmnTof1HitProducer::~BmnTof1HitProducer(), BmnTof2Raw2DigitNew::~BmnTof2Raw2DigitNew(), BmnUpstreamTracking::~BmnUpstreamTracking(), BmnVSPStation::~BmnVSPStation(), BmnVSPStationSet::~BmnVSPStationSet(), BmnZDCRaw2Digit::~BmnZDCRaw2Digit(), MpdEventManager::~MpdEventManager(), MpdLAQGSMGenerator::~MpdLAQGSMGenerator(), and WfmProcessor::~WfmProcessor().

◆ m

__m128 m

Definition at line 27 of file P4_F32vec4.h.

Referenced by ZdcMoment::Add(), KFParticleBase::AddDaughterWithEnergyCalc(), KFParticleBaseSIMD::AddDaughterWithEnergyCalc(), KFParticleBase::AddDaughterWithEnergyFit(), KFParticleBaseSIMD::AddDaughterWithEnergyFit(), KFParticleBase::AddDaughterWithEnergyFitMC(), KFParticleBaseSIMD::AddDaughterWithEnergyFitMC(), CbmKFMath::AnalyticQP(), fles::StorableTimeslice::append_component(), fles::StorableTimeslice::append_microslice(), CbmKFParticle::CbmKFParticle(), CbmKFParticle_simd::CbmKFParticle_simd(), BmnMotherFitterPart::Chi2Vertex(), CbmKFParticle::Construct(), CbmKFParticle::ConstructFromKFParticle(), KFParticleBase::ConstructGammaBz(), KFParticleBaseSIMD::ConstructGammaBz(), BmnCSC::ConstructGDMLGeometry(), BmnDch::ConstructGDMLGeometry(), BmnMwpc::ConstructGDMLGeometry(), BmnSiBT::ConstructGDMLGeometry(), BmnSilicon::ConstructGDMLGeometry(), BmnSiProf::ConstructGDMLGeometry(), BmnVSP::ConstructGDMLGeometry(), KFParticleSIMD::Create(), CbmKFParticle_simd::Create(), BmnPidSRC::DrawPID(), CbmL1SttTrackFinder::Exec(), CbmStsFitPerformanceTask::Exec(), BmnCSC::ExpandNodeForGdml(), BmnDch::ExpandNodeForGdml(), BmnMwpc::ExpandNodeForGdml(), BmnSiBT::ExpandNodeForGdml(), BmnSilicon::ExpandNodeForGdml(), BmnSiProf::ExpandNodeForGdml(), BmnVSP::ExpandNodeForGdml(), CbmKFParticleInterface::Extrapolate(), CbmKFFieldMath::ExtrapolateALight(), BmnProfRaw2Digit::FillExtractedBits(), find_first_double_number(), find_first_double_number(), find_first_double_number(), find_first_double_number(), find_first_number(), find_first_number(), find_first_number(), find_first_number(), find_last_double_number(), find_last_double_number(), find_last_double_number(), find_last_double_number(), find_last_number(), find_last_number(), find_last_number(), find_last_number(), findIdx(), BmnMotherFitterPart::FindVertex(), CbmKFSecondaryVertexFinder::Fit(), BmnKFPrimaryVertexFinder::Fit(), CbmKFPrimaryVertexFinder::Fit(), nlohmann::detail::from_json(), nlohmann::detail::from_json(), get_quads(), BmnFHCalGeo::GetAddressFromPath(), BmnHodoGeo::GetAddressFromPath(), BmnNdetGeo::GetAddressFromPath(), BmnScWallGeo::GetAddressFromPath(), BmnNdetGeo::GetArmFromPath(), KFParticleBase::GetDSIter(), BmnEcalGeo::getEleName(), BmnMwpcGeo::getEleName(), CbmGeoSts::getEleName(), BmnTOF1Geo::getEleName(), BmnZdcGeo::getEleName(), CbmKFParticle::GetLifeTime(), KFParticleBase::GetLifeTime(), CbmKFParticle_simd::GetLifeTime(), KFParticleBaseSIMD::GetLifeTime(), KFParticleBase::GetMass(), KFParticleBaseSIMD::GetMass(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), BmnEcalGeo::getModuleName(), BmnMwpcGeo::getModuleName(), CbmGeoSts::getModuleName(), BmnTOF1Geo::getModuleName(), BmnZdcGeo::getModuleName(), BmnMassSpectrumAnal::GetPtY(), PsdSignalFitting::PronyFitter::GetRSquare(), BmnAdcProcessor::GrabSerialsFromMap(), BmnTof700Qa::Init(), CbmL1::Init(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), CbmKFParticleInterface::MeasureProductionVertex(), CbmKFParticle::MeasureProductionVertex(), MpdDCMSMMGenerator::ReadEvent(), MpdRainGenerator::ReadEvent(), MpdUrqmdGenerator::ReadEvent(), ReadMap(), recurse(), roots(), KFParticleBase::SetConstructMethod(), KFParticleBaseSIMD::SetConstructMethod(), BmnParticlePairCut::SetMass(), KFParticleBase::SetMassHypo(), KFParticleBaseSIMD::SetMassHypo(), BmnConverterThread::SetMerger(), BmnZDCRaw2Digit::setMinSamples(), StripCluster::SetModule(), KFParticleBase::SetProductionVertex(), KFParticleBaseSIMD::SetProductionVertex(), KFParticleBaseSIMD::SubtractFromParticle(), KFParticleBase::SubtractFromVertex(), KFParticleBaseSIMD::SubtractFromVertex(), KFParticleBase::TransportCBM(), and KFParticleBaseSIMD::TransportCBM().

◆ v

__m128 v

Definition at line 1 of file P4_F32vec4.h.

Referenced by L1Portion< L1TrackPar >::add_void(), L1Portion< L1FieldRegion >::add_void(), L1Portion< T >::add_void(), BmnTrigUnion::BmnTrigUnion(), CbmKFVertex::CbmKFVertex(), CbmVertex::CopyFrom(), LRectangle1::DistanceFromPointToLineSegment(), BmnEfficiency::Efficiency(), BmnCheckMCTask::Exec(), BmnKFPrimaryVertexFinder::Exec(), CbmStsFitPerformanceTask::Exec(), expand_path(), BmnSsdMC::ExpandSsdNodes(), CbmPVFinderKF::FindPrimaryVertex(), CbmL1PFFitter::Fit(), CbmL1PFFitter::Fit(), BmnPadGenerator::GeneratePadBranch(), BmnPadGenerator::GeneratePadNode(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::get_to(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::get_to(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::get_to(), KFParticle::GetDeviationFromVertex(), KFParticleBase::GetDeviationFromVertex(), KFParticleBaseSIMD::GetDeviationFromVertex(), KFParticleSIMD::GetDeviationFromVertex(), CbmStsRadTool::GetNiel(), CbmKFVertexInterface::GetVertex(), L1Algo::KFTrackFitter_simple(), L1Algo::L1KFTrackFitter(), BmnPVGetter::NextFileEvent(), BmnHodoCuts::Range::Pass(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::patch(), L1Portion< L1TrackPar >::push_back(), L1Portion< L1FieldRegion >::push_back(), L1Portion< T >::push_back(), MpdLAQGSMGeneratorExt::ReadEventFromFiltered(), ReadMap(), BmnFieldMap::ReadRootFile(), BmnZDCEventDataExt::SetAsymmetry(), BmnDecoder::SetBmnSetup(), BmnMetadataDecoder::SetBmnSetup(), BmnRawDataDecoder::SetBmnSetup(), BmnSlewingTOF700::SetBmnSetup(), BmnHist::SetBmnSetup(), BmnMonitor::SetBmnSetup(), BmnOnlineDecoder::SetBmnSetup(), BmnTrigConfig::SetCalibCount(), BmnTrigConfig::SetCalibEn(), BmnCalibData::SetCalibration(), BmnAbstractTDCDigit::SetChannel(), BmnDataReceiver::SetDataQueue(), BmnParticlePairCut::SetDca0(), BmnParticlePairCut::SetDca1(), BmnParticlePairCut::SetDca12(), BmnParticlePairCut::SetDca2(), BmnParts::SetDigiEventHeader(), BmnDchHit::SetDrift(), BmnDchHitOriginal::SetDrift(), BmnDchHit::SetDriftTime(), BmnParts::SetDstEventHeader(), BmnZDCEventDataExt::SetEnergy(), BmnAdcProcessor::SetEvForPedestals(), BmnDecoder::SetEvForPedestals(), BmnRawDataDecoder::SetEvForPedestals(), BmnConverterThread::SetExportExternalSpillStat(), BmnDecoder::SetForwardMode(), BmnRawDataDecoder::SetForwardMode(), BmnRawSource::SetForwardMode(), BmnPVGetter::SetGenerator(), BmnTOF1Conteiner::SetIndexL(), BmnTOF1Conteiner::SetIndexR(), BmnEventHeader::SetInputSignalsAR(), BmnTrigInfoDst::SetInputSignalsAR(), BmnEventHeader::SetInputSignalsBR(), BmnTrigInfoDst::SetInputSignalsBR(), BmnEventHeader::SetInputSignalsVector(), BmnTrigInfoDst::SetInputSignalsVector(), BmnTrigConfig::SetMatchWindow(), BmnZDCEventDataExt::SetMoment(), BmnZDCEventDataExt::SetNHits(), BmnCalibData::SetNoise(), BmnParticlePairCut::SetPath(), BmnConverter::SetPeriod(), BmnConverterThread::SetPeriod(), BmnHist::SetPeriodID(), BmnMonitor::SetPeriodID(), BmnOnlineDecoder::SetPeriodID(), BmnDecoder::SetPeriodId(), BmnMetadataDecoder::SetPeriodId(), BmnRawDataDecoder::SetPeriodId(), BmnRawSource::SetPeriodId(), BmnSlewingTOF700::SetPeriodId(), BmnGlobalTrack::SetPidVectorTof400(), BmnGlobalTrack::SetPidVectorTof700(), BmnHistToF::SetPlane(), BmnHistToF700::SetPlane(), BmnTOF1Conteiner::SetPlane(), BmnSlewingTOF700::SetQue(), DigiRunHeader::SetRawMSC(), BmnTrigConfig::SetReadChannelMask(), BmnHist::SetRefID(), BmnHist::SetRefPath(), BmnHist::SetRefRunName(), BmnFileProp::SetRunId(), BmnConverter::SetRunId(), BmnDecoder::SetRunId(), BmnMetadataDecoder::SetRunId(), BmnRawDataDecoder::SetRunId(), BmnRawSource::SetRunId(), BmnSlewingTOF700::SetRunId(), BmnCheckMCTask::SetRunSimInst(), BmnPVGetter::SetRunSimInst(), BmnTrackConv::SetRunSimInst(), MpdLAQGSMGeneratorExt::SetRunSimInst(), BmnDecoder::SetSaveOutput(), BmnRawSource::SetSaveOutput(), BmnAbstractTDCDigit::SetSerial(), BmnHist::SetShow(), BmnHistToF::SetSide(), BmnHistToF700::SetSide(), DigiRunHeader::SetSpillMap(), BmnTrigConfig::SetStartChannelMask(), BmnHistToF::SetStrip(), BmnHistToF700::SetStrip(), BmnTOF1Conteiner::SetStrip(), BmnConverter::SetSubName(), BmnTrigInfoDst::SetT0_amp(), BmnTrigInfoDst::SetT0_time(), BmnDecoder::SetTaskMode(), BmnRawDataDecoder::SetTaskMode(), BmnRawSource::SetTaskMode(), BmnTOF1Conteiner::SetTime(), BmnTOF1Conteiner::SetTimeL(), BmnAbstractTDCDigit::SetTimeNsec(), BmnTOF1Conteiner::SetTimeR(), BmnAbstractTDCDigit::SetTimeSec(), BmnTrigDigit::SetTimestamp(), BmnTOF1Conteiner::SetTimeT0(), BmnAbstractTDCDigit::SetToa(), BmnTOF1Conteiner::SetTOF(), BmnAbstractTDCDigit::SetTot(), BmnTrigConfig::SetTrigDelay(), BmnDchHit::SetTShift(), BmnDchHitOriginal::SetTShift(), BmnDecoder::SetUseCalibFile(), BmnRawDataDecoder::SetUseCalibFile(), BmnAdcProcessor::SetVerbose(), BmnAdcQA::SetVerbose(), BmnDecoder::SetVerbose(), BmnRawDataDecoder::SetVerbose(), BmnRawSource::SetVerbose(), CbmKFVertexInterface::SetVertex(), BmnTOF1Conteiner::SetWidth(), BmnTOF1Conteiner::SetWidthL(), BmnTOF1Conteiner::SetWidthR(), BmnTOF1Conteiner::SetWidthT0(), BmnDchHit::SetWireDelay(), BmnDchHitOriginal::SetWireDelay(), BmnDchHit::SetWirePosition(), BmnDchHitOriginal::SetWirePosition(), BmnTOF1Conteiner::SetX(), BmnZDCEventDataExt::SetX(), BmnTOF1Conteiner::SetY(), BmnZDCEventDataExt::SetY(), BmnTOF1Conteiner::SetZ(), BmnSP41FieldMapCreator::SmoothMap(), KFParticleSIMD::SubtractFromParticle(), KFParticle::SubtractFromVertex(), KFParticleSIMD::SubtractFromVertex(), and BmnMscRaw2Digit::SumEvent7().