Home
last modified time | relevance | path

Searched defs:__w (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Du8path.h50 _VSTD::wstring __w; in u8path() local
76 _VSTD::wstring __w; in u8path() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc489 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
519 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
548 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
591 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
623 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
656 const streamsize __w = __out.width() > 0 ? __out.width() : 0; in operator <<() local
H A Dlocale_facets.tcc638 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, in _M_pad()
827 streamsize __w = __io.width(); in _M_convert_int() local
969 streamsize __w = __io.width(); in _M_convert_float() local
1011 streamsize __w = __io.width(); in do_put() local
2420 streamsize __w = __io.width(); in _M_insert() local
H A Dstl_tree.h438 _Rb_tree_node_base* __w = __x_parent->_M_right; in _Rb_tree_rebalance_for_erase() local
476 _Rb_tree_node_base* __w = __x_parent->_M_left; in _Rb_tree_rebalance_for_erase() local
H A Distream.tcc1042 streamsize __w = __in.width(); in operator >>() local
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dtree.cc336 _Rb_tree_node_base* __w = __x_parent->_M_right; in _Rb_tree_rebalance_for_erase() local
374 _Rb_tree_node_base* __w = __x_parent->_M_left; in _Rb_tree_rebalance_for_erase() local
H A Distream.cc283 const streamsize __w = __in.width(); in operator >>() local
/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Duniform_int_distribution.h78 ::__independent_bits_engine(_Engine& __e, size_t __w) in __independent_bits_engine()
244 size_t __w = _Dt - std::__countl_zero(_Rp) - 1; in operator() local
H A Dgamma_distribution.h136 const result_type __w = __u * (1 - __u); in operator() local
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dmonetary_members.cc390 union { char *__s; wchar_t __w; } __u; in _M_initialize_moneypunct() member
532 union { char *__s; wchar_t __w; } __u; in _M_initialize_moneypunct() member
H A Dnumeric_members.cc124 union { char *__s; wchar_t __w; } __u; in _M_initialize_numpunct() member
H A Dtime_members.cc288 union { char *__s; wchar_t *__w; } __u; in _M_initialize_timepunct() member
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h89 const streamsize __w = __out.width(); in __ostream_insert() local
H A Dlocale_facets.tcc904 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, in _M_pad()
1043 const streamsize __w = __io.width(); in _M_insert_int() local
1196 const streamsize __w = __io.width(); in _M_insert_float() local
1234 const streamsize __w = __io.width(); in do_put() local
H A Distream.tcc889 const streamsize __w = __in.width(); in operator >>() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom.tcc273 const mersenne_twister<_UIntType, __w, __n, __m, in operator <<() argument
300 mersenne_twister<_UIntType, __w, __n, __m, in operator >>() argument
540 const subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator <<() argument
565 subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator >>() argument
652 const int __w = std::numeric_limits<result_type>::digits; in _M_initialize_max() local
938 _RealType __w = 0.0; in operator ()() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dxmmintrin.h1800 _mm_set_ss(float __w) in _mm_set_ss()
1818 _mm_set1_ps(float __w) in _mm_set1_ps()
1837 _mm_set_ps1(float __w) in _mm_set_ps1()
1864 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1892 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
H A Demmintrin.h1737 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_set_sd(double __w) { in _mm_set_sd()
1753 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_set1_pd(double __w) { in _mm_set1_pd()
1769 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_set_pd1(double __w) { in _mm_set_pd1()
1787 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_set_pd(double __w, in _mm_set_pd()
1807 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_setr_pd(double __w, in _mm_setr_pd()
3635 static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_set1_epi16(short __w) { in _mm_set1_epi16()
H A Davxintrin.h4189 _mm256_set1_pd(double __w) in _mm256_set1_pd()
4208 _mm256_set1_ps(float __w) in _mm256_set1_ps()
4245 _mm256_set1_epi16(short __w) in _mm256_set1_epi16()
H A Dmmintrin.h1401 _mm_set1_pi16(short __w) in _mm_set1_pi16()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dmmintrin.h901 _mm_set1_pi16 (short __w) in _mm_set1_pi16()
911 unsigned int __w = (unsigned char)__b << 8 | (unsigned char)__b; in _mm_set1_pi8() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dvstring.tcc573 const streamsize __w = __in.width(); in _GLIBCXX_BEGIN_NAMESPACE() local
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dmmintrin.h1099 _mm_set1_pi16 (short __w) in _mm_set1_pi16()
1109 unsigned int __w = (unsigned char)__b << 8 | (unsigned char)__b; in _mm_set1_pi8() local
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dmmintrin.h909 _mm_set1_pi16 (short __w) in _mm_set1_pi16()
/openbsd-src/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1407 _mm_set1_pi16(short __w) { in _mm_set1_pi16()

12