Home
last modified time | relevance | path

Searched refs:__ix (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dios_base.h852 iword(int __ix) in _GLIBCXX_VISIBILITY()
854 _Words& __word = ((unsigned)__ix < (unsigned)_M_word_size) in _GLIBCXX_VISIBILITY()
855 ? _M_word[__ix] : _M_grow_words(__ix, true); in _GLIBCXX_VISIBILITY()
873 pword(int __ix) in _GLIBCXX_VISIBILITY()
875 _Words& __word = ((unsigned)__ix < (unsigned)_M_word_size) in _GLIBCXX_VISIBILITY()
876 ? _M_word[__ix] : _M_grow_words(__ix, false); in _GLIBCXX_VISIBILITY()
Dforward_list.tcc398 auto __ix = __lx.cbegin(); in operator ==() local
400 while (__ix != __lx.cend() && __iy != __ly.cend()) in operator ==()
402 if (!(*__ix == *__iy)) in operator ==()
404 ++__ix; in operator ==()
407 if (__ix == __lx.cend() && __iy == __ly.cend()) in operator ==()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dcompare864 int __ix = (bool) __builtin_isnan(__x);
866 __ix *= __builtin_signbit(__x) ? -1 : 1;
868 return __ix <=> __iy;
874 auto __ix = _S_fp_bits(__x);
877 if (__ix == __iy)
918 if ((__ix._M_hi & __maxexp) == __maxexp)
919 __ix._M_lo |= 1ull << 63;
930 using _Int = decltype(__ix);
937 __ix ^= __bit;
942 return _S_compl(__ix) <=> _S_compl(__iy);