Home
last modified time | relevance | path

Searched defs:two_pi (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DDistributionTemplates.h89 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() local
151 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
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dconstants.inl33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType two_pi() function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dconstants.inl33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType two_pi() function
/aosp_15_r20/external/webrtc/modules/audio_processing/test/conversational_speech/
H A Dgenerator_unittest.cc106 constexpr double two_pi = 2.0 * M_PI; in CreateSineWavFile() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/tests/
H A Dintegration_tests.rs121 fn two_pi() { in two_pi() function