HomeSort by: relevance | last modified time | path
    Searched defs:output_length (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 1170 const int output_length = ryu::to_chars(fd, first); local
1171 __glibcxx_assert(output_length == expected_output_length);
1172 return {first + output_length, errc{}};
1225 const int output_length = fd.sign + (result.ptr - first); local
1226 __glibcxx_assert(output_length == expected_output_length);
1240 const int output_length = sprintf_ld(buffer, local
1243 __glibcxx_assert(output_length == expected_output_length);
1244 memcpy(first, buffer, output_length);
1245 return {first + output_length, errc{}};
1250 const int output_length = ryu::d2fixed_buffered_n(value, 0, first) local
1280 const int output_length = result.ptr - orig_first; local
1297 const int output_length = result.ptr + 1 - orig_first; local
1433 int output_length local
1512 int output_length; local
1575 int output_length; local
1631 int output_length local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 981 const int output_length = ryu::to_chars(fd, first); local
982 __glibcxx_assert(output_length == expected_output_length);
983 return {first + output_length, errc{}};
1036 const int output_length = fd.sign + (result.ptr - first); local
1037 __glibcxx_assert(output_length == expected_output_length);
1051 const int output_length = sprintf_ld(buffer, "%.0Lf", value); local
1052 __glibcxx_assert(output_length == expected_output_length);
1053 memcpy(first, buffer, output_length);
1054 return {first + output_length, errc{}};
1059 const int output_length = ryu::d2fixed_buffered_n(value, 0, first) local
1089 const int output_length = result.ptr - orig_first; local
1106 const int output_length = result.ptr + 1 - orig_first; local
1242 int output_length local
1320 int output_length; local
1383 int output_length; local
1439 int output_length local
    [all...]

Completed in 22 milliseconds