Lines Matching refs:assert_message_bits

568 void assert_message_bits(const bool b, const char* const msg, const uint32_t bits) {  in assert_message_bits()  function
578 void assert_message_bits(const bool b, const char* const msg, const uint64_t bits) { in assert_message_bits() function
638 assert_message_bits(to_result.ec == errc{}, "to_result.ec", bits); in test_floating_prefix()
645 assert_message_bits(from_result.ptr == last, "from_result.ptr", bits); in test_floating_prefix()
646 assert_message_bits(from_result.ec == errc{}, "from_result.ec", bits); in test_floating_prefix()
647 assert_message_bits(_Bit_cast<UIntType>(val) == bits, "round-trip", bits); in test_floating_prefix()
654 assert_message_bits(fixed_result.ec == errc{}, "fixed_result.ec", bits); in test_floating_prefix()
659 assert_message_bits(stdio_ret != -1, "stdio_ret", bits); in test_floating_prefix()
661 assert_message_bits(fixed_sv == stdio_sv, "fixed_sv", bits); in test_floating_prefix()
691 assert_message_bits(to_result.ec == errc{}, "(hex) to_result.ec", bits); in test_floating_hex_prefix()
698 assert_message_bits(from_result.ptr == last, "(hex) from_result.ptr", bits); in test_floating_hex_prefix()
699 assert_message_bits(from_result.ec == errc{}, "(hex) from_result.ec", bits); in test_floating_hex_prefix()
700 assert_message_bits(_Bit_cast<UIntType>(val) == bits, "(hex) round-trip", bits); in test_floating_hex_prefix()
738 assert_message_bits(result.ec == errc{}, "to_chars fixed precision", bits); in test_floating_precision_prefix()
742 assert_message_bits(stdio_ret != -1, "sprintf_s fixed precision", bits); in test_floating_precision_prefix()
745 assert_message_bits(charconv_sv == stdio_sv, "fixed precision output", bits); in test_floating_precision_prefix()
749 assert_message_bits(result.ec == errc{}, "to_chars scientific precision", bits); in test_floating_precision_prefix()
753 assert_message_bits(stdio_ret != -1, "sprintf_s scientific precision", bits); in test_floating_precision_prefix()
756 assert_message_bits(charconv_sv == stdio_sv, "scientific precision output", bits); in test_floating_precision_prefix()
760 assert_message_bits(result.ec == errc{}, "to_chars general precision", bits); in test_floating_precision_prefix()
764 assert_message_bits(stdio_ret != -1, "sprintf_s general precision", bits); in test_floating_precision_prefix()
767 assert_message_bits(charconv_sv == stdio_sv, "general precision output", bits); in test_floating_precision_prefix()