Searched refs:__shifter_abs (Results 1 – 1 of 1) sorted by relevance
2159 _GLIBCXX_SIMD_USE_CONSTEXPR _V __shifter_abs in _S_nearbyint() local2161 const _V __shifter = __or(__and(_S_signmask<_V>, __x), __shifter_abs); in _S_nearbyint()2163 return __absx < __shifter_abs ? __shifted : __x; in _S_nearbyint()
Completed in 8 milliseconds