| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | basic_ios.h | 374 _M_fill = this->widen(' '); in _GLIBCXX_VISIBILITY() 449 widen(char __c) const in _GLIBCXX_VISIBILITY() 450 { return __check_facet(_M_ctype).widen(__c); } in _GLIBCXX_VISIBILITY()
|
| D | locale_facets_nonio.tcc | 125 __ct.widen(money_base::_S_atoms, in _M_cache() 399 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]); in do_get() 623 __ctype.widen(__cs, __cs + __len, &__digits[0]); in do_put() 668 __ctype.widen(__cs, __cs + __len, &__digits[0]); in __do_put() 781 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format() 861 __ctype.widen(__cs, __cs + 6, __wcs); in _M_extract_via_format() 880 __ctype.widen(__cs, __cs + 9, __wcs); in _M_extract_via_format() 986 && (*__beg == __ctype.widen('-') in _M_extract_via_format() 987 || *__beg == __ctype.widen('+'))) in _M_extract_via_format() 999 if (*__beg == __ctype.widen('%')) in _M_extract_via_format() [all …]
|
| D | locale_facets.tcc | 110 __ct.widen(__num_base::_S_atoms_out, in _M_cache() 113 __ct.widen(__num_base::_S_atoms_in, in _M_cache() 1066 __ctype.widen(__cs, __cs + __len, __ws); in _M_insert_float() 1259 if (__ctype.widen('-') == __olds[0] in _S_pad() 1260 || __ctype.widen('+') == __olds[0]) in _S_pad() 1266 else if (__ctype.widen('0') == __olds[0] in _S_pad() 1268 && (__ctype.widen('x') == __olds[1] in _S_pad() 1269 || __ctype.widen('X') == __olds[1])) in _S_pad()
|
| D | random.tcc | 165 __os.fill(__os.widen(' ')); in operator <<() 485 const _CharT __space = __os.widen(' '); in operator <<() 643 const _CharT __space = __os.widen(' '); in operator <<() 712 const _CharT __space = __os.widen(' '); in operator <<() 873 const _CharT __space = __os.widen(' '); in operator <<() 917 const _CharT __space = __os.widen(' '); in operator <<() 976 const _CharT __space = __os.widen(' '); in operator <<() 1038 __os.fill(__os.widen(' ')); in operator <<() 1119 __os.fill(__os.widen(' ')); in operator <<() 1232 const _CharT __space = __os.widen(' '); in operator <<() [all …]
|
| D | regex.tcc | 268 return string_type(1, __fctyp.widen( in lookup_collatename() 333 && __c == __fctyp.widen('_')); in isctype()
|
| D | locale_facets.h | 296 widen(char __c) const in _GLIBCXX_VISIBILITY() 315 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY() 880 widen(char __c) const in _GLIBCXX_VISIBILITY() 907 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY()
|
| D | ostream.tcc | 328 __ws[__i] = __out.widen(__s[__i]); in operator <<()
|
| D | basic_string.h | 3937 { return std::getline(__is, __str, __is.widen('\n')); }
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-modes.def | 24 compiler do not try to widen IFmode to TFmode on ISA 3.0 (power9) that has 32 support, and widen the operation from IFmode to TFmode. However, IEEE 38 IEEE 128-bit modes would not widen to IFmode. */
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | random.tcc | 166 __os.fill(__os.widen(' ')); in operator <<() 372 const _CharT __space = __os.widen(' '); in operator <<() 506 const _CharT __space = __os.widen(' '); in operator <<() 662 const _CharT __space = __os.widen(' '); in operator <<() 736 const _CharT __space = __os.widen(' '); in operator <<() 854 const _CharT __space = __os.widen(' '); in operator <<() 930 const _CharT __space = __os.widen(' '); in operator <<() 971 __os.fill(__os.widen(' ')); in operator <<() 1018 __os.fill(__os.widen(' ')); in operator <<() 1180 const _CharT __space = __os.widen(' '); in operator <<() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | random.tcc | 363 const _CharT __space = __os.widen(' '); in operator <<() 475 const _CharT __space = __os.widen(' '); in operator <<() 672 const _CharT __space = __os.widen(' '); in operator <<() 760 const _CharT __space = __os.widen(' '); in operator <<() 827 const _CharT __space = __os.widen(' '); in operator <<() 892 const _CharT __space = __os.widen(' '); in operator <<() 988 const _CharT __space = __os.widen(' '); in operator <<() 1058 const _CharT __space = __os.widen(' '); in operator <<() 1162 const _CharT __space = __os.widen(' '); in operator <<() 1227 const _CharT __space = __os.widen(' '); in operator <<() [all …]
|
| D | vstring.h | 2680 { return getline(__is, __str, __is.widen('\n')); } in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | aarch-common-protos.h | 125 const int widen; /* Widen to this size. */ member
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | istream | 351 * Returns @c get(__s,__n,widen('\\n')). 355 { return this->get(__s, __n, this->widen('\n')); } 384 * Returns @c get(__sb,widen('\\n')). 388 { return this->get(__sb, this->widen('\n')); } 424 * Returns @c getline(__s,__n,widen('\\n')). 428 { return this->getline(__s, __n, this->widen('\n')); }
|
| D | bitset | 1486 const char_type __zero = __is.widen('0'); 1487 const char_type __one = __is.widen('1'); 1551 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|
| D | ostream | 518 { return (__out << __out.widen(__c)); } 689 { return flush(__os.put(__os.widen('\n'))); }
|
| D | complex | 517 if (_Traits::eq(__ch, __is.widen('('))) 522 const _CharT __rparen = __is.widen(')'); 528 else if (_Traits::eq(__ch, __is.widen(',')))
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | strftime.c | 206 # define widen(os, ws, l) \ macro 1278 widen (zone, wczone, len); in my_strftime()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2003 | 24 * include/bits/locale_facets.h (ctype.narrow,widen): Add cast. 313 * include/bits/locale_facets.h (widen, narrow): Uncomment the 338 (widen, narrow): Use tables to bypass virtual functions. 695 of DR 303 [WP]: use widen('0') and widen('1'). 4275 * testsuite/22_locale/ctype/widen/char/1.cc: Same. 4276 * testsuite/22_locale/ctype/widen/wchar_t/1.cc: Same. 6045 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same. 6046 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same. 6939 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: New test. 6940 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: New test. [all …]
|
| D | ChangeLog-2005 | 3295 * testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise. 3296 * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise. 3297 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise. 3298 * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise. 3299 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise. 3300 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
|
| D | ChangeLog-2015 | 506 * testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise. 507 * testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise. 508 * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise. 509 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise. 510 * testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.def | 1401 /* Unpack (extract and promote/widen) the high/low elements of the input 1409 fixed point values to floating point and widen elements into the 1416 floating point values to integer and widen elements into the output
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-expand.cc | 14939 goto widen; in ix86_expand_vector_init_duplicate() 14958 goto widen; in ix86_expand_vector_init_duplicate() 15004 goto widen; in ix86_expand_vector_init_duplicate() 15012 goto widen; in ix86_expand_vector_init_duplicate() 15014 widen: in ix86_expand_vector_init_duplicate() 15280 goto widen; in ix86_expand_vector_init_one_nonzero() 15286 goto widen; in ix86_expand_vector_init_one_nonzero() 15287 widen: in ix86_expand_vector_init_one_nonzero() 15355 goto widen; in ix86_expand_vector_init_one_var() 15360 goto widen; in ix86_expand_vector_init_one_var() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| D | poly1305-armv4.S | 897 vaddl.u32 q5,d10,d30 @ h4 -> h0 [widen for a sec]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.md | 1148 ;; FIXME: GCC should widen. 1958 ;; is better to widen to SImode and use immediate shift count.
|