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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 913 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
919 if (should_round & (mantissa_t{1} << dropped_bits))
floating_to_chars.cc 913 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
919 if (should_round & (mantissa_t{1} << dropped_bits))
floating_to_chars.cc 913 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
919 if (should_round & (mantissa_t{1} << dropped_bits))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 757 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
763 if (should_round & (mantissa_t{1} << dropped_bits))
floating_to_chars.cc 757 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
763 if (should_round & (mantissa_t{1} << dropped_bits))
floating_to_chars.cc 757 const bitvec should_round = round_bit & (has_tail_bits | lsb_bit); local
763 if (should_round & (mantissa_t{1} << dropped_bits))

Completed in 216 milliseconds