Home
last modified time | relevance | path

Searched refs:SIMD_fma (Results 1 – 2 of 2) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dpair_sw_intel.cpp818 rsq1 = SIMD_fma(dely, dely, rsq1); in eval()
819 rsq1 = SIMD_fma(delz, delz, rsq1); in eval()
H A Dintel_simd.h410 inline SIMD_float SIMD_fma(const SIMD_float &one, const SIMD_float &two, in SIMD_fma() function
415 inline SIMD_double SIMD_fma(const SIMD_double &one, const SIMD_double &two, in SIMD_fma() function