Searched defs:two_pi (Results 1 – 5 of 5) sorted by relevance
89 const __m256* two_pi, in normal_fill_16_AVX2()116 const __m256 two_pi = _mm256_set1_ps(2.0f * c10::pi<double>); in normal_fill_AVX2() local151 static void normal_fill_16_VSX(float *data,const Vectorized<float> &two_pi,const Vectorized<float> … in normal_fill_16_VSX()175 const Vec two_pi = Vec(2.0f * c10::pi<double>); in normal_fill_VSX() local
33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType two_pi() function
106 constexpr double two_pi = 2.0 * M_PI; in CreateSineWavFile() local
121 fn two_pi() { in two_pi() function