/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | f2s.c | 146 uint32_t output; in f2d() local 210 printf("O=%u\n", output); in f2d() 216 fd.mantissa = output; in f2d() 228 uint32_t output = v.mantissa; in to_chars() local 245 while (output >= 10000) { in to_chars() 247 const uint32_t c = output - 10000 * (output / 10000); in to_chars() 251 output /= 10000; in to_chars() 258 if (output >= 100) { in to_chars() 260 output /= 100; in to_chars() 264 if (output >= 10) { in to_chars() [all …]
|
A D | generic_128.c | 188 uint128_t output; in generic_binary_to_decimal() local 222 output = vr + in generic_binary_to_decimal() 228 printf("O=%s\n", s(output)); in generic_binary_to_decimal() 233 fd.mantissa = output; in generic_binary_to_decimal() 262 uint128_t output = v.mantissa; in generic_to_chars() local 263 const uint32_t olength = decimalLength(output); in generic_to_chars() 272 const uint32_t c = (uint32_t) (output % 10); in generic_to_chars() 273 output /= 10; in generic_to_chars() 276 result[index] = '0' + (uint32_t) (output % 10); // output should be < 10 by now. in generic_to_chars()
|
A D | d2s.c | 196 uint64_t output; in d2d() local 286 output = vr + (vr == vm || roundUp); in d2d() 292 printf("O=%" PRIu64 "\n", output); in d2d() 298 fd.mantissa = output; in d2d() 310 uint64_t output = v.mantissa; in to_chars() local 311 const uint32_t olength = decimalLength17(output); in to_chars() 332 if ((output >> 32) != 0) { in to_chars() 334 const uint64_t q = div1e8(output); in to_chars() 335 uint32_t output2 = ((uint32_t) output) - 100000000 * ((uint32_t) q); in to_chars() 336 output = q; in to_chars() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst2_mbrtowc.c | 9 wchar_t output; in do_test() local 12 output = L'A'; /* anything other than 0 will do... */ in do_test() 13 result = mbrtowc (&output, "", 1, 0); in do_test() 16 assert (output == 0); in do_test()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | numeric | 458 * @return The end of the output range. 461 * to the output range. Each element of the output range contains the 493 * @return The end of the output range. 496 * to the output range. Each element of the output range contains the 521 * @return The end of the output range. 524 * to the output range. Each element of the output range contains the 554 * to the output range. Each element of the output range contains the 588 * to the output range. Each element of the output range contains the 613 * to the output range. Each element of the output range contains the 652 * to the output range. Each element of the output range contains the [all …]
|
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | numeric | 439 * @return The end of the output range. 442 * to the output range. Each element of the output range contains the 474 * @return The end of the output range. 477 * to the output range. Each element of the output range contains the 502 * @return The end of the output range. 505 * to the output range. Each element of the output range contains the 535 * to the output range. Each element of the output range contains the 569 * to the output range. Each element of the output range contains the 594 * to the output range. Each element of the output range contains the 633 * to the output range. Each element of the output range contains the [all …]
|
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | numeric | 436 * @return The end of the output range. 439 * to the output range. Each element of the output range contains the 470 * @return The end of the output range. 473 * to the output range. Each element of the output range contains the 497 * @return The end of the output range. 500 * to the output range. Each element of the output range contains the 529 * to the output range. Each element of the output range contains the 562 * to the output range. Each element of the output range contains the 586 * to the output range. Each element of the output range contains the 624 * to the output range. Each element of the output range contains the [all …]
|
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
A D | ostream | 53 * This is the base class for all output streams. It provides text 55 * derived from basic_streambuf to do the actual output. 141 * All the @c operator<< functions (aka <em>formatted output 419 * @brief Performs setup work for output streams. 435 * @param __os The output stream to guard. 439 * is called to synchronize the output sequences. 452 * @c flush() on the output stream. 482 * @param __out An output stream. 526 * @param __out An output stream. 594 * @brief Write a null character into the output sequence. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
A D | ostream | 53 * This is the base class for all output streams. It provides text 55 * derived from basic_streambuf to do the actual output. 141 * All the @c operator<< functions (aka <em>formatted output 419 * @brief Performs setup work for output streams. 435 * @param __os The output stream to guard. 439 * is called to synchronize the output sequences. 452 * @c flush() on the output stream. 482 * @param __out An output stream. 526 * @param __out An output stream. 594 * @brief Write a null character into the output sequence. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | iosfwd | 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 164 /// Class for @c char output file streams. 167 /// Class for @c char mixed input and output file streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams. 192 /// Class for @c wchar_t output memory streams. 204 /// Class for @c wchar_t output file streams. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | iosfwd | 135 /// Base class for @c char output streams. 138 /// Base class for @c char mixed input and output streams. 147 /// Class for @c char output memory streams. 150 /// Class for @c char mixed input and output memory streams. 159 /// Class for @c char output file streams. 162 /// Class for @c char mixed input and output file streams. 175 /// Base class for @c wchar_t output streams. 178 /// Base class for @c wchar_t mixed input and output streams. 187 /// Class for @c wchar_t output memory streams. 199 /// Class for @c wchar_t output file streams. [all …]
|
A D | ostream | 53 * This is the base class for all output streams. It provides text 55 * derived from basic_streambuf to do the actual output. 141 * All the @c operator<< functions (aka <em>formatted output 393 * @brief Performs setup work for output streams. 409 * @param __os The output stream to guard. 413 * is called to synchronize the output sequences. 426 * @c flush() on the output stream. 456 * @param __out An output stream. 500 * @param __out An output stream. 568 * @brief Write a null character into the output sequence. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | des.c | 629 static char output[21]; in __des_crypt() local 674 strncpy(output, setting, 9); in __des_crypt() 683 output[9] = '\0'; in __des_crypt() 684 p = (u_char *)output + strlen(output); in __des_crypt() 698 output[0] = setting[0]; in __des_crypt() 705 output[1] = setting[1] ? setting[1] : output[0]; in __des_crypt() 707 p = (u_char *)output + 2; in __des_crypt() 736 return(output); in __des_crypt()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_path.cc | 587 _Cmpt* output = _M_cmpts._M_impl->end(); in operator /=() 595 --output; in operator /=() 602 ::new(output++) _Cmpt(s, orig_type, 0); in operator /=() 773 _Cmpt* output = _M_cmpts._M_impl->end(); in _M_append() 781 --output; in _M_append() 949 _Cmpt* output = _M_cmpts._M_impl->end(); in operator +=() 974 --output; in operator +=() 1027 auto output = _M_cmpts._M_impl->end(); in operator +=() local 1194 std::prev(output)->_M_pathname = it->str; in _M_concat() 1889 auto output = _M_cmpts._M_impl->end(); in _M_split_cmpts() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_path.cc | 594 _Cmpt* output = _M_cmpts._M_impl->end(); in operator /=() 602 --output; in operator /=() 609 ::new(output++) _Cmpt(s, orig_type, 0); in operator /=() 780 _Cmpt* output = _M_cmpts._M_impl->end(); in _M_append() 788 --output; in _M_append() 956 _Cmpt* output = _M_cmpts._M_impl->end(); in operator +=() 981 --output; in operator +=() 1034 auto output = _M_cmpts._M_impl->end(); in operator +=() local 1201 std::prev(output)->_M_pathname = it->str; in _M_concat() 1909 auto output = _M_cmpts._M_impl->end(); in _M_split_cmpts() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_path.cc | 594 _Cmpt* output = _M_cmpts._M_impl->end(); in operator /=() 602 --output; in operator /=() 609 ::new(output++) _Cmpt(s, orig_type, 0); in operator /=() 780 _Cmpt* output = _M_cmpts._M_impl->end(); in _M_append() 788 --output; in _M_append() 956 _Cmpt* output = _M_cmpts._M_impl->end(); in operator +=() 981 --output; in operator +=() 1034 auto output = _M_cmpts._M_impl->end(); in operator +=() local 1201 std::prev(output)->_M_pathname = it->str; in _M_concat() 1909 auto output = _M_cmpts._M_impl->end(); in _M_split_cmpts() local [all …]
|
/l4re-core-master/l4re/include/ |
A D | log | 34 * \brief Interface for log output. 36 * The logging interface provides a facility sending log output. 37 * One purpose of the interface is to serialize the output and provide 38 * the possibility to tag output sent to a specific log object.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/ |
A D | extract_symvers.in | 27 output=$2 72 mv $tmp $output
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/ |
A D | extract_symvers.in | 27 output=$2 72 mv $tmp $output
|