Searched refs:__pi_over_4 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h293 inline constexpr float __pi_over_4 = 0x1.921FB6p-1f; // ��/4 member in namespace:__math_float
301 inline constexpr double __pi_over_4 = 0x1.921fb54442d18p-1; // ��/4 member in namespace:__math_double
327 if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(__r._M_x < __pi_over_4)))
329 else if (_GLIBCXX_SIMD_IS_LIKELY(all_of(__r._M_x < 6 * __pi_over_4)))
360 if (_GLIBCXX_SIMD_IS_UNLIKELY(all_of(__r._M_x < __pi_over_4)))
365 const _V __y = nearbyint(__r._M_x / (2 * __pi_over_4));
368 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(__r._M_x < 1025 * __pi_over_4)))

Completed in 196 milliseconds