Home
last modified time | relevance | path

Searched refs:widen (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dbasic_ios.h374 _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()
Dlocale_facets_nonio.tcc125 __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 …]
Dlocale_facets.tcc110 __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()
Drandom.tcc165 __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 …]
Dregex.tcc268 return string_type(1, __fctyp.widen( in lookup_collatename()
333 && __c == __fctyp.widen('_')); in isctype()
Dlocale_facets.h296 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()
Dostream.tcc328 __ws[__i] = __out.widen(__s[__i]); in operator <<()
Dbasic_string.h3937 { return std::getline(__is, __str, __is.widen('\n')); }
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-modes.def24 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/
Drandom.tcc166 __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/
Drandom.tcc363 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 …]
Dvstring.h2680 { return getline(__is, __str, __is.widen('\n')); } in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Daarch-common-protos.h125 const int widen; /* Widen to this size. */ member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Distream351 * Returns @c get(__s,__n,widen(&apos;\\n&apos;)).
355 { return this->get(__s, __n, this->widen('\n')); }
384 * Returns @c get(__sb,widen(&apos;\\n&apos;)).
388 { return this->get(__sb, this->widen('\n')); }
424 * Returns @c getline(__s,__n,widen(&apos;\\n&apos;)).
428 { return this->getline(__s, __n, this->widen('\n')); }
Dbitset1486 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'));
Dostream518 { return (__out << __out.widen(__c)); }
689 { return flush(__os.put(__os.widen('\n'))); }
Dcomplex517 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/
Dstrftime.c206 # define widen(os, ws, l) \ macro
1278 widen (zone, wczone, len); in my_strftime()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-200324 * 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 …]
DChangeLog-20053295 * 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.
DChangeLog-2015506 * 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/
Dtree.def1401 /* 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/
Di386-expand.cc14939 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/
Dpoly1305-armv4.S897 vaddl.u32 q5,d10,d30 @ h4 -> h0 [widen for a sec]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.md1148 ;; FIXME: GCC should widen.
1958 ;; is better to widen to SImode and use immediate shift count.

1234