ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vector_math_inline.h File Reference
#include <xmmintrin.h>
#include <emmintrin.h>
+ Include dependency graph for vector_math_inline.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

__m128 __attribute__ ((always_inline)) _vec_floor_ps(__m128 v)
 
static const unsigned int
sign_int[4] 
__attribute__ ((aligned(16)))
 

Variables

static const __m128 twoTo23 = (const __m128) { 0x1.0p23f, 0x1.0p23f, 0x1.0p23f, 0x1.0p23f }
 
static const __m128 pi = {0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f}
 
static const __m128 twopi = {0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f}
 
static const __m128 pi_over_two = {0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f}
 
static const __m128 pi_over_four = {0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f}
 
static const __m128 sqrt2_minus_1 = {0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f}
 
static const __m128 sqrt2_plus_1 = {0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f}
 
static const __m128 zero = {0., 0., 0., 0.}
 
static const __m128 one = {1., 1., 1., 1.}
 
static const __m128 three = {3., 3., 3., 3.}
 
static const __m128 negone = {-1., -1., -1., -1.}
 
static const __m128 one_o_2 = {0.5,0.5,0.5,0.5}
 
static const __m128 atanC0 = {0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f}
 
static const __m128 atanC1 = {-0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f}
 
static const __m128 atanC2 = {0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f}
 
static const __m128 atanC3 = {-0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f}
 
__m128 __m128 x
 
__m128 ratio = _mm_div_ps(y, x)
 
__m128 atanval = _vec_atan_ps(ratio)
 
__m128 zero_pio2 = _mm_and_ps(eq0, pi_over_two)
 
__m128i vec_sgn = _mm_load_si128((__m128i*)sign_int)
 
__m128 y_sign = _mm_and_ps((__m128)vec_sgn, y)
 
__m128 less0 = _mm_cmplt_ps(x, zero)
 
__m128 zero_pi = _mm_and_ps(less0, pi)
 
static const __m128 one_over_twopi = {0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f}
 
static const __m128 fourth = {0x0.4p0f, 0x0.4p0f, 0x0.4p0f, 0x0.4p0f}
 
static const __m128 half = {0x0.8p0f, 0x0.8p0f, 0x0.8p0f, 0x0.8p0f}
 
static const __m128 sinC0 = {0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f}
 
static const __m128 sinC1 = {-0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f}
 
static const __m128 sinC2 = {0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f}
 
static const __m128 sinC3 = {-0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f}
 
void __m128 & s = _mm_andnot_ps(mod_fourth, t1)
 
void __m128 __m128 & c
 
__m128 mod_half = _mm_cmpgt_ps(x, half)
 
__m128 t1 = _mm_andnot_ps(mod_half, zero)
 
__m128 t2 = _mm_and_ps(mod_half, half)
 
__m128 mod_fourth = _mm_cmpgt_ps(x, fourth)
 
__m128 z = _mm_sub_ps(fourth, x)
 
__m128 k1 = _mm_mul_ps(z2, sinC3)
 
__m128 k2 = _mm_mul_ps(z2, k1)
 
__m128 x2 = _mm_mul_ps(x, x)
 
__m128 z2 = _mm_mul_ps(z, z)
 
__m128 x_sign = _mm_and_ps(mod_half, (__m128)vec_sgn)
 
__m128 mod_cos = _mm_xor_ps(mod_fourth, mod_half)
 
static const __m128d pid = {0x3.243f6a8885a308d4p0, 0x3.243f6a8885a308d4p0}
 
static const __m128d twopid = {0x6.487ed5110b4611a8p0, 0x6.487ed5110b4611a8p0}
 
static const __m128d pi_over_twod = {0x1.921fb54442d1846ap0, 0x1.921fb54442d1846ap0}
 
static const __m128d pi_over_fourd = {0xc.90fdaa22168c2350p-4, 0xc.90fdaa22168c2350p-4}
 
static const __m128d atanD0 = {0xf.fffffffffffffffffab9f803d2af0fb0p-4, 0xf.fffffffffffffffffab9f803d2af0fb0p-4}
 
static const __m128d atanD1 = {-0x5.5555555555555540c86e6b5fd8e468b0p-4, -0x5.5555555555555540c86e6b5fd8e468b0p-4}
 
static const __m128d atanD2 = {0x3.3333333333331b3d286002f2c41b81e0p-4, 0x3.3333333333331b3d286002f2c41b81e0p-4}
 
static const __m128d atanD3 = {-0x2.4924924924851ef4ced41f651e628f40p-4, -0x2.4924924924851ef4ced41f651e628f40p-4}
 
static const __m128d atanD4 = {0x1.c71c71c7184d82416ebb498f58e3a070p-4, 0x1.c71c71c7184d82416ebb498f58e3a070p-4}
 
static const __m128d atanD5 = {-0x1.745d1744fcf2617d04fabeb866a4f6dep-4, -0x1.745d1744fcf2617d04fabeb866a4f6dep-4}
 
static const __m128d atanD6 = {0x1.3b13b11e1c3da8ad9c8d73ccfc6c3722p-4, 0x1.3b13b11e1c3da8ad9c8d73ccfc6c3722p-4}
 
static const __m128d atanD7 = {-0x1.11110e44194b2e57596c2fdb8bfd10a0p-4, -0x1.11110e44194b2e57596c2fdb8bfd10a0p-4}
 
static const __m128d atanD8 = {0xf.0f0be69f64251bcf8af8470c615a7c40p-8, 0xf.0f0be69f64251bcf8af8470c615a7c40p-8}
 
static const __m128d atanD9 = {-0xd.79192575eea6d23daa4764613eb39850p-8, -0xd.79192575eea6d23daa4764613eb39850p-8}
 
static const __m128d atanD10 = {0xc.2f1d52fbd8638e0fd3d27cdf0e6e13c0p-8, 0xc.2f1d52fbd8638e0fd3d27cdf0e6e13c0p-8}
 
static const __m128d atanD11 = {-0xb.1518a42d3671c2ee1bf46f36650357a0p-8, -0xb.1518a42d3671c2ee1bf46f36650357a0p-8}
 
static const __m128d atanD12 = {0x9.f9678bbe523adaab81aff27ebf0ec070p-8, 0x9.f9678bbe523adaab81aff27ebf0ec070p-8}
 
static const __m128d atanD13 = {-0x8.68d5692c1b536ea0b6afe3a59bdae0b0p-8, -0x8.68d5692c1b536ea0b6afe3a59bdae0b0p-8}
 
static const __m128d atanD14 = {0x5.c3234a24f6727d6cacaf7b5c9647c2b8p-8, 0x5.c3234a24f6727d6cacaf7b5c9647c2b8p-8}
 
static const __m128d atanD15 = {-0x2.46516323aab74d114a581091dd99ed84p-8, -0x2.46516323aab74d114a581091dd99ed84p-8}
 
static const __m128d sqrt2_minus_1d = {0x6.a09e667f3bcc9080p-4, 0x6.a09e667f3bcc9080p-4}
 
static const __m128d sqrt2_plus_1d = {0x2.6a09e667f3bcc9080p0, 0x2.6a09e667f3bcc9080p0}
 
static const __m128d zerod = {0., 0.}
 
static const __m128d oned = {1., 1.}
 
static const __m128d negoned = {-1., -1.}
 

Function Documentation

__m128d __attribute__ ( (always_inline)  )
inline

Definition at line 6 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 6 of file vector_math_inline.h

References b, d, Acts::UnitConstants::g, Acts::UnitConstants::h, t, and twoTo23.

Referenced by HelixHough::fillBins(), fillBins4_sse(), sPHENIXTrackerTpc::findTracksBySegments(), sPHENIXTracker::findTracksBySegments(), sPHENIXSeedFinder::findTracksBySegments(), HelixHough::vote(), HelixHough::vote_pairs(), and HelixHough::vote_z().

+ Here is the caller graph for this function:

static const unsigned int sign_int [4] __attribute__ ( (aligned(16))  )
static

Variable Documentation

const __m128 atanC0 = {0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f, 0xf.fffb771eba87d370p-4f}
static

Definition at line 43 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 43 of file vector_math_inline.h

const __m128 atanC1 = {-0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f, -0x5.542eef19db937268p-4f}
static

Definition at line 44 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 44 of file vector_math_inline.h

const __m128 atanC2 = {0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f, 0x3.1dcf607e2808c0d4p-4f}
static

Definition at line 45 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 45 of file vector_math_inline.h

const __m128 atanC3 = {-0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f, -0x1.ab85dd26f5264feep-4f}
static

Definition at line 46 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 46 of file vector_math_inline.h

const __m128d atanD0 = {0xf.fffffffffffffffffab9f803d2af0fb0p-4, 0xf.fffffffffffffffffab9f803d2af0fb0p-4}
static

Definition at line 231 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 231 of file vector_math_inline.h

const __m128d atanD1 = {-0x5.5555555555555540c86e6b5fd8e468b0p-4, -0x5.5555555555555540c86e6b5fd8e468b0p-4}
static

Definition at line 232 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 232 of file vector_math_inline.h

const __m128d atanD10 = {0xc.2f1d52fbd8638e0fd3d27cdf0e6e13c0p-8, 0xc.2f1d52fbd8638e0fd3d27cdf0e6e13c0p-8}
static

Definition at line 241 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 241 of file vector_math_inline.h

const __m128d atanD11 = {-0xb.1518a42d3671c2ee1bf46f36650357a0p-8, -0xb.1518a42d3671c2ee1bf46f36650357a0p-8}
static

Definition at line 242 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 242 of file vector_math_inline.h

const __m128d atanD12 = {0x9.f9678bbe523adaab81aff27ebf0ec070p-8, 0x9.f9678bbe523adaab81aff27ebf0ec070p-8}
static

Definition at line 243 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 243 of file vector_math_inline.h

const __m128d atanD13 = {-0x8.68d5692c1b536ea0b6afe3a59bdae0b0p-8, -0x8.68d5692c1b536ea0b6afe3a59bdae0b0p-8}
static

Definition at line 244 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 244 of file vector_math_inline.h

const __m128d atanD14 = {0x5.c3234a24f6727d6cacaf7b5c9647c2b8p-8, 0x5.c3234a24f6727d6cacaf7b5c9647c2b8p-8}
static

Definition at line 245 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 245 of file vector_math_inline.h

const __m128d atanD15 = {-0x2.46516323aab74d114a581091dd99ed84p-8, -0x2.46516323aab74d114a581091dd99ed84p-8}
static

Definition at line 246 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 246 of file vector_math_inline.h

const __m128d atanD2 = {0x3.3333333333331b3d286002f2c41b81e0p-4, 0x3.3333333333331b3d286002f2c41b81e0p-4}
static

Definition at line 233 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 233 of file vector_math_inline.h

const __m128d atanD3 = {-0x2.4924924924851ef4ced41f651e628f40p-4, -0x2.4924924924851ef4ced41f651e628f40p-4}
static

Definition at line 234 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 234 of file vector_math_inline.h

const __m128d atanD4 = {0x1.c71c71c7184d82416ebb498f58e3a070p-4, 0x1.c71c71c7184d82416ebb498f58e3a070p-4}
static

Definition at line 235 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 235 of file vector_math_inline.h

const __m128d atanD5 = {-0x1.745d1744fcf2617d04fabeb866a4f6dep-4, -0x1.745d1744fcf2617d04fabeb866a4f6dep-4}
static

Definition at line 236 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 236 of file vector_math_inline.h

const __m128d atanD6 = {0x1.3b13b11e1c3da8ad9c8d73ccfc6c3722p-4, 0x1.3b13b11e1c3da8ad9c8d73ccfc6c3722p-4}
static

Definition at line 237 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 237 of file vector_math_inline.h

const __m128d atanD7 = {-0x1.11110e44194b2e57596c2fdb8bfd10a0p-4, -0x1.11110e44194b2e57596c2fdb8bfd10a0p-4}
static

Definition at line 238 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 238 of file vector_math_inline.h

const __m128d atanD8 = {0xf.0f0be69f64251bcf8af8470c615a7c40p-8, 0xf.0f0be69f64251bcf8af8470c615a7c40p-8}
static

Definition at line 239 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 239 of file vector_math_inline.h

const __m128d atanD9 = {-0xd.79192575eea6d23daa4764613eb39850p-8, -0xd.79192575eea6d23daa4764613eb39850p-8}
static

Definition at line 240 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 240 of file vector_math_inline.h

return atanval = _vec_atan_ps(ratio)

Definition at line 129 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 129 of file vector_math_inline.h

c
Initial value:
{
x = _mm_mul_ps(x, one_over_twopi)

Definition at line 163 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 163 of file vector_math_inline.h

Referenced by MultiArray< TVector3 >::Add(), ALICEKF::ALICEKalmanFilter(), AnalyticFieldModel::AnalyticFieldModel(), G4ForwardXrayTR::AngleDensity(), G4NuMuNucleusNcModel::ApplyYourself(), G4LMsdGenerator::ApplyYourself(), G4Trap::ApproxSurfaceNormal(), G4ErrorSymMatrix::assign(), G4RDeBremsstrahlungSpectrum::AverageEnergy(), G4eBremsstrahlungSpectrum::AverageEnergy(), cheprep::BHepRepWriter::BHepRepWriter(), G4AnalyticalPolSolver::BiquadRoots(), BOOST_AUTO_TEST_CASE(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::Test::BOOST_DATA_TEST_CASE(), KFParticle_eventReconstruction::buildChain(), G4Voxelizer::BuildEmpty(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::buildFrameWork(), FW::TGeo::buildTGeoDetector(), G4SPSEneDistribution::CalculateBbodySpectrum(), G4hhElastic::CalculateBQ(), G4ViewParameters::CameraAndLightingCommands(), G4RPGKMinusInelastic::Cascade(), G4RPGAntiLambdaInelastic::Cascade(), G4RPGAntiProtonInelastic::Cascade(), G4RPGAntiSigmaPlusInelastic::Cascade(), G4RPGSigmaPlusInelastic::Cascade(), G4RPGXiMinusInelastic::Cascade(), G4RPGAntiNeutronInelastic::Cascade(), G4RPGAntiOmegaMinusInelastic::Cascade(), G4RPGAntiSigmaMinusInelastic::Cascade(), G4RPGAntiXiMinusInelastic::Cascade(), G4RPGOmegaMinusInelastic::Cascade(), G4RPGAntiXiZeroInelastic::Cascade(), G4RPGKZeroInelastic::Cascade(), G4RPGLambdaInelastic::Cascade(), G4RPGKPlusInelastic::Cascade(), G4RPGSigmaMinusInelastic::Cascade(), G4RPGXiZeroInelastic::Cascade(), G4RPGAntiKZeroInelastic::Cascade(), G4ViewParameters::CatmullRomCubicSplineInterpolation(), GPUTPCTrackParam::CheckNumericalQuality(), G4GeomTools::CheckSnip(), PHTpcClusterMover::circle_circle_intersection(), PHActsSiliconSeeding::circleCircleIntersection(), G4INCL::Store::clearOutgoing(), G4GeomTools::ClosestPointOnTriangle(), G4UIGAG::CodeGenTclTree(), G4NeutrinoNucleusModel::CoherentPion(), Acts::CombinatorialKalmanFilterErrorCategory(), G4CrystalUnitCell::ComputeCellVolume(), G4KleinNishinaCompton::ComputeCrossSectionPerAtom(), G4KleinNishinaModel::ComputeCrossSectionPerAtom(), G4UrbanMscModel::ComputeCrossSectionPerAtom(), G4UrbanAdjointMscModel::ComputeCrossSectionPerAtom(), G4SandiaTable::ComputeMatSandiaMatrixPAI(), G4SandiaTable::ComputeMatTable(), G4UrbanMscModel::ComputeTheta0(), G4UrbanAdjointMscModel::ComputeTheta0(), Acts::GenericCuboidVolumeBounds::construct(), F04DetectorConstruction::ConstructDetector(), G4RDGenerator2BN::ConstructMajorantSurface(), G4Generator2BN::ConstructMajorantSurface(), TSPhysicsList::ConstructParticle(), TSPhysicsList::ConstructProcess(), Acts::ConvexPolygonBoundsBase::convex_impl(), create_element(), G4BoundingEnvelope::CreateListOfPlanes(), G4GenericPolycone::CreatePolyhedron(), G4Polyhedra::CreatePolyhedron(), G4VSceneHandler::CreateSectionSolid(), G4AdjointCrossSurfChecker::CrossingASphere(), G4ChipsAntiBaryonInelasticXS::CrossSectionFormula(), G4ChipsProtonInelasticXS::CrossSectionFormula(), G4ChipsHyperonInelasticXS::CrossSectionFormula(), G4ChipsKaonMinusInelasticXS::CrossSectionFormula(), G4ChipsPionMinusInelasticXS::CrossSectionFormula(), G4ChipsKaonPlusInelasticXS::CrossSectionFormula(), G4ChipsNeutronInelasticXS::CrossSectionFormula(), G4ChipsPionPlusInelasticXS::CrossSectionFormula(), csz__huft_build(), G4AnalyticalPolSolver::CubicRoots(), PHSimpleVertexFinder::dcaTwoLines(), oncsSub_idsis3300r::decode(), oncsSub_idsrs_v01::decode(), Packet_idcdevdescr::decode(), Acts::GenericCuboidVolumeBounds::decomposeToSurfaces(), G4PhysListRegistry::DeconstructPhysListName(), G4CutTubs::DistanceToIn(), G4Tubs::DistanceToIn(), G4Cons::DistanceToIn(), G4Sphere::DistanceToIn(), G4Trap::DistanceToIn(), G4GenericTrap::DistanceToOut(), G4CutTubs::DistanceToOut(), G4ExtrudedSolid::DistanceToOut(), G4Tubs::DistanceToOut(), G4Cons::DistanceToOut(), G4Sphere::DistanceToOut(), G4Trap::DistanceToOut(), G4ReplicaNavigation::DistanceToOutRad(), G4TwistBoxSide::DistanceToSurface(), G4TwistTrapAlphaSide::DistanceToSurface(), G4TwistTrapParallelSide::DistanceToSurface(), G4TwistTubsSide::DistanceToSurface(), G4TwistTubsHypeSide::DistanceToSurface(), G4GenericTrap::DistToPlane(), G4GenericTrap::DistToTriangle(), G4Abla::dmin1(), doCdataSection(), doContent(), doParseXmlDecl(), G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), Acts::GenericCuboidVolumeBounds::draw(), Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::draw(), G4ScoreLogColorMap::DrawColorChartBar(), G4VScoreColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4VScoreColorMap::DrawColorChartText(), G4ScoringCylinder::DrawColumn(), G4ScoringBox::DrawColumn(), dRICH(), dfe::io_npy_impl::dtype_endianness_modifier(), oncsSub_iddigitizerv1::dump(), Packet_iddigitizerv2::dump(), oncsSub_idtpcfeev1::dump(), Packet_id4scaler::dump(), nlohmann::detail::serializer< BasicJsonType >::dump_float(), PgPostBankBackupManager::dumpTable(), G4ionEffectiveCharge::EffectiveCharge(), kdfinder::CircleFit< T >::eigen2x2(), Acts::EigenStepperErrorCategory(), LiteCaloEval::End(), CLHEP::Hep3Vector::eta(), G4Abla::evap_postsaddle(), G4Abla::evapora(), FW::PrintHits::execute(), G4ecpssrBaseKxsModel::ExpIntFunction(), G4ecpssrBaseLixsModel::ExpIntFunction(), G4PolyconeSide::Extent(), F04ElementField::F04ElementField(), G4FileUtilities::FileExists(), G4Abla::FillData(), G4INCL::IAvatar::fillFinalState(), G4NeutrinoNucleusModel::FinalBarion(), G4NeutrinoNucleusModel::FinalMomentum(), PHTpcSeedFinder::findSeeds(), sPHENIXTrackerTpc::findTracksByCombinatorialKalman(), G4UIparameter::Follow(), G4UIcommand::Follow(), msg_buffer::format(), G4GaussJacobiQ::G4GaussJacobiQ(), G4VDCIOentry::G4VDCIOentry(), G4VHCIOentry::G4VHCIOentry(), MyGamma::GamCf(), G4Abla::gcf(), Packet_w1::gdump(), oncsSubevent_w1::gdump(), CLHEP::RandBinomial::genBinomial(), G4RDGenerator2BN::Generate2BN(), AnnularFieldSim::GenerateDistortionMaps(), G4GDMLWrite::GenerateName(), G4RPGReaction::GenerateNBodyEvent(), G4RPGReaction::GenerateNBodyEventT(), AnnularFieldSim::GenerateSeparateDistortionMaps(), CLHEP::RandGamma::genGamma(), G4GDMLMatrix::Get(), MultiArray< TVector3 >::Get(), nlohmann::detail::lexer< BasicJsonType >::get_token_string(), AnnularFieldSim::GetCellCenter(), G4QuadrangularFacet::GetClone(), G4INCL::Clustering::getCluster(), G4VXTRenergyLoss::GetComptonPerAtom(), G4IonsKoxCrossSection::GetElementCrossSection(), G4DELPHIMagField::GetFieldValue(), G4HarmonicPolMagField::GetFieldValue(), AnnularFieldSim::GetGroupCellCenter(), G4Abla::gethyperbinding(), G4CrystalUnitCell::GetIntCosAng(), G4CrystalUnitCell::GetIntSp2(), G4IonsShenCrossSection::GetIsoCrossSection(), PHG4HcalDetector::GetLength(), ALICEKF::GetLineClusterResiduals(), MultiArray< TVector3 >::GetPtr(), G4LivermorePolarizedComptonModel::GetRandomPolarization(), G4LivermorePolarizedGammaConversionModel::GetRandomPolarization(), G4LivermorePolarizedPhotoElectricGDModel::GetRandomPolarization(), G4LowEnergyPolarizedCompton::GetRandomPolarization(), G4LowEPPolarizedComptonModel::GetRandomPolarization(), G4CrystalUnitCell::GetRecIntSp2(), AnnularFieldSim::GetRoiCellCenter(), HadrontherapyInteractionParameters::GetStoppingTable(), G4ElectroNuclearCrossSection::GetVirtualFactor(), AnnularFieldSim::GetWeightedCellCenter(), G4PolynomialPDF::GetX(), kdfinder::CircleFit< T >::GradientHessian(), gzungetc(), G4HadSignalHandler_local::HandleIt(), PgPostBankBackupManager::HashPdbCalChan(), G4VhElectronicStoppingPower::HeEffChargeSquare(), G4BraggIonModel::HeEffChargeSquare(), buffer::i22swap(), oncsBuffer::i22swap(), buffer::i2swap(), oncsBuffer::i2swap(), buffer::i4swap(), oncsBuffer::i4swap(), caen_correction::init(), G4EmCorrections::Initialise(), G4PenelopeRayleighModel::InitializeSamplingAlgorithm(), G4Trap::Inside(), G4Hype::IntersectHype(), Acts::CylinderSurface::intersectionSolver(), PrimaryGeneratorAction2::InverseCumul(), G4hIonEffChargeSquare::IonEffChargeSquare(), G4GenericTrap::IsSegCrossing(), oncsSub_idcstr::iValue(), Packet_idcstr::iValue(), Packet_id4scaler::iValue(), Acts::KalmanFitterErrorCategory(), latin1_toUtf8(), G4IntersectingCone::LineHitsCone1(), G4IntersectingCone::LineHitsCone2(), MyGamma::LnGamma(), G4MicroElecCrossSectionDataSet::LoadData(), G4MuElecCrossSectionDataSet::LoadData(), G4DNACrossSectionDataSet::LoadData(), G4CrossSectionDataSet::LoadData(), G4RadioactiveDecayBase::LoadDecayTable(), G4RadioactiveDecay::LoadDecayTable(), G4MicroElecCrossSectionDataSet::LoadNonLogData(), G4MuElecCrossSectionDataSet::LoadNonLogData(), G4DNACrossSectionDataSet::LoadNonLogData(), G4CrossSectionDataSet::LoadNonLogData(), main(), G4Trap::MakePlanes(), G4MuonVDNuclearModel::MakeSamplingTable(), max3(), max4(), MCGIDI_energy_sampleEvaporation(), MCGIDI_energy_sampleSimpleMaxwellianFission(), md5_process(), PHG4Utils::md5sum(), Acts::detail::PropagatorErrorCategory::message(), Acts::detail::EigenStepperErrorCategory::message(), Acts::detail::KalmanFitterErrorCategory::message(), Acts::detail::VertexingErrorCategory::message(), Acts::detail::CombinatorialKalmanFilterErrorCategory::message(), min3(), G4UIcommandTree::ModStr(), mRICH::mRICH(), MultiArray< TVector3 >::MultiArray(), DecayFinder::multiplyVectorByScalarAndSort(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaLK(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaSK(), G4INCL::CrossSectionsStrangeness::NDeltaToNLK(), G4INCL::CrossSectionsStrangeness::NDeltaToNSK(), nf_exponentialIntegral(), nf_incompleteGammaFunction(), nf_incompleteGammaFunctionComplementary(), operand(), G4INCL::ThreeVector::operator*=(), kdfinder::TVector< T >::operator*=(), CLHEP::operator/(), G4INCL::ThreeVector::operator/=(), CLHEP::Hep3Vector::operator/=(), CLHEP::HepLorentzVector::operator/=(), kdfinder::TVector< T >::operator/=(), operator<<(), HepGeom::operator>>(), CLHEP::operator>>(), G4PenelopeComptonModel::OscillatorTotalCrossSection(), cheprep::DeflateOutputStreamBuffer::overflow(), dfe::io_dsv_impl::NamedTupleDsvReader< Delimiter, NamedTuple >::parse_header(), G4MPImanager::ParseArguments(), DecayFinder::parseDecayDescriptor(), KFParticle_sPHENIX::parseDecayDescriptor(), parsePseudoAttribute(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), plot(), plot_matscan(), plot_matscan_tdr(), AnnularFieldSim::PlotFieldSlices(), CLHEP::RandPoissonQ::poissonDeviateSmall(), dfe::polynomial_val(), dfe::polynomial_valder(), G4DataInterpolation::PolynomInterpolation(), PHHybridSeeding::Process(), Acts::PropagatorErrorCategory(), G4DNARuddIonisationExtendedModel::ProposedSampledEnergy(), prt_canvasAdd(), prt_canvasDel(), prt_canvasGet(), prt_canvasSave(), prt_get_tof_diff(), prt_save(), prt_set_style(), prt_waitPrimitive(), ptwXY_convolution(), ptwXY_convolution3(), ptwXY_integrateWithWeight_sqrt_x(), G4AnalyticalPolSolver::QuadRoots(), G4AnalyticalPolSolver::QuarticRoots(), G4NuclearRadii::RadiusECS(), G4DataInterpolation::RationalPolInterpolation(), FW::CsvPlanarClusterReader::read(), GammaKnifeController::ReadFile(), HepGeom::Reflect3D::Reflect3D(), G4MuonRadiativeDecayChannelWithSpin::rn3dim(), G4NeutrinoElectronCcModel::SampleCosCMS(), G4UrbanMscModel::SampleCosineTheta(), G4UrbanAdjointMscModel::SampleCosineTheta(), G4DipBustGenerator::SampleCosTheta(), G4Generator2BN::SampleDirection(), G4NeutrinoElectronNcModel::SampleElectronTkin(), G4GoudsmitSaundersonMscModel::SampleMSC(), G4XrayRayleighModel::SampleSecondaries(), G4LivermoreGammaConversionModelRC::SampleSecondaries(), G4SandiaTable::SandiaIntervals(), G4SandiaTable::SandiaMixing(), PHG4TpcCentralMembrane::SearchModule(), G4UIGAG::SendAParamProperty(), G4UIGainServer::SendAParamProperty(), G4UIGAG::SendATclParamProperty(), G4GDMLMatrix::Set(), CLHEP::HepLorentzRotation::set(), MultiArray< TVector3 >::Set(), G4INCL::Config::setCascadeActionType(), G4GHEKinematicsVector::SetCharge(), VtxTrackFinder::setChi2Cut(), ThreeHitSeedGrower::setChi2Cut(), NHitSeedFinder::setChi2Cut(), FourHitSeedFinder::setChi2Cut(), sPHENIXTrackerTpc::setChi2Cut(), sPHENIXTracker::setChi2Cut(), sPHENIXSeedFinder::setChi2Cut(), sPHENIXTrackerTpc::setChi2RemovalCut(), sPHENIXTracker::setChi2RemovalCut(), sPHENIXSeedFinder::setChi2RemovalCut(), G4INCL::Config::setClusterAlgorithm(), G4GHEKinematicsVector::SetCode(), F04ElementField::SetColor(), cheprep::GZIPOutputStreamBuffer::setComment(), cheprep::ZipOutputStreamBuffer::setComment(), MCTruthManager::SetConfig(), G4INCL::Config::setCoulombType(), G4INCL::CrossSections::setCrossSections(), G4INCL::Config::setCrossSectionsType(), G4INCL::BinaryCollisionAvatar::setCutNN(), G4SPSEneDistribution::SetInterCept(), G4VisCommandViewerClone::SetNewValue(), G4VisCommandViewerCreate::SetNewValue(), G4GHEKinematicsVector::SetParticleDef(), G4INCL::Nucleus::setProjectileRemnant(), PHG4HcalSubsystem::SetTiltViaNcross(), kdfinder::CircleFit< T >::SigmaWithLargeCircleOption(), G4ErrorSymMatrix::similarity(), G4ErrorSymMatrix::similarityT(), smr_allocateCopyString(), smr_allocateCopyStringN(), smr_malloc(), CLHEP::StirlingCorrection(), G4hICRU49He::StoppingPower(), storeAtts(), strnstr(), strptime(), G4PAIySection::SumOverBordCerenkov(), G4PAIxSection::SumOverBordCerenkov(), G4PAIxSection::SumOverBordMM(), G4PAIySection::SumOverBordPlasmon(), G4PAIxSection::SumOverBordPlasmon(), G4PAIxSection::SumOverBordResonance(), G4PAIySection::SumOverInterCerenkov(), G4PAIxSection::SumOverInterCerenkov(), G4PAIxSection::SumOverInterMM(), G4PAIySection::SumOverInterPlasmon(), G4PAIxSection::SumOverInterPlasmon(), G4PAIxSection::SumOverInterResonance(), G4PAIySection::SumOverInterval(), G4PAIxSection::SumOverInterval(), G4PAIySection::SumOverIntervaldEdx(), G4PAIxSection::SumOverIntervaldEdx(), G4Trap::SurfaceNormal(), G4Torus::TorusRootsJT(), G4ViewParameters::TouchableCommands(), G4GeomTools::TriangulatePolygon(), G4MPIsession::TryForcedTerminate(), buffer::u4swap(), unknown_isInvalid(), unknown_isName(), unknown_isNmstrt(), unknown_toUtf16(), unknown_toUtf8(), c2_tan_p< float_type >::value_with_derivatives(), Acts::VertexingErrorCategory(), FW::CsvPlanarClusterWriter::writeT(), xDataTOM_interpolation_setFromString(), simpleRandom::xMD5Transform(), XmlInitUnknownEncoding(), G4UIparameter::Yylex(), G4UIcommand::Yylex(), CLHEP::ZMinput2doubles(), CLHEP::ZMinput3doubles(), and CLHEP::ZMinputAxisAngle().

const __m128 fourth = {0x0.4p0f, 0x0.4p0f, 0x0.4p0f, 0x0.4p0f}
static

Definition at line 153 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 153 of file vector_math_inline.h

Referenced by HelixHoughFuncs_v1::calculate_phi_range().

const __m128 half = {0x0.8p0f, 0x0.8p0f, 0x0.8p0f, 0x0.8p0f}
static

Definition at line 154 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 154 of file vector_math_inline.h

Referenced by G4ParticleHPFastLegendre::Interpolate(), and nlohmann::detail::binary_reader< BasicJsonType, SAX >::parse_cbor_internal().

k1 = _mm_mul_ps(z2, sinC3)

Definition at line 186 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 186 of file vector_math_inline.h

Referenced by G4GenericTrap::CalculateExtent(), cg3(), G4PolarizedComptonModel::ComputeAsymmetryPerAtom(), G4Element::ComputeCoulombFactor(), G4SandiaTable::ComputeMatSandiaMatrixPAI(), G4SandiaTable::ComputeMatTable(), GFlashHomoShowerParameterisation::ComputeRadialParameters(), GFlashSamplingShowerParameterisation::ComputeRadialParameters(), G4PenelopeComptonModel::DifferentialCrossSection(), G4Abla::direct(), CLHEP::RanecuEngine::flat(), CLHEP::RanecuEngine::flatArray(), FW::RandomNumbers::generateSeed(), G4PhotoNuclearCrossSection::GetFunctions(), G4ElectroNuclearCrossSection::GetFunctions(), G4CrystalUnitCell::GetIntCosAng(), HepPolyhedron::GetNextEdgeIndices(), HepPolyhedronHype::HepPolyhedronHype(), HepPolyhedronParaboloid::HepPolyhedronParaboloid(), CLHEP::RanecuEngine::operator unsigned int(), pymsin(), pyprep(), pyqqbh(), pysugi(), G4DNAPTBIonisationModel::RandomizeEjectedElectronEnergyFromCumulated(), G4DNAEmfietzoglouIonisationModel::RandomTransferedEnergy(), G4DNACPA100IonisationModel::RandomTransferedEnergy(), rk4step(), HepPolyhedron::RotateEdge(), G4PolarizationTransition::SampleGammaTransition(), G4SandiaTable::SandiaIntervals(), HepPolyhedron::SetReferences(), HepPolyhedron::SetSideFacets(), G4PolarizedComptonCrossSection::TotalXSection(), G4DNABornIonisationModel2::TransferedEnergy(), G4DNABornIonisationModel1::TransferedEnergy(), G4MicroElecInelasticModel::TransferedEnergy(), and w6j1().

k2 = _mm_mul_ps(z2, k1)

Definition at line 186 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 186 of file vector_math_inline.h

__m128 less0 = _mm_cmplt_ps(x, zero)

Definition at line 133 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 133 of file vector_math_inline.h

__m128 mod_cos = _mm_xor_ps(mod_fourth, mod_half)

Definition at line 218 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 218 of file vector_math_inline.h

__m128 mod_fourth = _mm_cmpgt_ps(x, fourth)

Definition at line 176 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 176 of file vector_math_inline.h

__m128 mod_half = _mm_cmpgt_ps(x, half)

Definition at line 170 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 170 of file vector_math_inline.h

const __m128 negone = {-1., -1., -1., -1.}
static

Definition at line 38 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 38 of file vector_math_inline.h

const __m128d negoned = {-1., -1.}
static

Definition at line 253 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 253 of file vector_math_inline.h

const __m128 one_o_2 = {0.5,0.5,0.5,0.5}
static

Definition at line 39 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 39 of file vector_math_inline.h

const __m128 one_over_twopi = {0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f, 0x2.8be60db9391054ap-4f}
static

Definition at line 151 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 151 of file vector_math_inline.h

const __m128d oned = {1., 1.}
static

Definition at line 252 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 252 of file vector_math_inline.h

const __m128 pi = {0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f, 0x3.243f6a8885a308d4p0f}
static

Definition at line 27 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 27 of file vector_math_inline.h

Referenced by __example_6.f__(), __example_7.f__(), __example_8.f__(), G4AdjointCrossSurfChecker::AddaSphericalSurface(), G4ExtrudedSolid::AddGeneralPolygonFacets(), G4HepRepFileSceneHandler::AddSolid(), G4GMocrenFileSceneHandler::AddSolid(), aiz(), alphas(), G4VXTRenergyLoss::AngleXTRdEdx(), G4FTFAnnihilation::Annihilate(), G4LEnp::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4LEHadronProtonElastic::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4EMDissociation::ApplyYourself(), biz(), G4CutTubs::BoundingLimits(), G4Sphere::BoundingLimits(), PHG4mRICHDetector::build_mRICH_sector(), PHG4mRICHDetector::build_mRICH_wall_hside(), G4NuclNuclDiffuseElastic::BuildAngleTable(), PHG4TTLDetector::BuildForwardTTL(), G4PenelopeOscillatorManager::BuildOscillatorTable(), G4Molecule::BuildTrack(), G4StatMFMacroMultiplicity::CalcMeanA(), G4StatMFMicroPartition::CalcPartitionProbability(), G4GEMProbability::CalcProbability(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4RDGenerator2BN::Calculatedsdkdt(), G4Generator2BN::Calculatedsdkdt(), G4Orb::CalculateExtent(), G4Torus::CalculateExtent(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4OpRayleigh::CalculateRayleighMeanFreePaths(), G4RKFieldIntegrator::CalculateTotalEnergy(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4RPGKMinusInelastic::Cascade(), G4RPGAntiLambdaInelastic::Cascade(), G4RPGAntiProtonInelastic::Cascade(), G4RPGAntiSigmaPlusInelastic::Cascade(), G4RPGSigmaPlusInelastic::Cascade(), G4RPGXiMinusInelastic::Cascade(), G4RPGAntiNeutronInelastic::Cascade(), G4RPGAntiOmegaMinusInelastic::Cascade(), G4RPGAntiSigmaMinusInelastic::Cascade(), G4RPGAntiXiMinusInelastic::Cascade(), G4RPGOmegaMinusInelastic::Cascade(), G4RPGAntiXiZeroInelastic::Cascade(), G4RPGKPlusInelastic::Cascade(), G4RPGLambdaInelastic::Cascade(), G4RPGKZeroInelastic::Cascade(), G4RPGSigmaMinusInelastic::Cascade(), G4RPGXiZeroInelastic::Cascade(), G4RPGAntiKZeroInelastic::Cascade(), CCalPrimaryGeneratorMessenger::CCalPrimaryGeneratorMessenger(), G4RadioactiveDecayBase::ChooseCollimationDirection(), G4RadioactiveDecay::ChooseCollimationDirection(), G4NucleiModel::choosePointAlongTraj(), G4Fancy3DNucleus::ChoosePositions(), G4eeToHadronsModel::ComputeCMCrossSectionPerElectron(), G4eplusTo2GammaOKVIModel::ComputeCrossSectionPerElectron(), G4ComponentGGHadronNucleusXsc::ComputeCrossSections(), G4KokoulinMuonNuclearXS::ComputeDDMicroscopicCrossSection(), G4IonisParamMat::ComputeDensityEffectParameters(), G4GenericTrap::ComputeIsTwisted(), G4PenelopeIonisationXSHandler::ComputeShellCrossSectionsElectron(), G4PenelopeIonisationXSHandler::ComputeShellCrossSectionsPositron(), G4PSDoseDepositForCylinder3D::ComputeVolume(), G4PSPassageCellFluxForCylinder3D::ComputeVolume(), G4PSCellFluxForCylinder3D::ComputeVolume(), GeometryConstruction::Construct(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), ePHENIXRICH::ePHENIXRICHConstruction::Construct_HBD(), ePHENIXRICH::ePHENIXRICHConstruction::Construct_HBD_Layers(), ePHENIXRICH::ePHENIXRICHConstruction::Construct_RICH(), PHG4Sector::PHG4SectorConstructor::Construct_Sectors(), PHG4Sector::PHG4SectorConstructor::Construct_Sectors_Plane(), XrayFluoMercuryDetectorConstruction::ConstructApparate(), XrayFluoPlaneDetectorConstruction::ConstructApparate(), XrayFluoDetectorConstruction::ConstructApparate(), G02DetectorConstruction::ConstructAssembly(), G4RDGenerator2BN::ConstructMajorantSurface(), G4Generator2BN::ConstructMajorantSurface(), UltraDetectorConstruction::ConstructReflector(), UltraDetectorConstruction::ConstructUVscope(), G4VParameterisationPolyhedra::ConvertRadiusFactor(), G4AngularDistributionNP::CosTheta(), G4AngularDistributionPP::CosTheta(), G4FTFAnnihilation::Create2QuarkAntiQuarkStrings(), G4FTFAnnihilation::Create3QuarkAntiQuarkStrings(), G4Orb::CreatePolyhedron(), G4DiffractiveExcitation::CreateStrings(), G4VTwistedFaceted::CreateSurfaces(), det::createTkLayoutTrackerEndcap(), G4XAnnihilationChannel::CrossSection(), G4eeCrossSections::CrossSection2Kcharged(), G4eeCrossSections::CrossSection2Kneutral(), G4eeCrossSections::CrossSection2pi(), G4eeCrossSections::CrossSection3pi(), G4eeCrossSections::CrossSectionEtaG(), G4DNAUeharaScreenedRutherfordElasticModel::CrossSectionPerVolume(), G4DNAScreenedRutherfordElasticModel::CrossSectionPerVolume(), G4DNADingfelderChargeIncreaseModel::CrossSectionPerVolume(), G4PenelopeComptonModel::CrossSectionPerVolume(), G4eeCrossSections::CrossSectionPi0G(), G4Abla::densniv(), deriv(), G4StokesVector::DiceUniform(), G4OpBoundaryProcess::DielectricDichroic(), G4OpBoundaryProcess::DielectricDielectric(), G4OpBoundaryProcess::DielectricLUT(), G4OpBoundaryProcess::DielectricLUTDAVIS(), G4DNARuddIonisationModel::DifferentialCrossSection(), G4InitXscPAI::DifPAIxSection(), G4PAIxSection::DifPAIxSection(), G4PAIySection::DifPAIySection(), G4Abla::direct(), G4Sphere::DistanceToIn(), G4CutTubs::DistanceToOut(), G4Tubs::DistanceToOut(), G4Torus::DistanceToOut(), G4Cons::DistanceToOut(), G4Sphere::DistanceToOut(), G4TwistBoxSide::DistanceToSurface(), G4TwistTrapAlphaSide::DistanceToSurface(), G4TwistTrapParallelSide::DistanceToSurface(), G4HelixExplicitEuler::DistChord(), G4ExactHelixStepper::DistChord(), G4MagHelicalStepper::DistChord(), G4HelixMixedStepper::DistChord(), DMXParticleSource::DMXParticleSource(), G4QMDMeanField::DoClusterJudgment(), G4SingleScatter::DoCollisionStep(), doinstatescat(), dokinematics(), G4ScreenedCoulombClassicalKinematics::DoScreeningComputation(), G4PhotoElectricAngularGeneratorPolarized::DSigmaKshellGavrila1959(), G4RDPhotoElectricAngularGeneratorPolarized::DSigmaKshellGavrila1959(), G4PhotoElectricAngularGeneratorPolarized::DSigmaL1shellGavrila(), G4RDPhotoElectricAngularGeneratorPolarized::DSigmaL1shellGavrila(), G4Abla::eflmac(), G4Abla::eflmac_profi(), G4FissionProbability::EmissionProbability(), LaserDrivenBeamLine::FaradayCup(), G4LivermorePolarizedGammaConversionModel::Fdlor(), G4BetaDecayCorrections::FermiFunction(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4tgbVolume::FindOrConstructG4Solid(), G4LivermorePolarizedGammaConversionModel::Fintlor(), G4LivermorePolarizedGammaConversionModel::Finvlor(), G4LivermorePolarizedGammaConversionModel::Flor(), G4StatMFMacroTemperature::FragsExcitEnergy(), G4ChebyshevApproximation::G4ChebyshevApproximation(), G4GaussChebyshevQ::G4GaussChebyshevQ(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussLegendreQ::G4GaussLegendreQ(), G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger(), G4FissionProductYieldDist::G4GetFission(), G4gsrotm(), G4HelixMixedStepper::G4HelixMixedStepper(), G4VisCommandSceneAddLogo::G4Logo::G4Logo(), G4mplIonisationModel::G4mplIonisationModel(), G4mplIonisationWithDeltaModel::G4mplIonisationWithDeltaModel(), G4NeutronElectronElXsc::G4NeutronElectronElXsc(), G4NuclearFermiDensity::G4NuclearFermiDensity(), G4NuclearShellModelDensity::G4NuclearShellModelDensity(), G4PenelopeAnnihilationModel::G4PenelopeAnnihilationModel(), G4PolarizedComptonCrossSection::G4PolarizedComptonCrossSection(), G4QMDMeanField::G4QMDMeanField(), G4QMDParameters::G4QMDParameters(), G4SPSAngDistribution::G4SPSAngDistribution(), G4UniformElectricField::G4UniformElectricField(), G4UniformMagField::G4UniformMagField(), G4VParameterisationPara::G4VParameterisationPara(), G4VTwistedFaceted::G4VTwistedFaceted(), G4VXTRenergyLoss::G4VXTRenergyLoss(), CexmcReimplementedGenbod::Generate(), G4eeToHadronsModel::GenerateCMPhoton(), G4SPSPosDistribution::GeneratePointsOnSurface(), F06PrimaryGeneratorAction::GeneratePrimaries(), PrimaryGeneratorAction1::GeneratePrimaries(), ExUCNPrimaryGeneratorAction::GeneratePrimaries(), XrayFluoMercuryPrimaryGeneratorAction::GeneratePrimaries(), XrayFluoPlanePrimaryGeneratorAction::GeneratePrimaries(), XrayFluoPrimaryGeneratorAction::GeneratePrimaries(), GammaRayTelPrimaryGeneratorAction::GeneratePrimaries(), G4AdjointPrimaryGeneratorAction::GeneratePrimaries(), PrimaryGenerator::GeneratePrimaryVertex(), genevent(), ePHENIXRICH::RICH_Geometry::get_half_angle_HBD(), PHG4Sector::Sector_Geometry::get_max_R(), PHG4CylinderGeom_Spacalv2::get_sec_azimuthal_width(), G4WilsonAbrasionModel::GetAbradedNucleons(), G4ExtrudedSolid::GetAngle(), G4VXTRenergyLoss::GetAngleVector(), G4EllipticalTube::GetCachedSurfaceArea(), G4NeutronInelasticCrossSection::GetCrossSection(), G4NuclNuclDiffuseElastic::GetDiffElasticProb(), G4DiffuseElastic::GetDiffElasticProb(), G4NuclNuclDiffuseElastic::GetDiffElasticSumProb(), G4DiffuseElastic::GetDiffElasticSumProb(), G4DiffuseElasticV2::GetDiffElasticSumProbA(), G4NuclNuclDiffuseElastic::GetDiffElasticSumProbA(), G4DiffuseElastic::GetDiffElasticSumProbA(), G4TripathiCrossSection::GetElementCrossSection(), G4IonsSihverCrossSection::GetElementCrossSection(), G4IonsKoxCrossSection::GetElementCrossSection(), G4TripathiLightCrossSection::GetElementCrossSection(), G4SynchrotronRadiationInMat::GetEnergyProbSR(), G4NuclearAbrasionGeometry::GetExcitationEnergyOfProjectile(), G4NuclearAbrasionGeometry::GetExcitationEnergyOfTarget(), G4Nucleus::GetFermiMomentum(), G4SigmaPlusField::GetField(), G4KaonZeroField::GetField(), G4SigmaZeroField::GetField(), G4SigmaMinusField::GetField(), G4AntiProtonField::GetField(), G4KaonMinusField::GetField(), G4PionPlusField::GetField(), G4PionZeroField::GetField(), G4KaonPlusField::GetField(), G4PionMinusField::GetField(), G4MesonAbsorption::GetFinalState(), G4EMDissociationSpectrum::GetGeneralE1Spectrum(), G4EMDissociationSpectrum::GetGeneralE2Spectrum(), G4OpBoundaryProcess::GetIncidentAngle(), G4ComponentAntiNuclNuclearXS::GetInelasticElementCrossSection(), getinspliti(), G4SynchrotronRadiationInMat::GetIntProbSR(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4IonsShenCrossSection::GetIsoCrossSection(), getmass(), G4CutTubs::GetMaxMinZ(), getnatmdmin(), getneff(), getneffmax(), mRICH::getNgamma(), G4RPGInelastic::GetNormalizationConstant(), G4EllipticalTube::GetPointOnSurface(), G4Polycone::GetPointOnSurface(), G4Paraboloid::GetPointOnSurface(), G4Hype::GetPointOnSurface(), G4Torus::GetPointOnSurface(), G4EllipticalCone::GetPointOnSurface(), G4Sphere::GetPointOnSurface(), getqvec(), G4Absorber::GetRandomDirection(), G4PolarizationHelper::GetRandomFrame(), G4tgrUtils::GetRotationFromDirection(), getscatterer(), G4ScreeningMottCrossSection::GetScatteringAngle(), G4Sphere::GetSurfaceArea(), gett(), gettemp(), G4MesonAbsorption::GetTimeToAbsorption(), G4Scatterer::GetTimeToInteraction(), G4ComponentAntiNuclNuclearXS::GetTotalElementCrossSection(), STCyclotronDetectorConstruction::GetVolumeTarget(), G4LivermorePolarizedGammaConversionModel::Glor(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronSphere::HepPolyhedronSphere(), G4FTFParameters::InitForInteraction(), G4mplIonisationWithDeltaModel::Initialise(), G4mplIonisationModel::Initialise(), G4eeCrossSections::Initialise(), G4eCoulombScatteringModel::Initialise(), G4Sphere::Inside(), AnnularFieldSim::interpolatedFieldIntegral(), G4UCNBoundaryProcess::LDiffRefl(), G4BremsstrahlungParameters::LoadData(), G4NativeScreenedCoulombCrossSection::LoadData(), makeinsplit(), makesplitting(), G4LatticeLogical::MapKtoV(), G4LatticeLogical::MapKtoVDir(), G4ScreeningMottCrossSection::McFcorrection(), G4BetaDecayCorrections::ModSquared(), G4UCNBoundaryProcess::MRDiffRefl(), G4UCNBoundaryProcess::MRDiffTrans(), mRICH::mRICH(), NeuronLoadDataFile::NeuralNetworkDATAfile(), G4InitXscPAI::Normalisation(), G4PAIySection::NormShift(), G4PAIxSection::NormShift(), G4PAIySection::PAIdNdxCerenkov(), G4PAIxSection::PAIdNdxCerenkov(), G4InitXscPAI::PAIdNdxCherenkov(), G4PAIxSection::PAIdNdxMM(), G4InitXscPAI::PAIdNdxPlasmon(), G4PAIySection::PAIdNdxPlasmon(), G4PAIxSection::PAIdNdxPlasmon(), G4PAIxSection::PAIdNdxResonance(), phase(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronGeneratePhiAndTheta(), G4HadronPhysicsQGS_BIC::Pion(), G4HadronPhysicsShieldingLEND::Pion(), G4HadronPhysicsFTF_BIC::Pion(), G4HadronPhysicsShielding::Pion(), G4HadronPhysicsFTFP_BERT::Pion(), G4HadronPhysicsINCLXX::Pion(), DetectorConstruction::PlaceWithAxialRotations(), DetectorConstruction::PlaceWithEulerAngles(), DetectorConstruction::PlaceWithReflections(), poissonian(), G4RDGenerator2BS::PolarAngle(), G4RDModifiedTsai::PolarAngle(), G4OpMieHG::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4AnnihiToMuPair::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4ScreenedNuclearRecoil::PostStepDoIt(), PHG4TpcPadBaselineShift::process_event(), pycjdc(), pygfxx(), pyglui(), pygram(), pygraw(), pynjdc(), pypole(), pyreco(), pyrghm(), pyrnmq(), pysfdc(), pysubh(), pytbhg(), pytbhq(), pyuedc(), pywdkk(), pyxued(), G4MuonDecayChannelWithSpin::R_c(), G4MuElecElasticModel::RandomizeCosTheta(), G4MicroElecElasticModel::RandomizeCosTheta(), G4DNAChampionElasticModel::RandomizeCosTheta(), G4DNAELSEPAElasticModel::RandomizeCosTheta(), G4DNAPTBElasticModel::RandomizeCosTheta(), G4InitXscPAI::RePartDielectricConst(), G4PAIySection::RePartDielectricConst(), G4PAIxSection::RePartDielectricConst(), DetectorConstruction::ResiduesView(), G4RPGReaction::Rotate(), G4DNAScreenedRutherfordElasticModel::RutherfordCrossSection(), G4DNAUeharaScreenedRutherfordElasticModel::RutherfordCrossSection(), G4QGSMFragmentation::Sample4Momentum(), G4AntiNuclElastic::SampleInvariantT(), G4LEpp::SampleInvariantT(), G4LEnp::SampleInvariantT(), G4GEMChannel::SampleKineticEnergy(), G4VLongitudinalStringDecay::SampleQuarkPt(), G4DNAUeharaScreenedRutherfordElasticModel::SampleSecondaries(), G4DNAScreenedRutherfordElasticModel::SampleSecondaries(), G4DNAChampionElasticModel::SampleSecondaries(), G4DNAELSEPAElasticModel::SampleSecondaries(), G4XrayRayleighModel::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4MuElecElasticModel::SampleSecondaries(), G4MicroElecElasticModel::SampleSecondaries(), G4DNACPA100ElasticModel::SampleSecondaries(), G4DNACPA100ExcitationModel::SampleSecondaries(), G4PenelopeAnnihilationModel::SampleSecondaries(), G4BetheHeitler5DModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4DNAPTBElasticModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4NuclNuclDiffuseElastic::SampleThetaCMS(), G4DiffuseElastic::SampleThetaCMS(), G4QMDGroundStateNucleus::samplingMomentum(), scatprimfunc(), G4UCNMultiScattering::Scatter(), G4DAWNFILEViewer::SendViewParameters(), PHG4Sector::Sector_Geometry::set_max_polar_angle(), PHG4Sector::Sector_Geometry::set_min_polar_angle(), PHG4Sector::Sector_Geometry::set_normal_polar_angle(), G4SPSAngDistribution::SetAngDistType(), G4KM_OpticalEqRhs::SetFactor(), CCalPrimaryGeneratorAction::SetMaximumPhi(), CCalPrimaryGeneratorAction::SetMinimumPhi(), G4EmParameters::SetMscThetaLimit(), G4LivermorePolarizedComptonModel::SetNewPolarization(), G4LowEnergyPolarizedCompton::SetNewPolarization(), G4LowEPPolarizedComptonModel::SetNewPolarization(), G4VisCommandSceneAddLogo::SetNewValue(), G4LivermorePolarizedGammaConversionModel::SetPhi(), RMC01AnalysisManager::SetPrimaryExpSpectrumForAdjointSim(), RMC01AnalysisManager::SetPrimaryPowerLawSpectrumForAdjointSim(), G4LivermorePolarizedGammaConversionModel::SetPsi(), HepPolyhedron::SetSideFacets(), G4AdjointPrimaryGenerator::SetSphericalAdjointPrimarySource(), HepTool::Evaluator::setSystemOfUnits(), NeuronLoadDataFile::SingleNeuronSWCfile(), G4RPGNeutronInelastic::SlowNeutron(), G4Torus::SolveNumericJT(), G4XTRRegularRadModel::SpectralXTRdEdx(), G4RegularXTRadiator::SpectralXTRdEdx(), G4XTRTransparentRegRadModel::SpectralXTRdEdx(), G4TransparentRegXTRadiator::SpectralXTRdEdx(), XTRTransparentRegRadModel::SpectralXTRdEdx(), G4LundStringFragmentation::SplitEandP(), AnnularFieldSim::sum_nonlocal_field_at(), G4Sphere::SurfaceNormal(), G4PolarizationHelper::TestPolarizationTransformations(), G4PolarizedAnnihilationCrossSection::TotalXSection(), G4PolarizedComptonCrossSection::TotalXSection(), and G4Abla::umass().

const __m128 pi_over_four = {0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f, 0xc.90fdaa22168c2350p-4f}
static

Definition at line 30 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 30 of file vector_math_inline.h

const __m128d pi_over_fourd = {0xc.90fdaa22168c2350p-4, 0xc.90fdaa22168c2350p-4}
static

Definition at line 227 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 227 of file vector_math_inline.h

const __m128 pi_over_two = {0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f, 0x1.921fb54442d1846ap0f}
static

Definition at line 29 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 29 of file vector_math_inline.h

Referenced by HelixHough::allButKappaRange_sse(), HelixHough::dzdlRange_sse(), and HelixHough::phiRange_sse().

const __m128d pi_over_twod = {0x1.921fb54442d1846ap0, 0x1.921fb54442d1846ap0}
static

Definition at line 226 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 226 of file vector_math_inline.h

__m128 ratio = _mm_div_ps(y, x)

Definition at line 128 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 128 of file vector_math_inline.h

Referenced by G4ParticleHPElasticFS::ApplyYourself(), G4NuMuNucleusCcModel::ApplyYourself(), G4NuMuNucleusNcModel::ApplyYourself(), G4hhElastic::CalculateBqQ12(), G4hhElastic::CalculateBqQ13(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4ProductionCutsTable::CheckMaterialInfo(), G4Ellipsoid::CheckParameters(), G4ComponentGGNuclNuclXsc::ComputeCoulombBarier(), G4ComponentGGHadronNucleusXsc::ComputeCrossSections(), G4ComponentGGNuclNuclXsc::ComputeCrossSections(), Run::ComputeFluenceError(), G4IonParametrisedLossModel::ComputeLossForStep(), G4WentzelOKandVIxSection::ComputeMaxElectronScattering(), G4ComponentGGHadronNucleusXsc::ComputeQuasiElasticRatio(), G4DiffElasticRatio::ComputeRatio(), G4RDGenerator2BN::ConstructMajorantSurface(), G4Generator2BN::ConstructMajorantSurface(), G4HadronNucleonXsc::CoulombBarrier(), G4TessellatedSolid::DisplayAllocatedMemory(), Run::EndOfRun(), G4fissionEvent::G4SmpNVel(), G4PhotonEvaporation::GenerateGamma(), CaloTruthEval::get_shower_eh_ratio(), G4hhElastic::GetExpRatioF123(), G4NuclNuclDiffuseElastic::GetFresnelDiffuseXsc(), G4ParticleHPThermalScattering::getMu(), G4NeutrinoNucleusModel::GetNuMuOnePionProb(), G4NeutrinoNucleusModel::GetNuMuQeTotRat(), EmcCluster::GetSubClusters(), main(), G4PAIPhotModel::MaxSecondaryEnergy(), G4PAIModel::MaxSecondaryEnergy(), G4mplIonisation::MinPrimaryEnergy(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaEta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaOmega(), G4INCL::CrossSectionsStrangeness::NNToNLK2pi(), G4INCL::CrossSectionsStrangeness::NNToNLKpi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaxPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaxPi(), G4INCL::CrossSectionsStrangeness::NNToNSK2pi(), G4INCL::CrossSectionsStrangeness::NNToNSKpi(), operator<<(), PoP_getMassInUnitOf(), G4HadronElasticProcess::PostStepDoIt(), G4GammaTransition::SampleDirection(), G4DNARuddAngle::SampleDirectionForShell(), G4hCoulombScatteringModel::SampleSecondaries(), G4eCoulombScatteringModel::SampleSecondaries(), G4Voxelizer::SetReductionRatio(), G4Scintillation::SetScintillationExcitationRatio(), G4EmCorrections::SetupKinematics(), and G4CrossSectionPatch::Transition().

s = _mm_andnot_ps(mod_fourth, t1)

Definition at line 162 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 162 of file vector_math_inline.h

const __m128 sinC0 = {0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f, 0x6.487c58e5205cd791p0f}
static

Definition at line 156 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 156 of file vector_math_inline.h

const __m128 sinC1 = {-0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f, -0x2.955c385f44a6765fp4f}
static

Definition at line 157 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 157 of file vector_math_inline.h

const __m128 sinC2 = {0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f, 0x5.145d3f35fa67830ep4f}
static

Definition at line 158 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 158 of file vector_math_inline.h

const __m128 sinC3 = {-0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f, -0x4.65f4793b5cd9628fp4f}
static

Definition at line 159 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 159 of file vector_math_inline.h

const __m128 sqrt2_minus_1 = {0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f, 0x6.a09e667f3bcc9080p-4f}
static

Definition at line 32 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 32 of file vector_math_inline.h

const __m128d sqrt2_minus_1d = {0x6.a09e667f3bcc9080p-4, 0x6.a09e667f3bcc9080p-4}
static

Definition at line 248 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 248 of file vector_math_inline.h

const __m128 sqrt2_plus_1 = {0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f, 0x2.6a09e667f3bcc9080p0f}
static

Definition at line 33 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 33 of file vector_math_inline.h

const __m128d sqrt2_plus_1d = {0x2.6a09e667f3bcc9080p0, 0x2.6a09e667f3bcc9080p0}
static

Definition at line 249 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 249 of file vector_math_inline.h

t1 = _mm_andnot_ps(mod_half, zero)

Definition at line 171 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 171 of file vector_math_inline.h

Referenced by G4AdjointhIonisationModel::AdjointCrossSection(), Acts::Test::BOOST_AUTO_TEST_CASE(), G4hhElastic::BuildTableT(), G4hhElastic::BuildTableTest(), G4MuonVDNuclearModel::CalculateEMVertex(), G4RKFieldIntegrator::CalculateTotalEnergy(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4GeomTools::ClosestPointOnTriangle(), G4RToEConvForElectron::ComputeLoss(), G4RToEConvForPositron::ComputeLoss(), G4WentzelOKandVIxSection::ComputeMaxElectronScattering(), G4CollisionNN::CrossSection(), G4DNABornIonisationModel1::DifferentialCrossSection(), G4DNABornIonisationModel2::DifferentialCrossSection(), G4DNAEmfietzoglouIonisationModel::DifferentialCrossSection(), G4DNACPA100IonisationModel::DifferentialCrossSection(), G4MuElecInelasticModel::DifferentialCrossSection(), G4MicroElecInelasticModel::DifferentialCrossSection(), G4DNAPTBIonisationModel::DifferentialCrossSection(), G4EllipticalTube::DistanceToIn(), G4Ellipsoid::DistanceToIn(), G4CutTubs::DistanceToIn(), G4Tubs::DistanceToIn(), G4Cons::DistanceToIn(), G4Sphere::DistanceToIn(), G4EllipticalTube::DistanceToOut(), G4CutTubs::DistanceToOut(), G4Tubs::DistanceToOut(), G4Cons::DistanceToOut(), G4Sphere::DistanceToOut(), G4ReplicaNavigation::DistanceToOutRad(), G4NeutrinoNucleusModel::FermiMomentum(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), CLHEP::HepLorentzVector::findBoostToCM(), HelixHough::findHelices(), HelixHough::findHelicesByPairs(), HelixHough::findSeededHelices(), sPHENIXTrackerTpc::findTracksByCombinatorialKalman(), sPHENIXTrackerTpc::findTracksBySegments(), sPHENIXTracker::findTracksBySegments(), sPHENIXSeedFinder::findTracksBySegments(), G4ecpssrBaseKxsModel::FunctionFK(), G4ecpssrBaseLixsModel::FunctionFL1(), G4ecpssrBaseLixsModel::FunctionFL2(), G4DisplacedSolid::G4DisplacedSolid(), G4ExtrudedSolid::GetAngle(), getmd(), G4MuonicAtomHelper::GetMuonCaptureRate(), G4MuonMinusBoundDecay::GetMuonCaptureRate(), getproba(), G4NeutronElectronElModel::Initialise(), G4NucleiModel::initializeCascad(), G4ErrorMatrix::invert(), G4ErrorSymMatrix::invert(), G4INCL::ParticleConfig::isPair(), CaloCalibEmc_Pi0::Loop(), G4UImanager::LoopS(), main(), CreateCZHitContainer::merge_hits(), operator+(), operator-(), G4DNASancheExcitationModel::PartialCrossSection(), kdfinder::Helix< T >::pathLength(), CellularAutomaton_v1::process_single_track(), pygfxx(), pymirm(), pywidt(), G4AdjointhIonisationModel::RapidSampleSecondaries(), G4PreCompoundEmission::rho(), TrackingMessenger::SetNewValue(), TrackingAction::SetTimeWindow(), Run::SetTimeWindow(), G4MuElecElasticModel::Theta(), G4MicroElecElasticModel::Theta(), G4DNAIonElasticModel::Theta(), G4DNAChampionElasticModel::Theta(), G4DNAELSEPAElasticModel::Theta(), G4DNACPA100ElasticModel::Theta(), G4DNAPTBElasticModel::Theta(), G4DNASancheExcitationModel::TotalCrossSection(), and HelixHough::vote().

t2 = _mm_and_ps(mod_half, half)

Definition at line 172 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 172 of file vector_math_inline.h

Referenced by G4AdjointhIonisationModel::AdjointCrossSection(), Acts::Test::BOOST_AUTO_TEST_CASE(), G4hhElastic::BuildTableT(), G4hhElastic::BuildTableTest(), G4MuonVDNuclearModel::CalculateEMVertex(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4VViewer::G4Spline::CatmullRom_Eq(), G4RToEConvForPositron::ComputeLoss(), G4RToEConvForElectron::ComputeLoss(), G4CollisionNN::CrossSection(), G4DNABornIonisationModel1::DifferentialCrossSection(), G4DNABornIonisationModel2::DifferentialCrossSection(), G4DNAEmfietzoglouIonisationModel::DifferentialCrossSection(), G4DNACPA100IonisationModel::DifferentialCrossSection(), G4MicroElecInelasticModel::DifferentialCrossSection(), G4MuElecInelasticModel::DifferentialCrossSection(), G4DNAPTBIonisationModel::DifferentialCrossSection(), G4EllipticalTube::DistanceToIn(), G4Ellipsoid::DistanceToIn(), G4CutTubs::DistanceToIn(), G4Tubs::DistanceToIn(), G4Cons::DistanceToIn(), G4Sphere::DistanceToIn(), G4EllipticalTube::DistanceToOut(), G4CutTubs::DistanceToOut(), G4Tubs::DistanceToOut(), G4Cons::DistanceToOut(), G4Sphere::DistanceToOut(), G4ReplicaNavigation::DistanceToOutRad(), G4NeutrinoNucleusModel::FermiMomentum(), PgPostBankManager::fetchBank(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), HelixHough::findHelices(), HelixHough::findHelicesByPairs(), HelixHough::findSeededHelices(), sPHENIXTrackerTpc::findTracksByCombinatorialKalman(), sPHENIXTrackerTpc::findTracksBySegments(), sPHENIXTracker::findTracksBySegments(), sPHENIXSeedFinder::findTracksBySegments(), G4ecpssrBaseKxsModel::FunctionFK(), G4ecpssrBaseLixsModel::FunctionFL1(), G4ecpssrBaseLixsModel::FunctionFL2(), G4DisplacedSolid::G4DisplacedSolid(), CLHEP::HepLorentzVector::gamma(), G4ExtrudedSolid::GetAngle(), getms(), getsudakov(), G4NeutronElectronElModel::Initialise(), G4NucleiModel::initializeCascad(), G4ErrorMatrix::invert(), G4ErrorSymMatrix::invert(), G4INCL::ParticleConfig::isPair(), main(), G4INCL::Math::max(), G4INCL::Math::min(), operator+(), operator-(), G4DNASancheExcitationModel::PartialCrossSection(), kdfinder::Helix< T >::pathLength(), CellularAutomaton_v1::process_single_track(), pygfxx(), G4AdjointhIonisationModel::RapidSampleSecondaries(), G4PreCompoundEmission::rho(), G4hhElastic::SampleInvariantT(), DMXScintHit::SetTime(), Run::SetTimeWindow(), G4MuElecElasticModel::Theta(), G4MicroElecElasticModel::Theta(), G4DNAChampionElasticModel::Theta(), G4DNAIonElasticModel::Theta(), G4DNAELSEPAElasticModel::Theta(), G4DNACPA100ElasticModel::Theta(), G4DNAPTBElasticModel::Theta(), G4DNASancheExcitationModel::TotalCrossSection(), and HelixHough::vote().

const __m128 three = {3., 3., 3., 3.}
static

Definition at line 37 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 37 of file vector_math_inline.h

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::ConeSurface::polyhedronRepresentation().

const __m128 twopi = {0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f, 0x6.487ed5110b4611a8p0f}
static

Definition at line 28 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 28 of file vector_math_inline.h

Referenced by G4HadPhaseSpaceGenbod::AccumulateFinalState(), G4RPGReaction::AddBlackTrackParticles(), G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), G4ParticleHPFinalState::adjust_final_state(), G4BFieldIntegrationDriver::AdvanceChordLimited(), HelixHough::allButKappaRange_sse(), AngleIndexPair::AngleIndexPair(), G4VXTRenergyLoss::AngleXTRdEdx(), G4LEnp::ApplyYourself(), G4ParticleHPFissionFS::ApplyYourself(), G4LEpp::ApplyYourself(), G4ParticleHPCaptureFS::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4LENDModel::ApplyYourself(), G4LENDElastic::ApplyYourself(), G4LEHadronProtonElastic::ApplyYourself(), G4ParticleHPElasticFS::ApplyYourself(), G4LFission::ApplyYourself(), G4CutTubs::ApproxSurfaceNormal(), G4Torus::ApproxSurfaceNormal(), G4Tubs::ApproxSurfaceNormal(), G4Cons::ApproxSurfaceNormal(), G4Sphere::ApproxSurfaceNormal(), G4DecayWithSpin::AtRestDoIt(), G4Polyhedra::BoundingLimits(), G4CutTubs::BoundingLimits(), G4Tubs::BoundingLimits(), G4Torus::BoundingLimits(), G4Cons::BoundingLimits(), G4Sphere::BoundingLimits(), PHG4mRICHDetector::build_lens(), UltraFresnelLens::BuildLens(), HelixHoughFuncs_v1::calculate_phi_range(), G4ElectroVDNuclearModel::CalculateEMVertex(), G4MuonVDNuclearModel::CalculateEMVertex(), G4EllipticalTube::CalculateExtent(), G4GenericPolycone::CalculateExtent(), G4Polycone::CalculateExtent(), G4Polyhedra::CalculateExtent(), G4CutTubs::CalculateExtent(), G4EllipticalCone::CalculateExtent(), G4Tubs::CalculateExtent(), G4Cons::CalculateExtent(), G4OpRayleigh::CalculateRayleighMeanFreePaths(), G4Reggeons::CalculateXs(), G4PolyhedraSide::ClosestPhiSegment(), Run::ComputeFluenceError(), GeometryConstruction::Construct(), B3DetectorConstruction::Construct(), ExUCNDetectorConstruction::Construct(), doiPETDetectorConstruction::Construct(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalDetector::Construct_Fiber(), XrayFluoMercuryDetectorConstruction::ConstructApparate(), XrayFluoPlaneDetectorConstruction::ConstructApparate(), XrayFluoDetectorConstruction::ConstructApparate(), DetectorConstruction::ConstructCalorimeter(), F02DetectorConstruction::ConstructCalorimeter(), F01DetectorConstruction::ConstructCalorimeter(), F03DetectorConstruction::ConstructCalorimeter(), F04DetectorConstruction::ConstructDetector(), WLSDetectorConstruction::ConstructFiber(), PHG4BeamlineMagnetDetector::ConstructMe(), PHG4CylinderDetector::ConstructMe(), PHG4CylinderStripDetector::ConstructMe(), G4JLeicBeamLineMagnetDetector::ConstructMe(), BeamLineMagnetDetector::ConstructMe(), PHG4HcalDetector::ConstructMe(), PHG4SpacalDetector::ConstructMe(), doiPETDetectorConstruction::ConstructPhantom(), RMC01DetectorConstruction::ConstructSimpleGeometry(), UltraDetectorConstruction::ConstructUVscope(), G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), G4GenericPolycone::CreatePolyhedron(), G4VTwistedFaceted::CreatePolyhedron(), G4Polyhedra::CreatePolyhedron(), G4TwistedTubs::CreatePolyhedron(), G4Paraboloid::CreatePolyhedron(), G4DiffractiveExcitation::CreateStrings(), G4AlphaDecay::DecayIt(), G4TritonDecay::DecayIt(), G4ECDecay::DecayIt(), G4NeutronDecay::DecayIt(), G4ProtonDecay::DecayIt(), G4BetaPlusDecay::DecayIt(), G4BetaMinusDecay::DecayIt(), G4ITDecay::DecayIt(), G4KL3DecayChannel::DecayIt(), G4NeutronBetaDecayChannel::DecayIt(), G4DalitzDecayChannel::DecayIt(), G4MuonDecayChannel::DecayIt(), G4TauLeptonicDecayChannel::DecayIt(), G4MuonDecayChannelWithSpin::DecayIt(), G4PionRadiativeDecayChannel::DecayIt(), G4MuonRadiativeDecayChannelWithSpin::DecayIt(), G4GPSModel::DescribeYourselfTo(), G4PolyconeSide::DistanceAway(), G4Torus::DistanceToIn(), G4CutTubs::DistanceToOut(), G4Tubs::DistanceToOut(), G4Torus::DistanceToOut(), G4Cons::DistanceToOut(), G4HelixExplicitEuler::DistChord(), G4ExactHelixStepper::DistChord(), G4MagHelicalStepper::DistChord(), G4HelixMixedStepper::DistChord(), G4NRESP71M03::DKINMA(), DMXParticleSource::DMXParticleSource(), G4ScoringCylinder::Draw(), G4ScoringCylinder::DrawColumn(), G4QAOLowEnergyLoss::EnergyLoss(), Par01PionShowerModel::Explode(), Par01EMShowerModel::Explode(), G4PolyconeSide::Extent(), fillBins4_sse(), G4tgbVolume::FindOrConstructG4Solid(), G4UCNMicroRoughnessHelper::Fmu(), G4UCNMicroRoughnessHelper::FmuS(), G4StatMFChannel::FragmentsMomenta(), G4MuonRadiativeDecayChannelWithSpin::fron(), G4ArrowModel::G4ArrowModel(), G4IonCoulombCrossSection::G4IonCoulombCrossSection(), G4PolyconeSide::G4PolyconeSide(), G4Polyhedra::G4Polyhedra(), G4PolyhedraSide::G4PolyhedraSide(), G4fissionEvent::G4SmpIsoDir(), G4SPSAngDistribution::G4SPSAngDistribution(), G4UniformElectricField::G4UniformElectricField(), G4UniformMagField::G4UniformMagField(), G4WentzelOKandVIxSection::G4WentzelOKandVIxSection(), G4ElasticHNScattering::GaussianPt(), G4QuarkExchange::GaussianPt(), G4SingleDiffractiveExcitation::GaussianPt(), G4QGSDiffractiveExcitation::GaussianPt(), G4QGSMSplitableHadron::GaussianPt(), G4DiffractiveExcitation::GaussianPt(), G4QGSParticipants::GaussianPt(), G4FTFAnnihilation::GaussianPt(), G4FTFModel::GaussianPt(), G4RDAtomicDeexcitation::GenerateAuger(), G4AtomicDeexcitation::GenerateAuger(), G4UAtomicDeexcitation::GenerateAuger(), G4DNAPTBAugerModel::GenerateAugerWithRandomDirection(), G4SPSAngDistribution::GenerateBeamFlux(), G4RDAtomicDeexcitation::GenerateFluorescence(), G4AtomicDeexcitation::GenerateFluorescence(), G4UAtomicDeexcitation::GenerateFluorescence(), CML2PrimaryGenerationAction::GenerateFromRandom(), G4RPGReaction::GenerateNBodyEvent(), G4RPGReaction::GenerateNBodyEventT(), GVFlashShowerParameterisation::GeneratePhi(), G4LivermorePolarizedRayleighModel::GeneratePhi(), G4SPSPosDistribution::GeneratePointsOnSurface(), PrimaryGeneratorAction1::GeneratePrimaries(), PrimaryGeneratorAction2::GeneratePrimaries(), PrimaryGeneratorAction3::GeneratePrimaries(), PrimaryGeneratorAction4::GeneratePrimaries(), F04PrimaryGeneratorAction::GeneratePrimaries(), F01PrimaryGeneratorAction::GeneratePrimaries(), F02PrimaryGeneratorAction::GeneratePrimaries(), F03PrimaryGeneratorAction::GeneratePrimaries(), GammaRayTelPrimaryGeneratorAction::GeneratePrimaries(), PrimaryGenerator::GeneratePrimaryVertex(), G4SPSAngDistribution::GenerateUserDefFlux(), PHG4CylinderGeom_Spacalv1::get_azimuthal_distance(), PHG4CylinderGeom_Spacalv1::get_azimuthal_n_sec(), PHG4CylinderGeom_Spacalv2::get_sec_azimuthal_width(), G4EllipticalTube::GetCubicVolume(), G4OpBoundaryProcess::GetFacetNormal(), PHG4OuterHcalField::GetFieldValue(), G4ElasticHadrNucleusHE::GetLightFq2(), G4CutTubs::GetMaxMinZ(), G4RDPhotoElectricAngularGeneratorSauterGavrila::GetPhotoElectronDirection(), G4LivermorePolarizedRayleighModel::GetPhotonPolarization(), G4ParticleHPPhotonDist::GetPhotons(), G4Polycone::GetPointOnCone(), G4Polycone::GetPointOnSurface(), G4Polyhedra::GetPointOnSurface(), G4Paraboloid::GetPointOnSurface(), G4CutTubs::GetPointOnSurface(), G4Tubs::GetPointOnSurface(), G4Torus::GetPointOnSurface(), G4Polycone::GetPointOnTubs(), G4LivermorePolarizedComptonModel::GetRandomPolarization(), G4LivermorePolarizedGammaConversionModel::GetRandomPolarization(), G4LivermorePolarizedPhotoElectricGDModel::GetRandomPolarization(), G4LowEnergyPolarizedCompton::GetRandomPolarization(), G4LowEPPolarizedComptonModel::GetRandomPolarization(), AngleIndexList::getRangeList(), G4PenelopeGammaConversionModel::GetScreeningFunctions(), G4Sphere::GetSurfaceArea(), G4GDecay3::GetThreeBodyMomenta(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), HepPolyhedronCons::HepPolyhedronCons(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), HepPolyhedronEllipticalCone::HepPolyhedronEllipticalCone(), HepPolyhedronHype::HepPolyhedronHype(), HepPolyhedronParaboloid::HepPolyhedronParaboloid(), HepPolyhedronPgon::HepPolyhedronPgon(), HepPolyhedronSphere::HepPolyhedronSphere(), HepPolyhedronTorus::HepPolyhedronTorus(), PHG4CylinderGeom_Spacalv1::init_default_sector_map(), G4CutTubs::Inside(), G4Torus::Inside(), G4Tubs::Inside(), G4Cons::Inside(), G4Sphere::Inside(), G4RPGReaction::Isotropic(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4(), G4PhononDownconversion::MakeLTSecondaries(), G4PhononDownconversion::MakeTTSecondaries(), G4PhaseSpaceDecayChannel::ManyBodyDecayIt(), G4GeneralPhaseSpaceDecay::ManyBodyDecayIt(), G4LatticeLogical::MapKtoV(), G4ScreeningMottCrossSection::NuclearCrossSection(), G4RPGReaction::NuclearReaction(), G4AngularDistributionNP::Phi(), G4AngularDistributionPP::Phi(), HelixHough::phiRange_sse(), G4PolyhedraSide::PhiSegment(), G4PhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), G4RDPhotoElectricAngularGeneratorPolarized::PhotoElectronRotationMatrix(), G4Bessel::pI0(), G4Bessel::pI1(), G4PolyconeSide::PointOnCone(), G4DecayWithSpin::PostStepDoIt(), G4OpMieHG::PostStepDoIt(), G4LowEnergyRayleigh::PostStepDoIt(), G4LowEnergyCompton::PostStepDoIt(), G4LowEnergyGammaConversion::PostStepDoIt(), G4LowEnergyIonisation::PostStepDoIt(), G4LowEnergyBremsstrahlung::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4SynchrotronRadiationInMat::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), pyjurf(), G4InuclSpecialFunctions::randomGauss(), G4MuElecInelasticModel::RandomizeEjectedElectronDirection(), G4DNACPA100IonisationModel::RandomizeEjectedElectronDirection(), G4DNAPTBIonisationModel::RandomizeEjectedElectronDirection(), G4InuclSpecialFunctions::randomPHI(), G4RPGTwoCluster::ReactionStage(), G4RPGTwoBody::ReactionStage(), G4RPGFragmentation::ReactionStage(), G4QuasiElRatios::RelDecayIn2(), G4RPGReaction::Rotate(), HepPolyhedron::RotateAroundZ(), G4ParticleHPIsotropic::Sample(), G4ParticleHPNBodyPhaseSpace::Sample(), G4ParticleHPLabAngularEnergy::Sample(), G4ParticleHPContAngularPar::Sample(), G4ParticleHPAngular::SampleAndUpdate(), G4DeltaAngleFreeScat::SampleDirection(), G4DeltaAngle::SampleDirection(), G4PhotoElectricAngularGeneratorSauterGavrila::SampleDirection(), G4RayleighAngularGenerator::SampleDirection(), G4PenelopeBremsstrahlungAngular::SampleDirection(), G4Generator2BN::SampleDirection(), G4Generator2BS::SampleDirection(), G4DNARuddAngle::SampleDirectionForShell(), G4DNABornAngle::SampleDirectionForShell(), G4UrbanAdjointMscModel::SampleDisplacement(), G4AntiNuclElastic::SampleInvariantT(), G4WentzelVIModel::SampleScattering(), G4UrbanMscModel::SampleScattering(), G4UrbanAdjointMscModel::SampleScattering(), MyKleinNishinaCompton::SampleSecondaries(), G4XrayRayleighModel::SampleSecondaries(), G4BoldyshevTripletModel::SampleSecondaries(), G4LivermoreGammaConversionModelRC::SampleSecondaries(), G4HeatedKleinNishinaCompton::SampleSecondaries(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermoreNuclearGammaConversionModel::SampleSecondaries(), G4AdjointBremsstrahlungModel::SampleSecondaries(), G4ee2KChargedModel::SampleSecondaries(), G4eeToTwoPiModel::SampleSecondaries(), G4ee2KNeutralModel::SampleSecondaries(), G4LivermoreGammaConversionModel::SampleSecondaries(), G4AdjointPhotoElectricModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4eeToPGammaModel::SampleSecondaries(), G4LivermoreBremsstrahlungModel::SampleSecondaries(), G4PolarizedMollerBhabhaModel::SampleSecondaries(), G4PenelopeAnnihilationModel::SampleSecondaries(), G4PenelopeGammaConversionModel::SampleSecondaries(), G4PenelopeRayleighModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), G4PenelopePhotoElectricModel::SampleSecondaries(), G4LDMBremModel::SampleSecondaries(), G4KleinNishinaCompton::SampleSecondaries(), G4KleinNishinaModel::SampleSecondaries(), G4PolarizedAnnihilationModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4eplusTo2GammaOKVIModel::SampleSecondaries(), G4eeToTwoGammaModel::SampleSecondaries(), G4mplIonisationWithDeltaModel::SampleSecondaries(), G4eSingleCoulombScatteringModel::SampleSecondaries(), G4IonCoulombScatteringModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PAIPhotModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4MuPairProductionModel::SampleSecondaries(), G4MollerBhabhaModel::SampleSecondaries(), G4MuBremsstrahlungModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4ICRU73QOModel::SampleSecondaries(), G4BraggIonModel::SampleSecondaries(), G4MuBetheBlochModel::SampleSecondaries(), G4BraggModel::SampleSecondaries(), G4AtimaEnergyLossModel::SampleSecondaries(), G4LindhardSorensenIonModel::SampleSecondaries(), G4BetheBlochModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4WentzelOKandVIxSection::SampleSingleScattering(), G4AntiNuclElastic::SampleThetaLab(), G4NuclNuclDiffuseElastic::SampleThetaLab(), G4DiffuseElastic::SampleThetaLab(), G4WilsonAblationModel::SelectSecondariesByDefault(), G4Torus::SetAllParameters(), G4PSDoseDepositForCylinder3D::SetCylinderSize(), G4PSPassageCellFluxForCylinder3D::SetCylinderSize(), G4PSCellFluxForCylinder3D::SetCylinderSize(), G4LivermorePolarizedComptonModel::SetPhi(), G4LivermorePolarizedPhotoElectricGDModel::SetPhi(), G4LowEnergyPolarizedCompton::SetPhi(), G4LowEPPolarizedComptonModel::SetPhi(), G4ScoringCylinder::SetupGeometry(), G4IonCoulombCrossSection::SetupTarget(), G4RPGNeutronInelastic::SlowNeutron(), G4Torus::SolveNumericJT(), G4CutTubs::SurfaceNormal(), G4Tubs::SurfaceNormal(), G4Torus::SurfaceNormal(), G4Cons::SurfaceNormal(), G4Sphere::SurfaceNormal(), G4DiffuseElasticV2::ThetaCMStoThetaLab(), G4NuclNuclDiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElasticV2::ThetaLabToThetaCMS(), G4NuclNuclDiffuseElastic::ThetaLabToThetaCMS(), G4DiffuseElastic::ThetaLabToThetaCMS(), G4PhaseSpaceDecayChannel::ThreeBodyDecayIt(), G4GeneralPhaseSpaceDecay::ThreeBodyDecayIt(), G4PolarizedBhabhaCrossSection::TotalXSection(), G4PolarizedMollerCrossSection::TotalXSection(), G4PhaseSpaceDecayChannel::TwoBodyDecayIt(), G4GeneralPhaseSpaceDecay::TwoBodyDecayIt(), and G4VHadDecayAlgorithm::UniformPhi().

const __m128d twopid = {0x6.487ed5110b4611a8p0, 0x6.487ed5110b4611a8p0}
static

Definition at line 225 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 225 of file vector_math_inline.h

const __m128 twoTo23 = (const __m128) { 0x1.0p23f, 0x1.0p23f, 0x1.0p23f, 0x1.0p23f }
static

Definition at line 4 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 4 of file vector_math_inline.h

Referenced by __attribute__().

__m128i vec_sgn = _mm_load_si128((__m128i*)sign_int)

Definition at line 131 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 131 of file vector_math_inline.h

x
Initial value:
{
__m128 eq0 = _mm_cmpeq_ps(x, zero)

Definition at line 126 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 126 of file vector_math_inline.h

Referenced by PHG4ZDCDefs::__attribute__(), __example_1.f__(), __example_2.f__(), __example_3.f__(), __example_4.f__(), _testMe(), G4Pow::A13High(), G4Pow::A13Low(), G4Pow::A23(), G4MagInt_Driver::AccurateAdvance(), TrackEvaluation::add_truth_information(), Run::AddAxonCompart(), Run::AddDendCompart(), RunAction::AddDoseBox(), G4Element::AddNaturalIsotopes(), Run::AddPenetration(), RunAction::AddProjRange(), Run::AddProjRange(), G4ConvergenceTester::AddScore(), Run::AddSomaCompart(), airy1(), airy1d(), airy2(), airy2d(), aiz(), ALICEKF::ALICEKalmanFilter(), G4ContinuousGainOfEnergy::AlongStepDoIt(), G4DNABrownianTransportation::AlongStepDoIt(), G4VEnergyLossProcess::AlongStepDoIt(), G4ITSteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItAllDone(), G4ITSteppingVerbose::AlongStepDoItOneByOne(), G4SteppingVerbose::AlongStepDoItOneByOne(), G4VEnergyLossProcess::AlongStepGetPhysicalInteractionLength(), G4ForwardXrayTR::AngleDensity(), G4AntiNeutronAnnihilationAtRest::AntiNeutronAnnihilation(), G4LowEIonFragmentation::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4MuonMinusBoundDecay::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4EllipticalTube::ApproxSurfaceNormal(), G4Ellipsoid::ApproxSurfaceNormal(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4SteppingVerbose::AtRestDoItInvoked(), attflv(), G4eIonisationSpectrum::AverageEnergy(), G4RDeIonisationSpectrum::AverageEnergy(), G4eBremsstrahlungSpectrum::AverageEnergy(), G4RDeBremsstrahlungSpectrum::AverageEnergy(), avscatcen(), CLHEP::HepRotation::axis(), G4FissionBarrier::BarashenkovFissionBarrier(), G4Abla::barfit(), Barycenter::Barycenter(), boost::python::indexing_suite< Container, DerivedPolicies, NoProxy >::base_contains(), boost::python::detail::slice_helper< Container, DerivedPolicies, ProxyHandler, Data, Index >::base_set_slice(), G4QMDCollision::bcmax0(), G4QMDCollision::bcmax1(), G4AntiNuclElastic::BesselOneByArg(), G4DiffuseElasticV2::BesselOneByArg(), G4NuclNuclDiffuseElastic::BesselOneByArg(), G4DiffuseElastic::BesselOneByArg(), G4hBetheBlochModel::BetheBlochFormula(), GPUTPCTrackParam::BetheBlochGeant(), G4AtimaEnergyLossModel::Bethek_dedx_e(), biz(), bk(), CLHEP::HepLorentzVector::boost(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::Test::BOOST_DATA_TEST_CASE(), BOOST_DATA_TEST_CASE(), G4Polyhedra::BoundingLimits(), G4ExtrudedSolid::BoundingLimits(), G4Trap::BoundingLimits(), G4GDMLReadSolids::BoxRead(), PHG4mRICHDetector::build_mRICH_sector(), PHG4mRICHDetector::build_mRICH_sector2(), PHG4mRICHDetector::build_mRICH_wall_eside(), PHG4mRICHDetector::build_mRICH_wall_eside_proj(), PHG4mRICHDetector::build_mRICH_wall_hside(), PHG4mRICHDetector::build_sensor(), PHGenFitTrkProp::BuildLayerZPhiHitMap(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), DicomFileCT::BuildStructureIDs(), G4Voxelizer::BuildVoxelLimits(), G4GEMProbability::CalcProbability(), CylinderKalman::calculate_dxda(), HelixKalmanFilter::calculate_dxda(), HelixHoughFuncs_v1::calculate_dzdl_range(), HelixHoughFuncs_v1::calculate_phi_range(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4MuonVDNuclearModel::CalculateEMVertex(), G4Orb::CalculateExtent(), G4Tet::CalculateExtent(), G4Polyhedra::CalculateExtent(), G4OrlicLiXsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), G4INCL::CrossSectionsMultiPions::calculateNNAngularSlope(), G4INCL::CrossSectionsINCL46::calculateNNAngularSlope(), G4GNASHTransitions::CalculateProbability(), G4PreCompoundTransitions::CalculateProbability(), CylinderKalman::calculateProjections(), HelixKalmanFilter::calculateProjections(), FitNewton::ChiSquareGradHessian::calcValGrad(), FitNewton::GaussianGradHessian::calcValGradHessian(), FitNewton::GaussianIntegralGradHessian::calcValGradHessian(), HelixDCAFunc::calcValGradHessian(), FitNewton::ChiSquareGradHessian::calcValGradHessian(), VertexFitFunc::calcValGradHessian(), FitNewton::GaussianRegGradHessian::calcValGradHessian(), calcxsection(), G4QMDCollision::CalFinalStateOfTheBinaryCollisionJQMD(), G4ViewParameters::CatmullRomCubicSplineInterpolation(), CellParameterisation::CellParameterisation(), G4MPIrandomSeedGenerator::CheckDoubleCount(), G4QGSParticipants::CheckKinematics(), G4FTFModel::CheckKinematics(), G4PVPlacement::CheckOverlaps(), G4PreCompoundFragmentVector::ChooseFragment(), G4V3DNucleus::ChooseImpactXandY(), G4SingleDiffractiveExcitation::ChooseX(), ChromosomeParameterisation::ChromosomeParameterisation(), kdfinder::CircleFit< T >::CircleFitByHyper(), kdfinder::CircleFit< T >::CircleFitByPratt(), ALICEKF::CircleFitByTaubin(), PHTpcClusterMover::CircleFitByTaubin(), PHTruthTrackSeeding::circleFitByTaubin(), PHActsSiliconSeeding::circleFitByTaubin(), kdfinder::CircleFit< T >::CircleFitByTaubin(), PHBBox::ClipLine(), CMDistortionAnalysis(), CMDistortionAnalysisCart(), CMDistortionAnalysisPhiR(), CMDistortionReco(), CMDistortionRecoCart(), G4GeomTools::comp_ellint_2(), G4GenericTrap::ComputeBBox(), G4BetheHeitlerModel::ComputeCrossSectionPerAtom(), G4EnergyLossForExtrapolator::ComputeDEDX(), G4mplIonisationModel::ComputeDEDXAhlen(), G4mplIonisationWithDeltaModel::ComputeDEDXAhlen(), G4MollerBhabhaModel::ComputeDEDXPerVolume(), G4LindhardSorensenIonModel::ComputeDEDXPerVolume(), G4BetheBlochModel::ComputeDEDXPerVolume(), G4ICRU73QOModel::ComputeDEDXPerVolume(), G4MuBetheBlochModel::ComputeDEDXPerVolume(), G4BraggIonModel::ComputeDEDXPerVolume(), G4BraggModel::ComputeDEDXPerVolume(), G4DensityEffectCalculator::ComputeDensityCorrection(), G4hBremsstrahlungModel::ComputeDMicroscopicCrossSection(), G4LDMBremModel::ComputeDMicroscopicCrossSection(), G4LivermoreBremsstrahlungModel::ComputeDXSectionPerAtom(), G4SeltzerBergerModel::ComputeDXSectionPerAtom(), G4EnergyLossForExtrapolator::ComputeEnergy(), Acts::computeEnergyLossRadiative(), PHG4FPbScDetector::computeIndex(), G4GenericTrap::ComputeIsTwisted(), G4EmCalculator::ComputeMeanFreePath(), G4KokoulinMuonNuclearXS::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputeMicroscopicCrossSection(), G4eBremParametrizedModel::ComputeParametrizedDXSectionPerAtom(), G4PairProductionRelModel::ComputeParametrizedXSectionPerAtom(), G4EnergyLossForExtrapolator::ComputeRange(), G4DNABrownianTransportation::ComputeStep(), G4UrbanMscModel::ComputeTheta0(), G4UrbanAdjointMscModel::ComputeTheta0(), CellParameterisation::ComputeTransformation(), RE04ParallelWorldParam::ComputeTransformation(), NeuronLoadDataFile::ComputeTransformation(), G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom(), G4MuPairProductionModel::ComputMuPairLoss(), c2_factory< float_type >::constant(), Acts::IntegrationTest::constant_field_propagation(), ExN04DetectorConstruction::Construct(), G4MIRDPelvis::Construct(), RE05DetectorConstruction::Construct(), B5DetectorConstruction::Construct(), FFDetectorConstruction::Construct(), nlohmann::detail::external_constructor< value_t::array >::construct(), PHG4EPDDetector::construct_block(), XrayFluoMercuryDetectorConstruction::ConstructApparate(), XrayFluoPlaneDetectorConstruction::ConstructApparate(), XrayFluoDetectorConstruction::ConstructApparate(), F04DetectorConstruction::ConstructDetector(), WLSDetectorConstruction::ConstructDetector(), PHG4OuterHcalDetector::ConstructHcalSingleScintillators(), PHG4InnerHcalDetector::ConstructHcalSingleScintillators(), CCalG4Ecal::constructIn(), PHG4PSTOFDetector::ConstructMe(), G4JLeicDIRCDetector::ConstructMe(), G4JLeicVTXDetector::ConstructMe(), GammaRayTelDetectorConstruction::ConstructPayload(), UltraDetectorConstruction::ConstructReflector(), G4VVisCommand::ConvertToDoublePair(), BEmcRecCEMC::CorrectPosition(), BEmcRecFEMC::CorrectPosition(), BEmcRecEEMC::CorrectPosition(), BEmcRec::CorrectPosition(), BEmcRec::CorrectShowerDepth(), G4INCL::Random::correlatedGaussian(), nlohmann::detail::serializer< BasicJsonType >::count_digits(), Acts::IntegrationTest::covariance_bound(), Acts::IntegrationTest::covariance_curvilinear(), Acts::AtlasStepper< ConstantBField >::covarianceTransport(), oncsSub_idtpcfeev2::crc16(), G4FTFAnnihilation::Create2QuarkAntiQuarkStrings(), create_element(), Acts::Visualization::createEllipse(), RawTowerBuilder::CreateNodes(), G4GenericTrap::CreatePolyhedron(), PHActsSiliconSeeding::createSvtxTrack(), G4GenericTrap::CreateTessellatedSolid(), G4LowEXsection::CrossSection(), G4XpimNTotal::CrossSection(), G4XpipNTotal::CrossSection(), G4DNADingfelderChargeIncreaseModel::CrossSectionPerVolume(), csz__huft_build(), G4AnalyticalPolSolver::CubicRoots(), G4RadioactiveDecayBase::DecayAnalog(), G4NeutronBetaDecayChannel::DecayIt(), G4DalitzDecayChannel::DecayIt(), G4MuonDecayChannel::DecayIt(), G4MuonDecayChannelWithSpin::DecayIt(), G4PionRadiativeDecayChannel::DecayIt(), G4MuonRadiativeDecayChannelWithSpin::DecayIt(), G4UnknownDecay::DecayIt(), G4Decay::DecayIt(), G4MuonicAtomDecay::DecayIt(), G4RadioactiveDecay::DecayIt(), Packet_idcdevdescr::decode(), oncsSub_idfnalmwpcv2::decode(), G4PreCompoundModel::DeExcite(), G4ElasticHadrNucleusHE::DefineHadronValues(), G4AdjointhIonisationModel::DefineProjectileProperty(), G4AdjointIonIonisationModel::DefineProjectileProperty(), G4QMDCollision::deltar(), G4hImpactIonisation::DeltaRaysEnergy(), G4EmCorrections::DensityCorrection(), Acts::deriveEnergyLossRadiativeQOverP(), G4VFieldModel::DescribeYourselfTo(), G4AdjointeIonisationModel::DiffCrossSectionMoller(), G4AdjointIonIonisationModel::DiffCrossSectionPerAtomPrimToSecond(), G4AdjointhIonisationModel::DiffCrossSectionPerAtomPrimToSecond(), G4PenelopeComptonModel::DifferentialCrossSection(), kdfinder::TrackCandidate< T >::distanceToCircle(), G4EllipticalTube::DistanceToIn(), G4Ellipsoid::DistanceToIn(), G4EllipticalTube::DistanceToOut(), G4Ellipsoid::DistanceToOut(), G4TwistTubsSide::DistanceToSurface(), doinstatescat(), G4UIcmdWith3VectorAndUnit::DoIt(), dokinematics(), G4ScreenedCoulombClassicalKinematics::DoScreeningComputation(), G4LogConsts::dp2uint64(), G4ScoringBox::Draw(), G4ScoringBox::DrawColumn(), dfe::io_npy_impl::dtype_endianness_modifier(), Packet_idcdevdescr::dump(), nlohmann::detail::serializer< BasicJsonType >::dump_float(), nlohmann::detail::serializer< BasicJsonType >::dump_integer(), G4VScoreWriter::DumpAllQuantitiesToFile(), G4ElectronIonPair::DumpMeanEnergyPerIonPair(), G4VScoreWriter::DumpQuantityToFile(), RE03UserScoreWriter::DumpQuantityToFile(), BrachyUserScoreWriter::DumpQuantityToFile(), Packet_idcdevdescr::dValue(), G4VDecayChannel::DynamicalMass(), HelixHough::dzdlRange_sse(), G4ionEffectiveCharge::EffectiveCharge(), ei(), eix(), eixint(), G4GeomTools::EllipsePerimeter(), G4GeomTools::EllipticConeLateralArea(), EmAcceptance::EmAcceptanceGauss(), G4LivermorePolarizedGammaConversionModel::Encu(), Run::EndOfEvent(), CCalEventAction::EndOfEventAction(), GammaRayTelEventAction::EndOfEventAction(), HistoManager::EndOfRun(), G4GMocrenFileSceneHandler::EndSavingGdd(), G4AtimaFluctuations::EnergyTable_interpolate(), G4AtimaEnergyLossModel::EnergyTable_interpolate(), G4QMDCollision::epse(), CLHEP::HepStat::erf(), G4INCL::BystrickyEvaluator< N >::eval(), QAG4SimulationCalorimeterSum::eval_trk_proj(), G4LegendrePolynomial::EvalAssocLegendrePoly(), G4PolynomialPDF::Evaluate(), G4Abla::evap_postsaddle(), G4Abla::evapora(), G4QuarkExchange::ExciteParticipants(), FW::HelloRandomAlgorithm::execute(), FW::TrackSelector::execute(), FW::ParticleSelector::execute(), G4Pow::expA(), G4ecpssrBaseKxsModel::ExpIntFunction(), G4ecpssrBaseLixsModel::ExpIntFunction(), export_G4ThreeVector(), export_G4TwoVector(), boost::python::container_utils::extend_container(), PerspectiveVisAction::ExtendedDraw(), G4MuonDecayChannelWithSpin::F_c(), G4MuonDecayChannelWithSpin::F_theta(), G4IonFluctuations::Factor(), SvtxClusterEval::fast_approx_atan2(), G4LivermoreGammaConversionModelRC::fbeta(), G4DensityEffectCalculator::FermiDeltaCalculation(), fg(), fgp(), fgp1(), fgp2(), fgp3(), fhhiggscorr(), fhin(), fhsetflags(), fhsetpara(), FW::BField::txt::fieldMapperXYZ(), FW::BField::root::fieldMapperXYZ(), CLHEP::DoubConv::fill_byte_order(), fillEvent(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), CaloEvaluator::fillOutputNtuples(), SvtxEvaluator::fillOutputNtuples(), CML2PrimaryGenerationAction::fillParticlesContainer(), G4QGSParticipants::FinalizeKinematics(), G4FTFModel::FinalizeKinematics(), PHTpcLookup::find(), NHitSeedFinder::find4Tracks(), NHitSeedFinder::find5Tracks(), NHitSeedFinder::find6Tracks(), PHG4CylinderGeomv4::find_strip_center(), Rossegger::FindBetamn(), FW::GroupBy< Iterator, KeyGetter >::findEndOfGroup(), Rossegger::FindMunk(), Rossegger::FindNextZero(), G4JTPolynomialSolver::FindRoots(), PHTpcSeedFinder::findSeeds(), fjet(), fjetrig(), flap(), flap1(), flap2(), G4Abla::fmaxhaz_old(), fnjet(), fnkick(), fnkick2(), fnstru(), fnstrum(), fnstrus(), for(), G4JpegCoder::ForwardDCT(), Acts::IntegrationTest::foward_backward(), G4RPGFragmentation::FragmentationIntegral(), G4MuonRadiativeDecayChannelWithSpin::fron(), ftot(), ftotjet(), ftotrig(), G4eIonisationSpectrum::Function(), G4RDeIonisationSpectrum::Function(), G4BoundingEnvelope::G4BoundingEnvelope(), G4ecpssrBaseKxsModel::G4ecpssrBaseKxsModel(), G4Exp(), G4Expf(), G4gspos(), G4gsrotm(), G4Log(), G4Logf(), G4NuclearShellModelDensity::G4NuclearShellModelDensity(), G4Para::G4Para(), G4ParticleHPDataPoint::G4ParticleHPDataPoint(), G4PiData::G4PiData(), G4Pow::G4Pow(), G4QuickRand(), G4RandomPointInEllipse(), G4RandomPointOnEllipse(), G4RayleighAngularGenerator::G4RayleighAngularGenerator(), G4fissionEvent::G4SmpWatt(), G4Trap::G4Trap(), G4BetaDecayCorrections::Gamma(), G4ParticleHPMadlandNixSpectrum::Gamma05(), G4VGaussianQuadrature::GammaLogarithm(), CLHEP::gammln(), CLHEP::HepStat::gammln(), G4Abla::gammln(), simpleRandom::gauss(), G4SimpleIntegration::Gauss(), gauss1(), gauss2(), gauss3(), gauss4(), CexmcReimplementedGenbod::Generate(), G4eeToHadronsModel::GenerateCMPhoton(), G4LivermorePolarizedRayleighModel::GenerateCosTheta(), G4SPSPosDistribution::GeneratePointsInBeam(), G4SPSPosDistribution::GeneratePointsInPlane(), DMXParticleSource::GeneratePointsInVolume(), G4SPSPosDistribution::GeneratePointsInVolume(), G4SPSPosDistribution::GeneratePointsOnSurface(), ExUCNPrimaryGeneratorAction::GeneratePrimaries(), F06PrimaryGeneratorAction::GeneratePrimaries(), XrayFluoPlanePrimaryGeneratorAction::GeneratePrimaries(), IORTPrimaryGeneratorAction::GeneratePrimaries(), XrayFluoPrimaryGeneratorAction::GeneratePrimaries(), G4MPIrandomSeedGenerator::GenerateSeeds(), G4BigBanger::generateX(), generatez(), CLHEP::RandGamma::genGamma(), PHG4GDMLWriteSolids::GenTrapWrite(), G4GDMLWriteSolids::GenTrapWrite(), genfit::Field::get(), G4ParticleHPVector::Get50percentBorder(), dfe::io_root_impl::get_address(), SvtxTruthEval::get_innermost_truth_hit(), G4LogConsts::get_log_poly(), G4LogConsts::get_log_px(), G4LogConsts::get_log_qx(), SvtxTruthEval::get_outermost_truth_hit(), nlohmann::json_pointer< BasicJsonType >::get_unchecked(), PHG4BlockCellGeom::get_xbin(), CLHEP::HepRotation::getAngleAxis(), G4GDMLWriteDefine::GetAngles(), PHG4GDMLWriteDefine::GetAngles(), ClusterSBPoints::GetBarycenter(), G4INCL::SurfaceAvatar::getChannel(), ALICEKF::GetCircleClusterResiduals(), G4hImpactIonisation::GetConstraints(), G4AdjointAlongStepWeightCorrection::GetContinuousStepLimit(), G4ContinuousGainOfEnergy::GetContinuousStepLimit(), G4VMultipleScattering::GetContinuousStepLimit(), EmcCluster::GetCorrPos(), G4GenericTrap::GetCubicVolume(), G4VEmProcess::GetCurrentLambda(), G4VMscModel::GetDEDX(), G4VEnergyLossProcess::GetDEDXForScaledEnergy(), G4LindhardSorensenData::GetDeltaL(), XrayFluoDetectorConstruction::GetDetectorPosition(), EmcCluster::GetECoreCorrected(), G4ChargeExchangeProcess::GetElementCrossSection(), G4NuclNuclDiffuseElastic::GetErfComp(), G4NuclNuclDiffuseElastic::GetErfInt(), G4TwistTrapFlatSide::GetFacets(), G4TwistTubsSide::GetFacets(), G4TwistTubsHypeSide::GetFacets(), G4ProtonField::GetField(), G4NeutronField::GetField(), PHFieldCleo::GetFieldValue(), PHField3DCartesian::GetFieldValue(), PHFieldBeast::GetFieldValue(), PHField2D::GetFieldValue(), PHField3DCylindrical::GetFieldValue(), PHG4OuterHcalField::GetFieldValue(), TabulatedField3D::GetFieldValue(), G4LineCurrentMagField::GetFieldValue(), EMField::GetFieldValue(), G4DELPHIMagField::GetFieldValue(), G4HarmonicPolMagField::GetFieldValue(), HadrontherapyMagneticField3D::GetFieldValue(), PurgMagTabulatedField3D::GetFieldValue(), G4VEnergyLossProcess::GetIonisationForScaledEnergy(), G4NistElementBuilder::GetIsotopeAbundance(), G4NuclNuclDiffuseElastic::GetLegendrePol(), G4VEnergyLossProcess::GetLimitScaledRangeForScaledEnergy(), G4PhononDownconversion::GetLTDecayProb(), G4EmCalculator::GetMeanFreePath(), G4Accumulables::GetMergeFunction(), G4ParticleHPThermalScattering::getMu(), G4MuonicAtomHelper::GetMuonDecayRate(), G4MuonMinusBoundDecay::GetMuonDecayRate(), getnewmass(), mRICH::getNgamma(), ECCEmRICHFastPIDMap::getNgamma(), G4INCL::InterpolationTable::getNodeAbscissae(), G4WilsonAbrasionModel::GetNucleonInducedExcitation(), G4NuclearLevelData::GetPairingCorrection(), getpdf(), G4ParticleHPPhotonDist::GetPhotons(), getpnorad1(), G4PolyconeSide::GetPointOnFace(), G4Ellipsoid::GetPointOnSurface(), G4GenericTrap::GetPointOnSurface(), G4EllipticalCone::GetPointOnSurface(), G4TwistedTubs::GetPointOnSurface(), G4BoundingEnvelope::GetPrismAABB(), getqvec(), G4VEnergyLossProcess::GetRange(), G4SandiaTable::GetSandiaPerAtom(), getscatterer(), G4ScreeningMottCrossSection::GetScatteringAngle(), getsscat(), CLHEP::NonRandomEngine::getState(), G4VEnergyLossProcess::GetSubDEDXForScaledEnergy(), G4VEnergyLossProcess::GetSubIonisationForScaledEnergy(), G4GenericTrap::GetSurfaceArea(), A_Event::getTime(), G4ScreeningMottCrossSection::GetTransitionRandom(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4VMscModel::GetTransportMeanFreePath(), G4PhononDownconversion::GetTTDecayProb(), G4ParticleHPReactionWhiteBoard::GetValueInDouble(), G4ExtrudedSolid::GetVertex(), G4Trap::GetVertices(), G4ElectroNuclearCrossSection::GetVirtualFactor(), G4ParticleHPField::GetY(), gmre(), kdfinder::CircleFit< T >::GradientHessian(), grun(), G4Abla::guet(), guout(), G4HadronNucleonXsc::HadronNucleonXscNS(), G4HadronNucleonXsc::HadronNucleonXscPDG(), half::half(), halfFunction< T >::halfFunction(), G4ParticleHPElementData::Harmonise(), G4ParticleHPVector::Hash(), G4Abla::haz(), G4VhElectronicStoppingPower::HeEffChargeSquare(), G4BraggIonModel::HeEffChargeSquare(), hep2g4(), hFarBwdDefineMagnets(), hFarFwdDefineMagnets(), hijing(), hijset(), c2_transformation< float_type >::ident(), A_Event::identify(), G4ParticleHPVector::Init(), sPHENIXTracker::initDummyHits(), sPHENIXSeedFinder::initDummyHits(), G4EmElementSelector::Initialise(), G4WentzelOKandVIxSection::InitialiseA(), G4FastPathHadronicCrossSection::fastPathEntry::Initialize(), G4StatMFMicroCanonical::Initialize(), G4StatMFMacroCanonical::Initialize(), G4NucleiModel::initializeCascad(), G4PenelopeRayleighModel::InitializeSamplingAlgorithm(), Acts::LineSurface::initJacobianToGlobal(), Acts::Surface::initJacobianToGlobal(), Acts::Surface::initJacobianToLocal(), HcalRawTowerBuilder::InitRun(), G4EllipticalTube::Inside(), G4Ellipsoid::Inside(), G4GenericTrap::InsidePolygone(), G4INCL::IFunction1D::integrate(), G4VEmissionProbability::IntegrateProbability(), G4LEPTSDiffXS::InterpolateCDXS(), G4INCL::IFunction1D::inverseCDFTable(), G4ErrorSymMatrix::invertBunchKaufman(), G4hIonEffChargeSquare::IonEffChargeSquare(), Acts::detail::Axis< AxisType::Variable, bdt >::isInside(), G4GenericTrap::IsSegCrossing(), G4Bessel::K0(), G4Bessel::K1(), G4INCL::NKbToNKbChannel::KaonMomentum(), G4INCL::NKbElasticChannel::KaonMomentum(), G4INCL::NKbToLpiChannel::KaonMomentum(), G4INCL::NpiToLKChannel::KaonMomentum(), G4INCL::NpiToSKChannel::KaonMomentum(), G4INCL::NKbToSpiChannel::KaonMomentum(), G4QMDGroundStateNucleus::killCMMotionAndAngularM(), Rossegger::Kimu(), G4EmCorrections::KShell(), kspos(), ksposp(), kstpar(), Acts::LayerArrayCreator::layerArray(), G4LevelReader::LevelManager(), lgam(), Rossegger::Limu(), MyGamma::LnGamma(), PDBlib::Load(), G4LatticeLogical::Load_NMap(), G4BremsstrahlungParameters::LoadData(), G4RDBremsstrahlungParameters::LoadData(), G4INCL::Store::loadParticles(), G4Pow::logBase(), G4Pow::logX(), G4ReactionProduct::Lorentz(), G4Abla::lpoly(), G4EmCorrections::LShell(), luerrm(), lugive(), lulist(), lutabu(), lutest(), luupda(), lux3jt(), LXeMainVolume::LXeMainVolume(), CCalMagneticField::MagneticField(), main(), makebranch(), makeinsplit(), G4PhononDownconversion::MakeLTSecondaries(), G4MuonVDNuclearModel::MakeSamplingTable(), G4MuPairProductionModel::MakeSamplingTables(), PHG4ScoringManager::makeScoringHistograms(), PHActsSiliconSeeding::makeSpacePoint(), PHActsSiliconSeeding::makeSvtxTracks(), G4PhononDownconversion::MakeTTSecondaries(), G4JpegCoder::makeYCC(), MCGIDI_energy_sampleEvaporation(), MCGIDI_energy_sampleSimpleMaxwellianFission(), MCGIDI_energy_sampleWatt(), MCGIDI_kinetics_2BodyReaction(), MCGIDI_kinetics_COMKineticEnergy2LabEnergyAndMomentum(), MCGIDI_sampling_doubleDistribution(), Acts::Polyhedron::merge(), G4SimpleIntegration::MidPoint(), G4hhIonisation::MinPrimaryEnergy(), G4mplIonisation::MinPrimaryEnergy(), G4alphaIonisation::MinPrimaryEnergy(), G4ePolarizedIonisation::MinPrimaryEnergy(), G4MuIonisation::MinPrimaryEnergy(), G4hIonisation::MinPrimaryEnergy(), G4eIonisation::MinPrimaryEnergy(), molecule(), BEmcRec::Momenta(), momentumDistributions(), PHHepMCGenEvent::moveVertex(), nlohmann::detail::dtoa_impl::diyfp::mul(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::newSpacePoint(), nf_amc_wigner_6j(), nf_exponentialIntegral(), nf_gammaFunction(), nf_incompleteGammaFunctionComplementary(), nf_Legendre_GaussianQuadrature(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaIso(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaIso(), nlohmann::detail::dtoa_impl::diyfp::normalize(), nlohmann::detail::dtoa_impl::diyfp::normalize_to(), G4LevelReader::NormalizedICCProbability(), G4GenericTrap::NormalToPlane(), G4PAIySection::NormShift(), G4PAIxSection::NormShift(), G4IonCoulombCrossSection::NuclearCrossSection(), G4ScreeningMottCrossSection::NuclearCrossSection(), odeint(), omg0(), FW::GaussianVertexGenerator::operator()(), G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Key_Hash::operator()(), c2_function< G4double >::operator()(), c2_const_ptr< G4double >::operator()(), operator+(), operator-(), G4GMocrenFileSceneHandler::Index3D::operator<(), boost::operator<(), boost::operator<=(), G4GMocrenFileSceneHandler::Index3D::operator==(), boost::operator>(), CLHEP::operator>>(), HepGeom::operator>>(), G4PenelopeComptonModel::OscillatorTotalCrossSection(), G4GDMLReadSolids::ParaRead(), DNAParser::ParseFile(), G4DNADingfelderChargeIncreaseModel::PartialCrossSection(), G4DNADingfelderChargeDecreaseModel::PartialCrossSection(), G4PhotoElectricAngularGeneratorPolarized::PerpendicularVector(), PG4gspos(), PG4gsposp(), phase(), G4eeCrossSections::PhaseSpace3p(), kdfinder::TrackCandidate< T >::phi_mpi_pi(), HelixHough::phiRange_sse(), G4Bessel::pI0(), G4Bessel::pI1(), pickvtx(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNTot(), G4Bessel::pK0(), plot(), G4GeomTools::PointInPolygon(), G4LivermorePolarizedGammaConversionModel::Poli(), dfe::polynomial_der(), dfe::polynomial_val(), dfe::polynomial_valder(), G4GDMLWriteDefine::Position_vectorWrite(), PHG4GDMLWriteDefine::Position_vectorWrite(), G4LowEnergyRayleigh::PostStepDoIt(), G4LowEnergyCompton::PostStepDoIt(), G4LowEnergyPolarizedCompton::PostStepDoIt(), G4GammaGeneralProcess::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4SteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItOneByOne(), G4SteppingVerbose::PostStepDoItOneByOne(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4GammaGeneralProcess::PostStepGetPhysicalInteractionLength(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), TrackingAction::PostUserTrackingAction(), G4Pow::powN(), G4DNASmoluchowskiDiffusion::PrepareReverseTable(), G4INCL::IFunction1D::primitive(), PHG4Hitv1::print(), printBField(), printf(), printHits(), CaloEvaluator::printOutputInfo(), SvtxEvaluator::printOutputInfo(), G4INCL::Store::printParticleConfiguration(), G4RDeIonisationSpectrum::Probability(), G4eIonisationSpectrum::Probability(), G4eBremsstrahlungSpectrum::Probability(), G4RDeBremsstrahlungSpectrum::Probability(), G4GEMProbabilityVI::ProbabilityDistributionFunction(), PHTruthTrackSeeding::Process(), PHG4FullProjSpacalCellReco::process_event(), ParticleFlowReco::process_event(), PHG4SimpleEventGenerator::process_event(), PHGenFitTrackProjection::process_event(), PHTpcCentralMembraneClusterizer::process_event(), Acts::Legacy::AtlasSeedfinder< SpacePoint >::production3Sp(), prt_fitslices(), prt_get_momentum_from_tof(), prt_smooth(), ptwX_setPointAtIndex(), ptwXY_appendXY(), ptwXY_clip2(), ptwXY_convolution2(), ptwXY_createFromFunctionBisect(), ptwXY_createFromFunctionZeroCrossing(), ptwXY_createGaussianCenteredSigma1_2(), ptwXY_div_s_ptwXY(), ptwXY_exp_s(), ptwXY_flatInterpolationToLinear(), ptwXY_flatInterpolationToLinear_eps(), ptwXY_getPointsAroundX_closeIsEqual(), ptwXY_getXMaxAndFrom(), ptwXY_integrate(), ptwXY_integrateWithFunction(), ptwXY_integrateWithWeight_sqrt_x(), ptwXY_integrateWithWeight_x(), ptwXY_interpolatePoint(), ptwXY_intersectionWith_ptwX(), ptwXY_LinLogToLinLin(), ptwXY_LogLinToLinLin(), ptwXY_LogLogToLinLin(), ptwXY_mergeClosePoints(), ptwXY_mergeFrom(), ptwXY_mul2_ptwXY(), ptwXY_mul2_s_ptwXY(), ptwXY_otherToLinLin(), ptwXY_setValueAtX_overrideIfClose(), ptwXY_setXYDataFromXsAndYs(), ptwXY_setXYPairAtIndex(), ptwXY_thicken(), G4CrossSectionBuffer::push_back(), pyangl(), pycmq2(), pycmqr(), pyct5l(), pyct5m(), pycteq(), pydcyk(), pydump(), pyeicg(), pyeig4(), pyerrm(), pyevnt(), pyevnw(), pyfill(), pyfisb(), pyfram(), pygaga(), pygamm(), pygano(), pygau2(), pygaus(), pygbeh(), pygdir(), pygfxx(), pyggam(), pygive(), pygram(), pygrvd(), pygrvl(), pygrvm(), pygrvs(), pygrvv(), pygrvw(), pygvmd(), pyhifram(), pyhigamm(), pyhiinit(), pyhiinki(), pyhimaxi(), pyhimult(), pyhiovly(), pyhirand(), pyhisigh(), pyhisspa(), pyhistat(), pyhistfe(), pyhistfu(), pyhitest(), pyhiw1au(), pyhiw2au(), pyinbm(), pyinit(), pyinki(), pyinre(), pykcut(), pylamf(), pylist(), pymaxi(), pymign(), pymirm(), pymult(), pyovly(), pypdel(), pypdfl(), pypdfu(), pypdga(), pypdpi(), pypdpo(), pypdpr(), pypile(), pyplot(), pyptmi(), pyrand(), pyreco(), pyrvg1(), pyrvg2(), pyrvg3(), pyrvg4(), pyrvs(), pysgex(), pysghf(), pysghg(), pysgqc(), pysgsu(), pysgtc(), pysgwz(), pysigh(), pyslha(), pysspa(), pystat(), pystbh(), pystfe(), pystfu(), pystop(), pysugi(), pytabu(), pytaud(), pytest(), pytune(), pyupda(), pyupev(), pyw1au(), pyw2au(), pywaux(), pywdkk(), pywidt(), pyx3jt(), pyxued(), pyxxz6(), G4MuonDecayChannelWithSpin::R_c(), G4DNAWaterDissociationDisplacer::radialDistributionOfProducts(), Acts::detail::radian_pos(), Acts::detail::radian_sym(), G4NuclearRadii::Radius(), G4NuclearRadii::RadiusECS(), G4NuclearRadii::RadiusND(), G4LEHadronProtonElastic::RandCosThetaDipPen(), G4DataSet::RandomSelect(), G4RDEMDataSet::RandomSelect(), G4EMDataSet::RandomSelect(), G4CompetitiveFission::Ratio(), G4RPGFragmentation::ReactionStage(), G4ParticleHPThermalScattering::readAnE_P_E_isoAng(), ReadASCII(), G4LevelReader::ReadData(), G4LivermorePolarizedPhotoElectricGDModel::ReadData(), G4LivermorePolarizedPhotoElectricModel::ReadData(), G4LivermorePhotoElectricModel::ReadData(), Acts::IntegrationTest::readFieldXYZ(), readFile(), c2_transformation< float_type >::recip(), c2_transformation< float_type >::recip_prime(), c2_transformation< float_type >::recip_prime2(), CexmcReconstructor::ReconstructEntryPoints(), PHGenFitTrkProp::ReFitTrack(), PHGenFitTrkFitter::ReFitTrack(), G4ParticleHPFastLegendre::regularEvaluate(), G4ParticleHPFastLegendre::regularIntegrate(), G4Generator2BS::RejectionFunction(), G4DNARuddIonisationExtendedModel::RejectionFunction(), nlohmann::detail::serializer< BasicJsonType >::remove_sign(), PHCASeeding::RemoveBadClusters(), G4GeomTools::RemoveRedundantVertices(), c2_transformation< float_type >::report_error(), Acts::TGeoLayerBuilder::resolveSensitive(), oncsSub_idtpcfeev2::reverseBits(), G4DNARevertProbability::Revert(), EICG4dRICHAerogel::riAir(), EICG4dRICHAerogel::riQuartz(), rk4step(), rkstepper(), romg(), HepGeom::BasicVector3D< T >::rotate(), GPUTPCTrackParam::Rotate(), HepGeom::BasicVector3D< T >::rotateY(), HepGeom::BasicVector3D< T >::rotateZ(), G4GDMLWriteDefine::Rotation_vectorWrite(), PHG4GDMLWriteDefine::Rotation_vectorWrite(), rtocp(), FW::RootBFieldWriter< bfield_t >::run(), Acts::Test::runTest(), rwdsax(), G4GenericTrap::SafetyToFace(), G4ParticleHPEvapSpectrum::Sample(), G4ParticleHPLabAngularEnergy::Sample(), G4ParticleHPDiscreteTwoBody::Sample(), G4ParticleHPContAngularPar::Sample(), G4ParticleHPPartial::Sample(), G4VEmAdjointModel::SampleAdjSecEnergyFromDiffCrossSectionPerAtom(), G4LEPTSDiffXS::SampleAngle(), G4VLEPTSModel::SampleAngle(), G4LEPTSDiffXS::SampleAngleMT(), G4UrbanMscModel::SampleCosineTheta(), G4UrbanAdjointMscModel::SampleCosineTheta(), G4INCL::NDeltaToDeltaSKChannel::sampleDeltaMass(), G4INCL::NDeltaToDeltaLKChannel::sampleDeltaMass(), G4INCL::NDeltaOmegaProductionChannel::sampleDeltaMass(), G4INCL::NDeltaEtaProductionChannel::sampleDeltaMass(), G4INCL::DeltaProductionChannel::sampleDeltaMass(), G4DeltaAngle::SampleDirection(), G4RayleighAngularGenerator::SampleDirection(), G4ParticleHPLegendreStore::SampleDiscreteTwoBody(), G4ParticleHPLegendreStore::SampleElastic(), G4eIonisationSpectrum::SampleEnergy(), G4RDeIonisationSpectrum::SampleEnergy(), G4eBremsstrahlungSpectrum::SampleEnergy(), G4RDeBremsstrahlungSpectrum::SampleEnergy(), G4BohrFluctuations::SampleFluctuations(), G4IonFluctuations::SampleFluctuations(), G4mplIonisationModel::SampleFluctuations(), G4mplIonisationWithDeltaModel::SampleFluctuations(), G4NucLevel::SampleGammaTransition(), G4UniversalFluctuation::SampleGauss(), G4AntiNuclElastic::SampleInvariantT(), G4HETCChargedFragment::SampleKineticEnergy(), G4HETCNeutron::SampleKineticEnergy(), G4GEMChannel::SampleKineticEnergy(), G4ParticleHPLegendreStore::SampleMax(), G4VLEPTSModel::SampleNewDirection(), G4INCL::ParticleSampler::sampleOneParticleWithFuzzyRPCorrelation(), G4LivermoreComptonModifiedModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermoreBremsstrahlungModel::SampleSecondaries(), G4PolarizedMollerBhabhaModel::SampleSecondaries(), G4LivermorePolarizedRayleighModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4LDMBremModel::SampleSecondaries(), G4KleinNishinaModel::SampleSecondaries(), G4eBremParametrizedModel::SampleSecondaries(), G4MuPairProductionModel::SampleSecondaries(), G4MollerBhabhaModel::SampleSecondaries(), G4MuBremsstrahlungModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4ICRU73QOModel::SampleSecondaries(), G4AtimaEnergyLossModel::SampleSecondaries(), G4LindhardSorensenIonModel::SampleSecondaries(), G4BetheBlochModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4NucLevel::SampleShell(), G4WentzelOKandVIxSection::SampleSingleScattering(), G4QGSParticipants::SamplingNucleonKinematics(), G4FTFModel::SamplingNucleonKinematics(), G4GDMLWriteDefine::Scale_vectorWrite(), PHG4GDMLWriteDefine::Scale_vectorWrite(), G4VEnergyLossProcess::ScaledKinEnergyForLoss(), nlohmann::detail::lexer< BasicJsonType >::scan_number(), G4WentzelVIModel::SecondMoment(), G4VEmModel::SelectIsotopeNumber(), G4HadElementSelector::SelectRandomAtom(), G4EmElementSelector::SelectRandomAtom(), G4VEmModel::SelectRandomAtom(), serai(), seraid(), RawTowerGeomv2::set_center_x(), RawTowerGeomv1::set_center_x(), RawTowerGeomv4::set_center_x(), RawTowerZDCGeomv1::set_center_x(), RawTowerGeomv3::set_center_x(), PHG4ParticleGeneratorVectorMeson::set_existing_vertex_offset_vector(), PHG4SimpleEventGenerator::set_existing_vertex_offset_vector(), PHG4FPbScSubsystem::set_Place(), PHG4Particlev1::set_px(), PHG4Particlev1::set_py(), PHG4Particlev1::set_pz(), PHG4ParticleGeneratorVectorMeson::set_vertex_distribution_function(), PHHepMCGenHelper::set_vertex_distribution_function(), PHG4SimpleEventGenerator::set_vertex_distribution_function(), PHG4ParticleGeneratorVectorMeson::set_vertex_distribution_mean(), PHHepMCGenHelper::set_vertex_distribution_mean(), PHG4SimpleEventGenerator::set_vertex_distribution_mean(), PHG4ParticleGeneratorVectorMeson::set_vertex_distribution_width(), PHHepMCGenHelper::set_vertex_distribution_width(), PHG4SimpleEventGenerator::set_vertex_distribution_width(), PHG4ParticleGeneratorBase::set_vtx(), SimpleHit3D::set_x(), SvtxTrackState_v1::set_x(), SvtxVertex_v1::set_x(), PHG4Showerv1::set_x(), GlobalVertexv1::set_x(), B5DetectorConstruction::SetArmAngle(), G4TwistBoxSide::SetCorners(), G4TwistTrapParallelSide::SetCorners(), G4TwistTrapAlphaSide::SetCorners(), G4TwistTrapFlatSide::SetCorners(), G4TwistTubsFlatSide::SetCorners(), G4TwistTubsSide::SetCorners(), G4TwistTubsHypeSide::SetCorners(), G4ParticleHPDataPoint::SetData(), G4ParticleHPFieldPoint::SetData(), G4QMDReaction::SetEF(), G4INCL::Book::setFirstCollisionSpectatorMomentum(), G4INCL::Book::setFirstCollisionSpectatorPosition(), G4INCL::Book::setFirstCollisionXSec(), CML2Acc1::SetJawAperture(), CML2Acc2::SetJawAperture(), CML2AccSaturn::SetJawAperture(), G4NuclideTable::SetLevelTolerance(), DetectorConstruction::SetMaxChargedStep(), G4VisCommandViewerAddCutawayPlane::SetNewValue(), G4VisCommandsViewerSet::SetNewValue(), G4EmParametersMessenger::SetNewValue(), G4VisCommandViewerChangeCutawayPlane::SetNewValue(), G4UIcontrolMessenger::SetNewValue(), G4VisCommandSceneAddDate::SetNewValue(), G4VisCommandSceneAddEventID::SetNewValue(), G4AdjointSimMessenger::SetNewValue(), G4VisCommandSceneAddLogo2D::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), G4VisCommandSceneAddText2D::SetNewValue(), AnnularFieldSim::setNominalB(), AnnularFieldSim::setNominalE(), G4RDPhotoElectricAngularGeneratorPolarized::SetPerpendicularVector(), G4LivermorePolarizedComptonModel::SetPerpendicularVector(), G4LivermorePolarizedPhotoElectricGDModel::SetPerpendicularVector(), G4LowEnergyPolarizedCompton::SetPerpendicularVector(), G4LowEPPolarizedComptonModel::SetPerpendicularVector(), LXePMTSD::SetPmtPositions(), G4ParticleHPVector::SetPoint(), PHG4HcalSubsystem::SetPosition(), G4MCTSimVertex::SetPosition(), ActsFatras::Particle::setPosition4(), CLHEP::NonRandomEngine::setRandomInterval(), G4TrackStack::SetSafetyValue2(), G4IonCoulombCrossSection::SetScreenRSquare(), G4ParticleHPPartial::SetT(), G4QMDNucleus::SetTotalPotential(), AnnularFieldSim::SetTruncationDistance(), G4ScreeningMottCrossSection::SetupKinematic(), G4AtimaEnergyLossModel::SetupParameters(), G4LindhardSorensenIonModel::SetupParameters(), G4BetheBlochModel::SetupParameters(), CMFlashClusterv1::setX(), TrkrClusterv2::setX(), TrkrClusterv1::setX(), G4ParticleHPPartial::SetX(), G4ViewParameters::SetXGeometryString(), G4ParticleHPVector::SetXsec(), G4ParticleHPDataPoint::SetXsection(), F02PrimaryGeneratorAction::SetXVertex(), F01PrimaryGeneratorAction::SetXVertex(), F03PrimaryGeneratorAction::SetXVertex(), F04PrimaryGeneratorAction::SetXvertex(), G4ParticleHPDataPoint::SetY(), G4ParticleHPFieldPoint::SetY(), G4ParticleHPVector::SetY(), G4EmCorrections::ShellCorrectionSTD(), Acts::ConeBounds::shifted(), CLHEP::RandGauss::shoot(), kdfinder::CircleFit< T >::SigmaWithLargeCircleOption(), G4SimpleIntegration::Simpson(), NeuronLoadDataFile::SingleNeuronSWCfile(), G4INCL::RootFinder::solve(), G4ElectroNuclearCrossSection::SolveTheEquation(), G4ExpConsts::sp2uint32(), G4LogConsts::sp2uint32(), G4Abla::spdef(), G4PAIySection::SplainPAI(), G4PAIxSection::SplainPAI(), G4INCL::CrossSectionsMultiPions::spnPiMinusPHE(), G4INCL::CrossSectionsMultiPions::spnPiPlusPHE(), sqr(), QAG4Util::square(), square(), Acts::BoundaryCheck::squaredNorm(), ssmssm(), F04SteppingVerbose::StepInfo(), ExN04SteppingVerbose::StepInfo(), FCALSteppingVerbose::StepInfo(), eRositaSteppingVerbose::StepInfo(), XrayFluoSteppingVerbose::StepInfo(), PurgMagSteppingVerbose::StepInfo(), RE05SteppingVerbose::StepInfo(), ExP01SteppingVerbose::StepInfo(), F05SteppingVerbose::StepInfo(), G4SteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfo(), F03SteppingVerbose::StepInfo(), F01SteppingVerbose::StepInfo(), G4ITSteppingVerbose::StepInfoForLeadingTrack(), stirf(), nlohmann::detail::dtoa_impl::diyfp::sub(), sugra(), G4EllipticalTube::SurfaceNormal(), G4Ellipsoid::SurfaceNormal(), G4GenericTrap::SurfaceNormal(), Acts::Frustum< value_t, DIM, SIDES >::svg(), date_filter_msg_buffer::sync(), filter_msg_buffer::sync(), remote_msg_buffer::sync(), testEventiterator::testEventiterator(), G4ParticleHPVector::ThinOut(), title(), nlohmann::detail::binary_writer< BasicJsonType, CharType >::to_char_type(), Acts::IntegrationTest::to_cylinder(), Acts::IntegrationTest::to_surface(), tog4(), G4PolarizedMollerCrossSection::TotalXSection(), G4PolarizedBhabhaCrossSection::TotalXSection(), oncsSub_idtpcfeev2::tpc_decode(), Acts::CuboidVolumeBuilder::trackingVolume(), CLHEP::RandLandau::transform(), HepPolyhedron::Transform(), Acts::Seedfinder< external_spacepoint_t >::transformCoordinates(), G4SimpleIntegration::Trapezoidal(), G4PolyPhiFace::Triangulate(), G4EnergyLossForExtrapolator::TrueStepLength(), G4CollisionOutput::tuneSelectedPair(), G4GDMLReadSolids::TwistedboxRead(), ug3g4(), ugeom(), uginit(), uglast(), G4ExpConsts::uint322sp(), G4LogConsts::uint322sp(), ulangl(), update_process(), G4Channeling::UpdateParameters(), FCALSteppingAction::UserSteppingAction(), WLSSteppingAction::UserSteppingAction(), G4Physics2DVector::Value(), c2_classic_function_p< float_type >::value_with_derivatives(), c2_plugin_function_p< G4double >::value_with_derivatives(), c2_binary_function< float_type >::value_with_derivatives(), c2_scaled_function_p< float_type >::value_with_derivatives(), c2_cached_function_p< float_type >::value_with_derivatives(), c2_sin_p< float_type >::value_with_derivatives(), c2_cos_p< float_type >::value_with_derivatives(), c2_tan_p< float_type >::value_with_derivatives(), c2_log_p< float_type >::value_with_derivatives(), c2_exp_p< float_type >::value_with_derivatives(), c2_sqrt_p< float_type >::value_with_derivatives(), c2_recip_p< float_type >::value_with_derivatives(), c2_identity_p< float_type >::value_with_derivatives(), c2_linear_p< G4double >::value_with_derivatives(), c2_quadratic_p< float_type >::value_with_derivatives(), c2_power_law_p< float_type >::value_with_derivatives(), vegas(), visaje(), wdsax(), wdsax1(), wdsax2(), while(), G4eeCrossSections::Width3p(), dfe::io_dsv_impl::DsvWriter< Delimiter >::write(), DMXEventAction::writePmtHitsToFile(), PHG4OuterHcalDetector::x_at_y(), PHG4InnerHcalDetector::x_at_y(), G4BigBanger::xProbability(), G4NeutronElectronElXsc::XscIntegrand(), G4NeutronElectronElModel::XscIntegrand(), G4IonYangFluctuationModel::YangFluctuationModel(), G4Pow::Z23(), CLHEP::RandExpZiggurat::ziggurat_efix(), and CLHEP::RandGaussZiggurat::ziggurat_nfix().

x2 = _mm_mul_ps(x, x)

Definition at line 186 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 186 of file vector_math_inline.h

Referenced by G4MesonAbsorption::AbsorptionCrossSection(), G4MagInt_Driver::AccurateAdvance(), G4ESTARStopping::AddData(), EICG4LumiDetector::AddTriangularTrapezoid(), HelixHough::allButKappaRange_sse(), G4ForwardXrayTR::AngleDensity(), GFlashSamplingShowerParameterisation::ApplySampling(), ar3jet(), ClusteringAlgo::AreOnTheSameCluster(), AreOnTheSameCluster(), arorie(), G4eIonisationSpectrum::AverageEnergy(), G4RDeIonisationSpectrum::AverageEnergy(), G4eIonisationSpectrum::AverageValue(), G4RDeIonisationSpectrum::AverageValue(), G4eBremsstrahlungSpectrum::AverageValue(), G4RDeBremsstrahlungSpectrum::AverageValue(), G4AntiNuclElastic::BesselOneByArg(), G4DiffuseElasticV2::BesselOneByArg(), G4NuclNuclDiffuseElastic::BesselOneByArg(), G4DiffuseElastic::BesselOneByArg(), G4Physics2DVector::BicubicInterpolation(), CylinderKalman::calculate_dxda(), HelixKalmanFilter::calculate_dxda(), CellularAutomaton_v1::calculate_kappa_tangents(), G4hhElastic::CalculateBQ(), G4hhElastic::CalculateBqQ123(), G4ExtrudedSolid::CalculateExtent(), sPHENIXTrackerTpc::calculateKappaTangents(), sPHENIXTracker::calculateKappaTangents(), sPHENIXSeedFinder::calculateKappaTangents(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), PHTpcClusterMover::circle_circle_intersection(), G4VoxelLimits::ClipToLimits(), G4ScreeningMottCrossSection::ComputeAngle(), G4eeToHadronsModel::ComputeCMCrossSectionPerElectron(), G4LivermorePolarizedPhotoElectricGDModel::ComputeCrossSectionPerAtom(), G4LivermorePolarizedPhotoElectricModel::ComputeCrossSectionPerAtom(), G4LivermorePhotoElectricModel::ComputeCrossSectionPerAtom(), G4BetheHeitlerModel::ComputeCrossSectionPerAtom(), G4ComponentBarNucleonNucleusXsc::ComputeCrossSections(), G4PairProductionRelModel::ComputeParametrizedXSectionPerAtom(), G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom(), c2_factory< float_type >::connector_function(), B5DetectorConstruction::Construct(), PHG4OuterHcalDetector::ConstructHcalSingleScintillators(), EICG4RPDetector::ConstructMe(), PHG4HcalDetector::ConstructMe(), G4FTFAnnihilation::Create3QuarkAntiQuarkStrings(), G4LowEXsection::CrossSection(), G4XpimNTotal::CrossSection(), G4XpipNTotal::CrossSection(), G4CrossSectionBuffer::CrossSection(), oncsSub_idmvtxv2::decode(), G4FissionParameters::DefineParameters(), G4AdjointIonIonisationModel::DiffCrossSectionPerAtomPrimToSecond(), G4AdjointhIonisationModel::DiffCrossSectionPerAtomPrimToSecond(), G4InitXscPAI::DifPAIxSection(), G4PAIxSection::DifPAIxSection(), G4PAIySection::DifPAIySection(), G4GenericTrap::DistToPlane(), G4PiData::ElasticXSection(), G4BraggModel::ElectronicStoppingPower(), G4BraggIonModel::ElectronicStoppingPower(), G4LegendrePolynomial::EvalAssocLegendrePoly(), G4STRead::FacetRead(), fg(), fgp(), G4Physics2DVector::FindLinearX(), G4CompetitiveFission::FissionKineticEnergy(), CLHEP::HepStat::flatToGaussian(), g(), G4ecpssrBaseLixsModel::G4ecpssrBaseLixsModel(), G4Expf(), G4Log(), G4Logf(), G4SPSEneDistribution::GenerateBbodyEnergies(), G4SPSEneDistribution::GenerateCPowEnergies(), genevent(), G4ParticleHPVector::Get50percentBorder(), G4VXTRenergyLoss::GetAngleXTR(), G4MuNeutrinoNucleusTotXsc::GetANuMuTotCsXsc(), CCalDataSet::getCrossSection(), G4PiNuclearCrossSection::GetElementCrossSection(), G4PAIPhotData::GetEnergyPhotonTransfer(), G4PAIPhotData::GetEnergyPlasmonTransfer(), G4PAIModelData::GetEnergyTransfer(), G4PAIPhotData::GetEnergyTransfer(), G4NeutronField::GetField(), G4ProtonField::GetField(), G4LineCurrentMagField::GetFieldValue(), G4DELPHIMagField::GetFieldValue(), G4HarmonicPolMagField::GetFieldValue(), G4PenelopeBremsstrahlungFS::GetMomentumIntegral(), getms(), G4NeutrinoNucleusModel::GetNuMuOnePionProb(), G4NeutrinoNucleusModel::GetNuMuQeTotRat(), G4MuNeutrinoNucleusTotXsc::GetNuMuTotCsXsc(), G4DetailedBalancePhaseSpaceIntegral::GetPhaseSpaceIntegral(), G4EquilibriumEvaporator::getQF(), G4DiffuseElasticV2::GetScatteringAngle(), G4NuclNuclDiffuseElastic::GetScatteringAngle(), G4DiffuseElastic::GetScatteringAngle(), G4BinaryCascade::GetSpherePoint(), G4NeutronElectronElModel::GetTransfer(), G4hhElastic::GetTransfer(), G4PolynomialPDF::GetX(), G4NuMuNucleusCcModel::GetXkr(), G4NuMuNucleusNcModel::GetXkr(), G4VXTRenergyLoss::GetXTRenergy(), G4ParticleHPField::GetY(), G4ParticleHPPartial::GetY(), ghvq(), gphoton(), G4HadronNucleonXsc::HadronNucleonXscEL(), G4HadronNucleonXsc::HadronNucleonXscNS(), TrentoPassiveProtonBeamLine::HadrontherapyRidgeFilter(), ClusterSBPoints::HasInBarycenter(), G4PolynomialPDF::HasNegativeMinimum(), hijsft(), G4PenelopeBremsstrahlungFS::InitializeEnergySampling(), G4ParticleHPVector::Integrate(), GFlashHomoShowerParameterisation::IntegrateEneLongitudinal(), GFlashSamplingShowerParameterisation::IntegrateEneLongitudinal(), GFlashHomoShowerParameterisation::IntegrateNspLongitudinal(), GFlashSamplingShowerParameterisation::IntegrateNspLongitudinal(), G4UPiNuclearCrossSection::Interpolate(), G4ParticleHPFastLegendre::Interpolate(), G4LEPTSDiffXS::InterpolateCDXS(), G4eIonisationSpectrum::IntSpectrum(), G4RDeIonisationSpectrum::IntSpectrum(), G4eBremsstrahlungSpectrum::IntSpectrum(), G4RDeBremsstrahlungSpectrum::IntSpectrum(), CLHEP::Hep3Vector::isOrthogonal(), CLHEP::Hep3Vector::isParallel(), lu4ent(), lueevt(), luonia(), lushow(), lux3jt(), lux4jt(), luxdif(), NeuronLoadDataFile::NeuralNetworkDATAfile(), nf_amc_clebsh_gordan(), nf_amc_reduced_matrix_element(), nf_GnG_adaptiveQuadrature2(), parton(), pickvtx(), G4eIonisationSpectrum::Probability(), G4RDeIonisationSpectrum::Probability(), PHG4MvtxHitReco::process_event(), CellularAutomaton_v1::process_single_track(), CellularAutomaton_v1::process_single_triplet(), PhantomSD::ProcessHits(), sPHENIXTracker::projectToLayer(), sPHENIXSeedFinder::projectToLayer(), ptwX_ascendingOrder(), ptwXY_applyFunctionZeroCrossing(), ptwXY_clip(), ptwXY_createFromFunction(), ptwXY_createFromFunctionBisect(), ptwXY_createFromFunctionZeroCrossing(), ptwXY_createGaussianCenteredSigma1(), ptwXY_createGaussianCenteredSigma1_2(), ptwXY_div_ptwXY(), ptwXY_div_s_ptwXY(), ptwXY_dullEdges(), ptwXY_exp(), ptwXY_groupOneFunction(), ptwXY_groupThreeFunctions(), ptwXY_groupTwoFunctions(), ptwXY_integrate(), ptwXY_integrateWithWeight_sqrt_x(), ptwXY_integrateWithWeight_x(), ptwXY_mul2_ptwXY(), ptwXY_mul2_s_ptwXY(), ptwXY_otherToLinLin(), ptwXY_thicken(), ptwXY_thin2(), ptwXY_toOtherInterpolation2(), ptwXY_union(), py4ent(), pyeevt(), pyhiklim(), pykcut(), pyklim(), pymael(), pyonia(), pyptfs(), pyqqbh(), pyresd(), pyrnm3(), pyrnmq(), pyshow(), pytbdy(), pyx3jt(), pyx4jt(), pyxdif(), G4PiData::ReactionXSection(), G4InitXscPAI::RePartDielectricConst(), G4PAIySection::RePartDielectricConst(), G4PAIxSection::RePartDielectricConst(), G4InitXscPAI::RutherfordIntegral(), G4PAIySection::RutherfordIntegral(), G4PAIxSection::RutherfordIntegral(), G4ParticleHPLabAngularEnergy::Sample(), G4ParticleHPLegendreStore::Sample(), G4ParticleHPDiscreteTwoBody::Sample(), G4ParticleHPContAngularPar::Sample(), G4ParticleHPPartial::Sample(), G4ParticleHPVector::Sample(), G4IonCoulombCrossSection::SampleCosineTheta(), G4DeltaAngle::SampleDirection(), G4RayleighAngularGenerator::SampleDirection(), G4ParticleHPLegendreStore::SampleDiscreteTwoBody(), G4ParticleHPLegendreStore::SampleElastic(), G4RDeIonisationSpectrum::SampleEnergy(), G4eIonisationSpectrum::SampleEnergy(), G4ParticleHPVector::SampleLin(), G4ParticleHPLegendreStore::SampleMax(), G4WentzelVIModel::SampleScattering(), G4LivermorePolarizedPhotoElectricGDModel::SampleSecondaries(), G4LivermorePolarizedPhotoElectricModel::SampleSecondaries(), G4LivermorePhotoElectricModel::SampleSecondaries(), G4eplusTo3GammaOKVIModel::SampleSecondaries(), G4MuPairProductionModel::SampleSecondaries(), G4AtimaEnergyLossModel::SampleSecondaries(), G4LindhardSorensenIonModel::SampleSecondaries(), G4BetheBlochModel::SampleSecondaries(), G4ChargeExchange::SampleT(), G4QGSMSplitableHadron::SampleX(), G4NuMuNucleusCcModel::SampleXkr(), G4NuMuNucleusNcModel::SampleXkr(), G4EmElementSelector::SelectRandomAtom(), G4PolynomialPDF::SetDomain(), Histo::SetHisto1D(), G4VisCommandSceneAddArrow::SetNewValue(), G4VisCommandSceneAddArrow2D::SetNewValue(), G4VisCommandSceneAddLine::SetNewValue(), G4VisCommandSceneAddLine2D::SetNewValue(), G4INCL::RootFinder::solve(), G4PAIySection::SplainPAI(), G4PAIxSection::SplainPAI(), G4BraggModel::StoppingPower(), G4BraggIonModel::StoppingPower(), G4ParticleHPVector::ThinOut(), G4PiData::TotalXSection(), CLHEP::RandLandau::transform(), HepGeom::Transform3D::Transform3D(), G4GDMLReadSolids::TrapRead(), G4GDMLReadSolids::TrdRead(), G4CollisionOutput::tuneSelectedPair(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4Physics2DVector::Value(), Acts::DiamondBounds::vertices(), and w6j1().

x_sign = _mm_and_ps(mod_half, (__m128)vec_sgn)

Definition at line 215 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 215 of file vector_math_inline.h

__m128 y_sign = _mm_and_ps((__m128)vec_sgn, y)

Definition at line 132 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 132 of file vector_math_inline.h

__m128 z = _mm_sub_ps(fourth, x)

Definition at line 182 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 182 of file vector_math_inline.h

z2 = _mm_mul_ps(z, z)

Definition at line 186 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 186 of file vector_math_inline.h

const __m128 zero = {0., 0., 0., 0.}
static

Definition at line 35 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 35 of file vector_math_inline.h

Referenced by CLHEP::Ranlux64Engine::advance(), HelixHough::allButKappaRange_sse(), Acts::Test::BOOST_AUTO_TEST_CASE(), sPHENIXTrackerTpc::calculateKappaTangents(), sPHENIXTracker::calculateKappaTangents(), sPHENIXSeedFinder::calculateKappaTangents(), PHG4InnerHcalDetector::ConstructHcalSingleScintillators(), PHG4OuterHcalDetector::ConstructHcalSingleScintillators(), PHG4HcalDetector::ConstructMe(), PHG4InnerHcalDetector::ConstructSteelPlate(), PHG4OuterHcalDetector::ConstructSteelPlate(), PHG4TpcEndCapDetector::ConstructWagonWheel(), G4ReduciblePolygon::CrossesItself(), G4KineticTrack::Decay(), DMXParticleSource::DMXParticleSource(), HelixHough::dzdlRange_sse(), fillBins4_sse(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4HEPEvtInterface::G4HEPEvtInterface(), G4RTPrimaryGeneratorAction::G4RTPrimaryGeneratorAction(), G4SPSAngDistribution::G4SPSAngDistribution(), G4TriangularFacet::G4TriangularFacet(), G4CascadeDeexciteBase::makeFragment(), HelixHough::phiRange_sse(), AnnularFieldSim::populate_full3d_lookup(), AnnularFieldSim::populate_highres_lookup(), AnnularFieldSim::populate_lowres_lookup(), AnnularFieldSim::populate_phislice_lookup(), FW::Sequencer::run(), G4ParticleHPKallbachMannSyst::Sample(), G4RayShooter::SetInitialValues(), and G4ParticleGun::SetInitialValues().

zero_pi = _mm_and_ps(less0, pi)

Definition at line 135 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 135 of file vector_math_inline.h

zero_pio2 = _mm_and_ps(eq0, pi_over_two)

Definition at line 130 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 130 of file vector_math_inline.h

const __m128d zerod = {0., 0.}
static

Definition at line 251 of file vector_math_inline.h.

View newest version in sPHENIX GitHub at line 251 of file vector_math_inline.h