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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 159 binary_format<floating_type_float16_t>::sign_index() function in class:__anon14851::fast_float::binary_format
164 binary_format<floating_type_bfloat16_t>::sign_index() function in class:__anon14851::fast_float::binary_format
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 361 static inline constexpr int sign_index();
430 template <> inline constexpr int binary_format<double>::sign_index() { return 63; } function in class:fast_float::span::binary_format
431 template <> inline constexpr int binary_format<float>::sign_index() { return 31; } function in class:fast_float::span::binary_format
526 ? word | (uint64_t(1) << binary_format<T>::sign_index()) : word;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 359 static inline constexpr int sign_index();
425 template <> inline constexpr int binary_format<double>::sign_index() { return 63; } function in class:fast_float::span::binary_format
426 template <> inline constexpr int binary_format<float>::sign_index() { return 31; } function in class:fast_float::span::binary_format
494 ? word | (uint64_t(1) << binary_format<T>::sign_index()) : word;

Completed in 30 milliseconds