Home
last modified time | relevance | path

Searched defs:sign_index (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h425 template <> inline constexpr int binary_format<double>::sign_index() { return 63; } in sign_index() function
426 template <> inline constexpr int binary_format<float>::sign_index() { return 31; } in sign_index() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c4697 int sign_index = xmode_width - 1; in nonzero_bits1() local