Searched refs:to_string (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darray_constructor_13.f9015 a = reshape([to_string(1.0), trim("abcdef"), &
16 to_string(7.0), trim("hijklm")], &
21 FUNCTION to_string(x) function
22 character*6 to_string local in function:to_string
24 WRITE(to_string, FMT="(F6.3)") x
H A Dimplicit_9.f9017 ! a = reshape((/ to_string(1.0) /), (/ 1, 2 /))
19 a = to_string(1.0)
22 CHARACTER*(32) FUNCTION to_string(x) function
24 WRITE(to_string, FMT="(F6.3)") x
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Ddr1261.cc26 // DR 1261. Insufficient overloads for to_string / to_wstring
32 const string one(to_string(-2));
35 const string two(to_string(10u));
38 const string three(to_string(2l));
41 const string four(to_string(3000ul));
44 const string five(to_string(7ll));
47 const string six(to_string(400ull));
50 const string seven(to_string(-1.0F));
53 const string eight(to_string(2.0));
56 const string nine(to_string(
[all...]
H A Dto_string.cc35 string one(to_string(ll1));
39 string two(to_string(ll2));
43 string three(to_string(ull1));
47 string four(to_string(ull2));
51 string five(to_string(ld1));
55 string six(to_string(ld2));
H A Dstoi.cc137 string one(to_string((long long)i1));
150 string one(to_string((long long)i1));
166 string one(to_string(ll0));
184 string one(to_string(ll1));
H A Dstof.cc100 string one(to_string(ld0));
118 string one(to_string(ld1));
H A Dstod.cc100 string one(to_string(ld0));
118 string one(to_string(ld1));
H A Dstold.cc100 string one(to_string(ld0));
H A Dstoll.cc137 string one(to_string(ll1));
150 string one(to_string(ll1));
H A Dstol.cc137 string one(to_string((long long)l1));
150 string one(to_string((long long)l1));
H A Dstoull.cc137 string one(to_string(ull1));
H A Dstoul.cc137 string one(to_string((unsigned long long)ul1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/to_string/
H A Ddr396.cc32 string s0 = b5.to_string<char, char_traits<char>, allocator<char> >('a', 'b');
35 string s1 = b5.to_string<char, char_traits<char>, allocator<char> >('b');
39 string s2 = b5.to_string<char, char_traits<char> >('c', 'd');
42 string s3 = b5.to_string<char, char_traits<char> >('d');
46 string s4 = b5.to_string<char>('e', 'f');
49 string s5 = b5.to_string<char>('f');
53 string s6 = b5.to_string('g', 'h');
56 string s7 = b5.to_string('h');
H A D1.cc31 string s0 = b5.to_string<char, char_traits<char>, allocator<char> >();
34 // DR 434. bitset::to_string() hard to use.
36 string s1 = b5.to_string<char, char_traits<char> >();
40 string s2 = b5.to_string<char>();
44 string s3 = b5.to_string();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dto_string.hpp33 * @file to_string.hpp
53 to_string(const basic_type& r_t) function in namespace:__gnu_pbds::test::detail
59 to_string(const std::string& r_t) function in namespace:__gnu_pbds::test::detail
66 to_string(const std::pair<Hd, Tl>&r_t) function in namespace:__gnu_pbds::test::detail
70 ret << to_string(r_t.first) << " " << to_string(r_t.second);
H A Dtrait.hpp42 #include <regression/trait/assoc/to_string.hpp>
174 { return to_string(r_val); }
178 { return to_string(r_key); }
182 { return to_string(r_native_val); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/cons/
H A Ddr396.cc29 VERIFY( z1.to_string('a', 'b') == "bbab" );
32 VERIFY( z2.to_string('a') == "11a1" );
35 VERIFY( z3.to_string('a', 'b') == "aaaababb" );
38 VERIFY( z4.to_string('a') == "aaaa1a11" );
41 VERIFY( z5.to_string('a', 'b') == "bb" );
44 VERIFY( z6.to_string('a') == "11" );
H A D6282.cc55 VERIFY( (z1.to_string<char,char_traits<char>,allocator<char> >().empty() ));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/
H A D1.cc20 // basic_string_view::to_string
36 auto s1 = sv.to_string();
39 auto s2 = sv.to_string( test_alloc{} );
41 "to_string() uses custom allocator" );
/haiku-buildtools/isl/
H A Disl.py11 def to_string (self): member in class:IslObjectPrinter
36 def to_string (self): member in class:IslIntPrinter
70 print printer.to_string()
/haiku-buildtools/gcc/gcc/
H A Dgdbhooks.py196 def to_string (self): member in class:TreePrinter
244 def to_string (self): member in class:CGraphNodePrinter
263 def to_string (self): member in class:DWDieRefPrinter
281 def to_string (self): member in class:GimplePrinter
308 def to_string (self): member in class:BasicBlockPrinter
319 def to_string (self): member in class:CfgEdgePrinter
354 def to_string (self): member in class:RtxPrinter
382 def to_string (self): member in class:PassPrinter
401 def to_string (self): member in class:VecPrinter
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py110 def to_string (self): member in class:SharedPointerPrinter
128 def to_string (self): member in class:UniquePointerPrinter
164 def to_string(self): member in class:StdListPrinter
176 def to_string(self): member in class:StdListIteratorPrinter
210 def to_string(self): member in class:StdSlistPrinter
221 def to_string(self): member in class:StdSlistIteratorPrinter
280 def to_string(self): member in class:StdVectorPrinter
308 def to_string(self): member in class:StdVectorIteratorPrinter
379 def to_string (self): member in class:StdTuplePrinter
394 def to_string (sel member in class:StdStackOrQueuePrinter
465 def to_string (self): member in class:StdRbtreeIteratorPrinter
477 def to_string (self): member in class:StdDebugIteratorPrinter
511 def to_string (self): member in class:StdMapPrinter
551 def to_string (self): member in class:StdSetPrinter
568 def to_string (self): member in class:StdBitsetPrinter
644 def to_string(self): member in class:StdDequePrinter
671 def to_string(self): member in class:StdDequeIteratorPrinter
681 def to_string(self): member in class:StdStringPrinter
767 def to_string (self): member in class:Tr1UnorderedSetPrinter
792 def to_string (self): member in class:Tr1UnorderedMapPrinter
856 def to_string(self): member in class:StdForwardListPrinter
942 def to_string (self): member in class:StdExpAnyPrinter
962 def to_string (self): member in class:StdExpOptionalPrinter
975 def to_string (self): member in class:StdExpStringViewPrinter
1002 def to_string (self): member in class:StdExpPathPrinter
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dxtensa-relax.c1508 const char *to_string ATTRIBUTE_UNUSED)
1588 const char *to_string)
1770 opcode_name, to_string);
1813 opcode_name, op->operand_name, to_string);
1844 opcode_name, op->operand_name, to_string);
1854 opcode_name, op->operand_name, to_string);
1895 const char *to_string = transitions[tnum].replacement;
1910 if (!parse_insn_repl (to_string, &replace_insns))
1912 as_fatal (_("could not parse INSN_REPL '%s'"), to_string);
1918 if (transition_applies (&initial_insn, from_string, to_string))
1583 build_transition(insn_pattern *initial_insn, insn_repl *replace_insns, const char *from_string, const char *to_string) argument
1811 opcode_name, op->operand_name, to_string); local
1842 opcode_name, op->operand_name, to_string); local
1852 opcode_name, op->operand_name, to_string); local
1893 const char *to_string = transitions[tnum].replacement; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dxtensa-relax.c1516 const char *to_string ATTRIBUTE_UNUSED)
1599 const char *to_string)
1762 opcode_name, to_string);
1800 opcode_name, op->operand_name, to_string);
1830 opcode_name, op->operand_name, to_string);
1836 opcode_name, op->operand_name, to_string);
1867 const char *to_string = transitions[tnum].replacement;
1878 if (!parse_insn_repl (to_string, &replace_insns))
1879 as_fatal (_("could not parse INSN_REPL '%s'"), to_string);
1881 if (transition_applies (&initial_insn, from_string, to_string))
1594 build_transition(insn_pattern *initial_insn, insn_repl *replace_insns, const char *from_string, const char *to_string) argument
1798 opcode_name, op->operand_name, to_string); local
1828 opcode_name, op->operand_name, to_string); local
1834 opcode_name, op->operand_name, to_string); local
1865 const char *to_string = transitions[tnum].replacement; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dvstring.h2734 to_string(int __val) function
2739 to_string(unsigned __val) function
2745 to_string(long __val) function
2751 to_string(unsigned long __val) function
2758 to_string(long long __val) function
2764 to_string(unsigned long long __val) function
2770 to_string(float __val) function
2778 to_string(double __val) function
2786 to_string(long double __val) function

Completed in 99 milliseconds

12