Gromacs  2016.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmx::test::anonymous_namespace{simd_math.cpp} Namespace Reference

Functions

static real refInvsqrt (real x)
 Function wrapper to evaluate reference 1/sqrt(x)
 
SimdReal gmx_simdcall tstInvsqrtPair0 (SimdReal x)
 Function wrapper to return first result when testing invsqrtPair.
 
SimdReal gmx_simdcall tstInvsqrtPair1 (SimdReal x)
 Function wrapper to return second result when testing invsqrtPair.
 
real refInv (real x)
 Function wrapper to evaluate reference 1/x.
 
real refErf (real x)
 Function wrapper for erf(x), with argument/return in default Gromacs precision. More...
 
real refErfc (real x)
 Function wrapper for erfc(x), with argument/return in default Gromacs precision. More...
 
real refPmeForceCorrection (real x)
 Evaluate reference version of PME force correction.
 
real refPmePotentialCorrection (real x)
 Evaluate reference version of PME potential correction.
 
SimdReal gmx_simdcall tst_invsqrt_SingleAccuracy_pair0 (SimdReal x)
 Function wrapper to return first result when testing invsqrtPairSingleAccuracy.
 
SimdReal gmx_simdcall tst_invsqrt_SingleAccuracy_pair1 (SimdReal x)
 Function wrapper to return second result when testing invsqrtPairSingleAccuracy.