Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp128 static const T sin_120; member
136 const T Constants<T>::sin_120 = (T)0.86602540378443864676372317075294; member in cv::__anon73318efb0111::Constants<T>
605 const __m128 sin_120 = _mm_set1_ps(Constants<float>::sin_120); in operator ()() local