Searched refs:__floating_to_chars_shortest (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | floating_to_chars.cc | 911 __floating_to_chars_shortest(char* first, char* const last, const T value, in __floating_to_chars_shortest() function 1562 { return __floating_to_chars_shortest(first, last, value, chars_format{}); } in to_chars() 1566 { return __floating_to_chars_shortest(first, last, value, fmt); } in to_chars() 1576 { return __floating_to_chars_shortest(first, last, value, chars_format{}); } in to_chars() 1580 { return __floating_to_chars_shortest(first, last, value, fmt); } in to_chars() 1593 return __floating_to_chars_shortest(first, last, static_cast<double>(value), in to_chars() 1596 return __floating_to_chars_shortest(first, last, value, chars_format{}); in to_chars() 1604 return __floating_to_chars_shortest(first, last, static_cast<double>(value), in to_chars() 1607 return __floating_to_chars_shortest(first, last, value, fmt); in to_chars() 1627 return __floating_to_chars_shortest(first, last, value, chars_format{}); in to_chars() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 3371 (__floating_to_chars_shortest, __floating_to_chars_precision):
|
Completed in 9 milliseconds