Searched defs:sign_index (Results 1 – 2 of 2) sorted by relevance
425 template <> inline constexpr int binary_format<double>::sign_index() { return 63; } in sign_index() function426 template <> inline constexpr int binary_format<float>::sign_index() { return 31; } in sign_index() function
4697 int sign_index = xmode_width - 1; in nonzero_bits1() local