Searched refs:narrow (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/char/
H A D1.cc37 basic_string<char> narrow("drusilla, louvinia, bayard");
38 vector<wide_type> wide_chars(narrow.length() + 1);
41 for (size_t i = 0; i < narrow.length(); ++i)
43 char c = ctype_c.widen(narrow[i]);
48 ctype_c.widen(&narrow[0], &narrow[0] + narrow.length(), &wide_chars[0]);
49 for (size_t i = 0; i < narrow.length(); ++i)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/
H A D1.cc37 basic_string<char> narrow("drusilla, louvinia, bayard");
38 vector<wide_type> wide_chars(narrow.length() + 1);
41 for (size_t i = 0; i < narrow.length(); ++i)
43 char c = ctype_c.widen(narrow[i]);
48 ctype_c.widen(&narrow[0], &narrow[0] + narrow.length(), &wide_chars[0]);
49 for (size_t i = 0; i < narrow.length(); ++i)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/
H A D2.cc41 basic_string<char> narrow("wibble");
42 narrow += dfault;
43 narrow += "kibble";
46 // narrow(charT c, char dfault) const
49 char c = ctype_c.narrow(wide[i], dfault);
50 VERIFY( c == narrow[i] );
53 // narrow(const charT* low, const charT* high, char dfault, char* dest) const
54 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
57 VERIFY( narrow_chars[i] == narrow[i] );
H A D3.cc40 wct.narrow(wstrlit, wstrlit + 2, ' ', buf);
41 VERIFY( buf[0] == wct.narrow(wstrlit[0], ' ') );
42 VERIFY( buf[1] == wct.narrow(wstrlit[1], ' ') );
H A D1.cc39 basic_string<char> narrow("wibble");
42 // narrow(charT c, char dfault) const
45 char c = ctype_c.narrow(wide[i], dfault);
46 VERIFY( c == narrow[i] );
49 // narrow(const charT* low, const charT* high, char dfault, char* dest) const
50 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
53 VERIFY( narrow_chars[i] == narrow[i] );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/
H A D2.cc41 basic_string<char> narrow("wibble");
42 narrow += char(1240);
43 narrow += "kibble";
46 // narrow(charT c, char dfault) const
49 char c = ctype_c.narrow(wide[i], dfault);
50 VERIFY( c == narrow[i] );
53 // narrow(const charT* low, const charT* high, char dfault, char* dest) const
54 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
57 VERIFY( narrow_chars[i] == narrow[i] );
H A D1.cc39 basic_string<char> narrow("wibble");
42 // narrow(charT c, char dfault) const
45 char c = ctype_c.narrow(wide[i], dfault);
46 VERIFY( c == narrow[i] );
49 // narrow(const charT* low, const charT* high, char dfault, char* dest) const
50 ctype_c.narrow(&wide[0], &wide[0] + wide.length(), dfault, &narrow_chars[0]);
53 VERIFY( narrow_chars[i] == narrow[i] );
H A D19955.cc72 mc1.narrow(src, src + sizeof(src), '*', dst1);
73 mc1.narrow(src, src + sizeof(src), '*', dst2);
86 mc2.narrow(src, src + sizeof(src), '*', dst3);
87 mc2.narrow(src, src + sizeof(src), '*', dst4);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/locales/char/
H A D1.cc39 // char narrow(char_type c, char dfault) const;
40 char c1 = ios_01.narrow(ct02, 0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/
H A D2.cc102 VERIFY( os.narrow(s[0], char()) == '5' );
103 VERIFY( os.narrow(s[1], char()) == '0' );
104 VERIFY( os.narrow(s[2], char()) == '0' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/22_locale/
H A Dnarrow_widen_char.cc35 // narrow
38 ct.narrow(i % 128, '*');
40 report_performance(__FILE__, "narrow", time, resource);
43 // narrow array
46 ct.narrow(bufin, bufin+sizeof(bufin), '*', bufout);
H A Dnarrow_widen_wchar_t.cc35 // narrow
38 ct.narrow(i % 128, '*');
40 report_performance(__FILE__, "narrow", time, resource);
43 // narrow array
46 ct.narrow(bufwc, bufwc + sizeof(bufwc) / sizeof(wchar_t), '*', bufc);
48 report_performance(__FILE__, "narrow array", time, resource);
/haiku-buildtools/gcc/gcc/config/arm/
H A Daarch-common-protos.h118 const int narrow; /* Narrow from this size. */ member in struct:fp_cost_table
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dbasic_ios.h414 * @param __c The character to narrow.
415 * @param __dfault The character to narrow.
423 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
430 narrow(char_type __c, char __dfault) const function in class:basic_ios
431 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
H A Dlocale_facets.h331 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
353 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
930 narrow(char_type __c, char __dfault) const function in class:ctype
963 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
1568 // String literal of acceptable (narrow) input, for num_get.
/haiku-buildtools/gcc/gcc/
H A Dira-costs.c274 static struct cost_classes narrow;
276 narrow.num = 0;
322 for (pos = 0; pos < narrow.num; ++pos)
324 enum reg_class cl2 = narrow.classes[pos];
329 if (pos == narrow.num)
336 narrow.classes[narrow.num++] = cl;
339 if (narrow.num == full->num)
342 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT);
345 cost_classes_t classes = setup_cost_classes (&narrow);
273 static struct cost_classes narrow; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c10535 bfd_boolean narrow;
10541 narrow = !in_it_block ();
10543 narrow = in_it_block ();
10556 /* Attempt to use a narrow opcode, with relaxation if
10564 else if (Rd <= 7 && Rs <= 7 && narrow)
10638 narrow = FALSE;
10640 if (narrow)
10653 register in a narrow non flag setting add. */
10808 bfd_boolean narrow;
10812 narrow
10528 bfd_boolean narrow; local
10801 bfd_boolean narrow; local
10889 bfd_boolean narrow; local
11424 bfd_boolean narrow; local
11850 bfd_boolean narrow; local
12184 bfd_boolean narrow; local
12343 bfd_boolean narrow; local
12465 bfd_boolean narrow; local
12699 bfd_boolean narrow; local
12755 bfd_boolean narrow; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c6202 bfd_boolean narrow;
6208 narrow = (current_it_mask == 0);
6210 narrow = (current_it_mask != 0);
6220 /* Attempt to use a narrow opcode, with relaxation if
6228 else if (Rd <= 7 && Rs <= 7 && narrow)
6264 narrow = FALSE;
6266 if (narrow)
6413 bfd_boolean narrow;
6417 narrow = current_it_mask == 0;
6419 narrow
6192 bfd_boolean narrow; local
6403 bfd_boolean narrow; local
6486 bfd_boolean narrow; local
7199 bfd_boolean narrow; local
7327 bfd_boolean narrow; local
7514 bfd_boolean narrow; local
7704 bfd_boolean narrow; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c122 When nonzero, narrow all instructions and remove all NOPs possible
3544 const char *narrow;
3576 /* Attempt to narrow an instruction. Return true if the narrowing is
3643 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
3780 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow))
4553 "ta_narrow_insn" narrow a wide instruction
4554 "ta_widen" widen a narrow instruction
6624 /* Add an instruction narrow action. */
6679 narrow all wide instructions, and remove all no-ops unless the end
6693 assuming all instructions are narrow an
3533 const char *narrow; member in struct:string_pair
[all...]
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex3569 % Amount to narrow the margins by for @lisp.
3604 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3639 % Flag to tell @lisp, etc., not to narrow margin.
3741 % This is @format; same as @display except don't narrow margins.
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex3530 % Amount to narrow the margins by for @lisp.
3565 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3600 % Flag to tell @lisp, etc., not to narrow margin.
3702 % This is @format; same as @display except don't narrow margins.
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c125 When nonzero, narrow all instructions and remove all NOPs possible
4323 const char *narrow;
4357 return the instruction buffer holding the narrow instruction. Otherwise,
4393 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4460 /* Attempt to narrow an instruction. If the narrowing is valid, perform
4549 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow))
5374 "ta_narrow_insn" narrow a wide instruction
5375 "ta_widen" widen a narrow instruction
7976 /* Add an instruction narrow action. */
8031 narrow al
4313 const char *narrow; member in struct:string_pair
[all...]
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex3693 % Amount to narrow the margins by for @lisp.
3728 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3763 % Flag to tell @lisp, etc., not to narrow margin.
3876 % @format: same as @display except don't narrow margins.
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex4637 % Amount to narrow the margins by for @lisp.
4670 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
4706 % Flag to tell @lisp, etc., not to narrow margin.
4810 % @format/@smallformat: same as @display except don't narrow margins.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex3628 % Amount to narrow the margins by for @lisp.
3663 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
3698 % Flag to tell @lisp, etc., not to narrow margin.
3800 % This is @format; same as @display except don't narrow margins.

Completed in 283 milliseconds

12