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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2s.c 303 static inline int to_chars(const floating_decimal_64 v, char* const result) { function
470 // trailing zeros in to_chars only if needed - once fixed-point notation output is implemented.)
f2s.c 221 static inline int to_chars(const floating_decimal_32 v, char* const result) { function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2s.c 303 static inline int to_chars(const floating_decimal_64 v, char* const result) { function
470 // trailing zeros in to_chars only if needed - once fixed-point notation output is implemented.)
f2s.c 221 static inline int to_chars(const floating_decimal_32 v, char* const result) { function
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 1 // std::to_chars implementation for floating-point types -*- C++ -*-
86 // Define overloads of std::to_chars for __float128.
131 to_chars(const floating_decimal_128 v, char* const result) function in namespace:__anon14853::ryu
675 // An implementation of base-10 std::to_chars for the uint128_t class type,
678 to_chars(char* first, char* const last, uint128_t x) function in namespace:__anon14853
825 // This subroutine of the floating-point to_chars overloads performs
1035 const to_chars_result result = to_chars(first, last, written_exponent);
1159 // check, and then defer to Ryu's to_chars subroutine.
1170 const int output_length = ryu::to_chars(fd, first);
1221 to_chars_result result = to_chars(first, last, fd.mantissa)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 1 // std::to_chars implementation for floating-point types -*- C++ -*-
78 // Define overloads of std::to_chars for __float128.
120 to_chars(const floating_decimal_128 v, char* const result) function in namespace:__anon17248::ryu
551 // An implementation of base-10 std::to_chars for the uint128_t class type,
554 to_chars(char* first, char* const last, uint128_t x) function in namespace:__anon17248
679 // This subroutine of the floating-point to_chars overloads performs
879 const to_chars_result result = to_chars(first, last, written_exponent);
970 // check, and then defer to Ryu's to_chars subroutine.
981 const int output_length = ryu::to_chars(fd, first);
1032 to_chars_result result = to_chars(first, last, fd.mantissa)
    [all...]

Completed in 50 milliseconds