Home
last modified time | relevance | path

Searched refs:has_implicit_leading_bit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc135 static constexpr bool has_implicit_leading_bit = true; member
148 static constexpr bool has_implicit_leading_bit = true; member
166 static constexpr bool has_implicit_leading_bit = true; member
268 static constexpr bool has_implicit_leading_bit = false; member
362 static constexpr bool has_implicit_leading_bit = true; member
500 constexpr bool has_implicit_leading_bit in floating_to_shortest_scientific() local
501 = floating_type_traits<T>::has_implicit_leading_bit; in floating_to_shortest_scientific()
506 !has_implicit_leading_bit); in floating_to_shortest_scientific()
693 constexpr bool has_implicit_leading_bit in __floating_to_chars_hex() local
694 = floating_type_traits<T>::has_implicit_leading_bit; in __floating_to_chars_hex()
[all …]