SYMBOL INDEX (554 symbols across 56 files) FILE: boost/multiprecision/uintwide_t_backend.hpp function uintwide_t_backend (line 149) | constexpr uintwide_t_backend() : m_value() { } function uintwide_t_backend (line 151) | explicit constexpr uintwide_t_backend(const representation_type& rep) function uintwide_t_backend (line 154) | constexpr uintwide_t_backend(const uintwide_t_backend& other) : m_value(... function uintwide_t_backend (line 156) | constexpr uintwide_t_backend(uintwide_t_backend&& other) noexcept function uintwide_t_backend (line 162) | constexpr uintwide_t_backend(UnsignedIntegralType u) : m_value(represent... function uintwide_t_backend (line 167) | constexpr uintwide_t_backend(SignedIntegralType n) : m_value(representat... function uintwide_t_backend (line 171) | constexpr uintwide_t_backend(FloatingPointType f) : m_value(representati... function uintwide_t_backend (line 173) | explicit constexpr uintwide_t_backend(const char* p_cstr) : m_value(p_cs... function uintwide_t_backend (line 175) | explicit constexpr uintwide_t_backend(const std::string& str) : m_value(... function swap (line 209) | constexpr auto swap(uintwide_t_backend& other) noexcept -> void function swap (line 214) | constexpr auto swap(uintwide_t_backend&& other) noexcept -> void function representation (line 223) | constexpr auto representation() -> representation_type& { r... function WIDE_INTEGER_NODISCARD (line 224) | WIDE_INTEGER_NODISCARD constexpr auto representation() const -> const r... function WIDE_INTEGER_NODISCARD (line 225) | WIDE_INTEGER_NODISCARD constexpr auto crepresentation() const -> const r... function str (line 227) | WIDE_INTEGER_NODISCARD auto str(std::streamsize number_of_digits, const ... function negate (line 250) | constexpr auto negate() -> void function WIDE_INTEGER_NODISCARD (line 255) | WIDE_INTEGER_NODISCARD constexpr auto compare(const uintwide_t_backend& ... function WIDE_INTEGER_NODISCARD (line 262) | WIDE_INTEGER_NODISCARD constexpr auto compare(ArithmeticType x) const ->... function WIDE_INTEGER_NODISCARD (line 267) | WIDE_INTEGER_NODISCARD constexpr auto hash() const -> std::size_t type std (line 910) | namespace std // NOLINT(cert-dcl58-cpp) function lowest (line 973) | static constexpr auto lowest () -> boost::multiprecision::number... function epsilon (line 974) | static constexpr auto epsilon () -> boost::multiprecision::number... function round_error (line 975) | static constexpr auto round_error () -> boost::multiprecision::number... function infinity (line 976) | static constexpr auto infinity () -> boost::multiprecision::number... function quiet_NaN (line 977) | static constexpr auto quiet_NaN () -> boost::multiprecision::number... function signaling_NaN (line 978) | static constexpr auto signaling_NaN() -> boost::multiprecision::number... function denorm_min (line 979) | static constexpr auto denorm_min () -> boost::multiprecision::number... function lowest (line 983) | static constexpr auto lowest () -> boost::multiprecision::number... function epsilon (line 984) | static constexpr auto epsilon () -> boost::multiprecision::number... function round_error (line 985) | static constexpr auto round_error () -> boost::multiprecision::number... function infinity (line 986) | static constexpr auto infinity () -> boost::multiprecision::number... function quiet_NaN (line 987) | static constexpr auto quiet_NaN () -> boost::multiprecision::number... function signaling_NaN (line 988) | static constexpr auto signaling_NaN() -> boost::multiprecision::number... function denorm_min (line 989) | static constexpr auto denorm_min () -> boost::multiprecision::number... FILE: examples/example000_numeric_limits.cpp type local (line 11) | namespace local function main (line 172) | auto main() -> int FILE: examples/example000a_builtin_convert.cpp type local (line 11) | namespace local function fabs (line 14) | constexpr auto fabs(NumericType a) -> NumericType function main (line 78) | auto main() -> int FILE: examples/example001_mul_div.cpp function example_run_standalone (line 63) | auto example_run_standalone() -> bool function example_get_standalone_result (line 89) | auto example_get_standalone_result() noexcept -> bool function main (line 95) | auto main() -> int FILE: examples/example001a_div_mod.cpp function main (line 46) | auto main() -> int FILE: examples/example002_shl_shr.cpp function main (line 42) | auto main() -> int FILE: examples/example003_sqrt.cpp function example_run_standalone (line 51) | auto example_run_standalone() -> bool function example_get_standalone_result (line 77) | auto example_get_standalone_result() noexcept -> bool function main (line 83) | auto main() -> int FILE: examples/example003a_cbrt.cpp function main (line 51) | auto main() -> int FILE: examples/example004_rootk_pow.cpp function main (line 96) | auto main() -> int FILE: examples/example005_powm.cpp function main (line 41) | auto main() -> int FILE: examples/example005a_pow_factors_of_p99.cpp function main (line 65) | auto main() -> int FILE: examples/example006_gcd.cpp function main (line 73) | auto main() -> int FILE: examples/example007_random_generator.cpp type local_random (line 15) | namespace local_random function generate (line 19) | auto generate() -> bool function main (line 82) | auto main() -> int FILE: examples/example008_miller_rabin_prime.cpp type local_example008_miller_rabin_prime (line 33) | namespace local_example008_miller_rabin_prime function example008_miller_rabin_prime_run (line 48) | auto example008_miller_rabin_prime_run() -> bool function example008_miller_rabin_prime_check_known_primes (line 106) | auto example008_miller_rabin_prime_check_known_primes() -> bool function main (line 209) | auto main() -> int FILE: examples/example008a_miller_rabin_prime.cpp type local_miller_rabin (line 63) | namespace local_miller_rabin { function lexical_cast (line 69) | auto lexical_cast(const UnsignedIntegralType& u) -> std::string function main (line 190) | auto main() -> int // NOLINT(bugprone-exception-escape) FILE: examples/example008b_solovay_strassen_prime.cpp type local_solovay_strassen (line 17) | namespace local_solovay_strassen { type detail (line 19) | namespace detail { function jacobi (line 25) | auto jacobi(UnsignedIntegerType a, UnsignedIntegerType n) -> int function solovay_strassen (line 84) | auto solovay_strassen(const UnsignedIntegerType& n, const int iteratio... type local_example008b_solovay_strassen_prime (line 136) | namespace local_example008b_solovay_strassen_prime function example008b_solovay_strassen_prime_run (line 156) | auto example008b_solovay_strassen_prime_run() -> bool function main (line 267) | auto main() -> int // NOLINT(bugprone-exception-escape) FILE: examples/example009_timed_mul.cpp type local_timed_mul (line 23) | namespace local_timed_mul function get_random_big_uint (line 29) | auto get_random_big_uint(RandomEngineType& rng, UnsignedIntegralIterat... function local_a (line 54) | auto local_a() -> std::vector& function local_b (line 67) | auto local_b() -> std::vector& function main (line 140) | auto main() -> int FILE: examples/example009a_timed_mul_4_by_4.cpp type local_timed_mul_4_by_4 (line 23) | namespace local_timed_mul_4_by_4 function get_random_big_uint (line 27) | auto get_random_big_uint(RandomEngineType& rng, UnsignedIntegralIterat... function local_a (line 52) | auto local_a() -> std::vector& function local_b (line 65) | auto local_b() -> std::vector& function main (line 141) | auto main() -> int FILE: examples/example009b_timed_mul_8_by_8.cpp type local_timed_mul_8_by_8 (line 23) | namespace local_timed_mul_8_by_8 function get_random_big_uint (line 27) | auto get_random_big_uint(RandomEngineType& rng, UnsignedIntegralIterat... function local_a (line 52) | auto local_a() -> std::vector& function local_b (line 65) | auto local_b() -> std::vector& function main (line 141) | auto main() -> int FILE: examples/example010_uint48_t.cpp function main (line 67) | auto main() -> int FILE: examples/example011_uint24_t.cpp function main (line 67) | auto main() -> int FILE: examples/example012_rsa_crypto.cpp type local_rsa (line 16) | namespace local_rsa class rsa_base (line 21) | class rsa_base type public_key_type (line 57) | struct public_key_type type euclidean (line 65) | struct euclidean method extended_euclidean (line 68) | static auto extended_euclidean(const IntegerType& a, // NOLINT(mis... class encryptor (line 96) | class encryptor method encryptor (line 99) | explicit encryptor(const public_key_type& key) : public_key(key) { } method encrypt (line 103) | auto encrypt(InputIterator in_first, const std::size_t count, Outp... class decryptor (line 115) | class decryptor method decryptor (line 118) | explicit decryptor(const private_key_type& key) : private_key(key)... method decrypt (line 122) | auto decrypt(InputIterator cry_in, const std::size_t count, Output... method rsa_base (line 138) | rsa_base(const rsa_base& other) : my_p (other.my_p), method rsa_base (line 146) | rsa_base(rsa_base&& other) noexcept : my_p (static_cast const public_key_type& { return publi... method getPrivateKey (line 184) | auto getPrivateKey() const -> const private_key_type& { return priva... method get_p (line 186) | auto get_p() const -> const crypto_char& { return getPrivateKey().p; } method get_q (line 187) | auto get_q() const -> const crypto_char& { return getPrivateKey().q; } method get_d (line 188) | auto get_d() const -> const crypto_char& { return getPrivateKey().s; } method get_n (line 189) | auto get_n() const -> const crypto_char& { return getPublicKey().m; } method encrypt (line 191) | auto encrypt(const std::string& str) const -> crypto_string method decrypt (line 200) | auto decrypt(const crypto_string& str) const -> std::string method is_prime (line 210) | static auto is_prime(const my_uintwide_t& p, method rsa_base (line 230) | rsa_base() = delete; method rsa_base (line 241) | rsa_base(my_uintwide_t p_in, method calculate_private_key (line 251) | auto calculate_private_key() -> void method is_neg (line 270) | static auto is_neg(const my_uintwide_t& x) -> bool method make_positive (line 277) | static auto make_positive(const my_uintwide_t& number, const my_uint... class rsa_fips (line 292) | class rsa_fips : public rsa_base method rsa_fips (line 298) | rsa_fips(const typename base_class_type::my_uintwide_t& p_in, method rsa_fips (line 311) | rsa_fips(const rsa_fips& other) : base_class_type(other) { } method rsa_fips (line 313) | rsa_fips(rsa_fips&& other) noexcept : base_class_type(other) { } class rsa_traditional (line 334) | class rsa_traditional : public rsa_base method rsa_traditional (line 340) | rsa_traditional(const typename base_class_type::my_uintwide_t& p_in, method rsa_traditional (line 353) | rsa_traditional(const rsa_traditional& other) : base_class_type(othe... method rsa_traditional (line 355) | rsa_traditional(rsa_traditional&& other) noexcept : base_class_type(... function main (line 446) | auto main() -> int FILE: examples/example013_ecdsa_sign_verify.cpp function hash_sha256 (line 95) | constexpr hash_sha256() = default; function hash_sha256 (line 96) | constexpr hash_sha256(const hash_sha256&) = default; function hash_sha256 (line 97) | constexpr hash_sha256(hash_sha256&&) noexcept = default; function hash (line 104) | constexpr auto hash(const std::uint8_t* msg, const size_t length) -> res... function init (line 111) | constexpr void init() function update (line 126) | constexpr void update(const std::uint8_t* msg, const size_t length) function finalize (line 146) | constexpr auto finalize() -> result_type function rotl (line 333) | static constexpr auto rotl(std::uint32_t a, unsigned b) -> std::uint32_t... function rotr (line 334) | static constexpr auto rotr(std::uint32_t a, unsigned b) -> std::uint32_t... function ch (line 336) | static constexpr auto ch (std::uint32_t x, std::uint32_t y, std::uint32_... function maj (line 337) | static constexpr auto maj(std::uint32_t x, std::uint32_t y, std::uint32_... function bsig0 (line 339) | static constexpr auto bsig0(std::uint32_t x) -> std::uint32_t { return (... function bsig1 (line 340) | static constexpr auto bsig1(std::uint32_t x) -> std::uint32_t { return (... function ssig0 (line 341) | static constexpr auto ssig0(std::uint32_t x) -> std::uint32_t { return (... function ssig1 (line 342) | static constexpr auto ssig1(std::uint32_t x) -> std::uint32_t { return (... type ecc_point (line 349) | struct ecc_point type point_type (line 369) | struct point_type method point_type (line 371) | explicit constexpr point_type(double_sint_type x = static_cast double_sint_type { return... method curve_a (line 421) | static constexpr auto curve_a () noexcept -> double_sint_type { return... method curve_b (line 422) | static constexpr auto curve_b () noexcept -> double_sint_type { return... method curve_gx (line 424) | static constexpr auto curve_gx() noexcept -> double_sint_type { return... method curve_gy (line 425) | static constexpr auto curve_gy() noexcept -> double_sint_type { return... method curve_n (line 427) | static constexpr auto curve_n () noexcept -> double_sint_type { return... method inverse_mod (line 429) | static auto inverse_mod(const double_sint_type& k, const double_sint_t... method is_on_curve (line 467) | static auto is_on_curve(const point_type& point) -> bool method point_neg (line 494) | static constexpr auto point_neg(const point_type& point) -> point_type method point_add (line 511) | static auto point_add(const point_type& point1, const point_type& poin... method scalar_mult (line 569) | static auto scalar_mult(const double_sint_type& k, const point_type& p... method get_pseudo_random_uint (line 613) | static auto get_pseudo_random_uint(const UnknownWideUintType& a = (std... method make_keypair (line 640) | static auto make_keypair(const uint_type* p_uint_seed = nullptr) -> ke... method hash_message (line 668) | static auto hash_message(MsgIteratorType msg_first, MsgIteratorType ms... method sign_message (line 699) | static auto sign_message(const uint_type& private_key, method verify_signature (line 745) | static auto verify_signature(const std::pair& pub, function main (line 969) | auto main() -> int FILE: examples/example014_pi_spigot_wide.cpp type example014_pi_spigot (line 18) | namespace example014_pi_spigot class pi_spigot (line 24) | class pi_spigot method result_digit (line 30) | static constexpr auto result_digit() noexcept -> std::uint32_t { ret... method loop_digit (line 31) | static constexpr auto loop_digit () noexcept -> std::uint32_t { ret... method input_scale (line 45) | static constexpr auto input_scale(std::uint32_t x) noexcept -> std::... method get_output_static_size (line 64) | static constexpr auto get_output_static_size() noexcept -> std::uint... method get_input_static_size (line 66) | static constexpr auto get_input_static_size() noexcept -> std::uint3... method pi_spigot (line 72) | pi_spigot() method pi_spigot (line 83) | pi_spigot(const pi_spigot&) = delete; method pi_spigot (line 85) | pi_spigot(pi_spigot&&) = delete; method get_operation_count (line 93) | WIDE_INTEGER_NODISCARD auto get_operation_count() const noexcept -> ... method calculate (line 96) | auto calculate(OutputIteratorType output_first) -> void method pow10 (line 221) | static auto pow10(std::uint32_t n) -> unsigned_small_type // NOLINT(... method d_init (line 231) | static auto d_init() -> unsigned_small_type function pi_control_string (line 263) | inline auto pi_control_string() -> std::string function main (line 326) | auto main() -> int FILE: math/wide_integer/uintwide_t.h function namespace (line 83) | namespace test_uintwide_t_edge { auto test_various_isolated_edge_cases()... function ArithmeticType (line 235) | auto max_unsafe(const ArithmeticType& left, const ArithmeticType& right)... function ArithmeticType (line 242) | auto min_unsafe(const ArithmeticType& left, const ArithmeticType& right)... function T (line 289) | T tmp { std::move(static_cast(left)) }; function local_difference_type (line 318) | local_difference_type step { } function local_iterator_type (line 322) | local_iterator_type itr { } function namespace (line 355) | namespace distance_detail function local_unsigned_integral_type (line 441) | local_unsigned_integral_type yy_val { local_unsigned_integral_type { UIN... function nn_val (line 443) | unsigned nn_val { static_cast(std::numeric_limits(ctz_unsafe(u)) }; function WIDE_INTEGER_NAMESPACE_BEGIN (line 672) | WIDE_INTEGER_NAMESPACE_BEGIN function elem_count (line 733) | constexpr dynamic_array(const dynamic_array& other) function elem_count (line 771) | constexpr dynamic_array(std::initializer_list lst, function virtual (line 799) | virtual ~dynamic_array() function operator (line 886) | constexpr auto operator[](const size_type i) -> reference { ... function operator (line 887) | constexpr auto operator[](const size_type i) const -> const_reference { ... function front (line 889) | constexpr auto front() -> reference { return elems[static_ca... function at (line 893) | constexpr auto back() const -> const_reference { return ((elem_count > s... function const_reference (line 896) | constexpr auto at(const size_type i) const -> const_reference { return (... function noexcept (line 908) | constexpr auto swap(dynamic_array& other) noexcept -> void function noexcept (line 922) | constexpr auto swap(dynamic_array&& other) noexcept -> void function friend (line 981) | friend constexpr auto operator> (const dynamic_array& lhs, const dynamic... function namespace (line 1000) | namespace math::wide_integer::detail { function namespace (line 1024) | namespace math::wide_integer::detail { function namespace (line 1048) | namespace math { namespace wide_integer { // NOLINT(modernize-concat-nes... function WIDE_INTEGER_NAMESPACE_END (line 1595) | WIDE_INTEGER_NAMESPACE_END function namespace (line 1618) | namespace math::wide_integer::detail { function unsigned_fast_type (line 1787) | constexpr auto strlen_unsafe(const char* p_str) -> unsigned_fast_type function UnsignedShortType (line 1812) | auto make_lo(const UnsignedLargeType& u) -> UnsignedShortType function UnsignedShortType (line 1839) | auto make_hi(const UnsignedLargeType& u) -> UnsignedShortType function UnsignedLargeType (line 1866) | auto make_large(const UnsignedShortType& lo, const UnsignedShortType& hi... function native_float_parts (line 1931) | native_float_parts final function WIDE_INTEGER_NODISCARD (line 2017) | WIDE_INTEGER_NODISCARD constexpr auto get_exponent() const noexcept -> i... function my_exponent_part (line 2021) | int my_exponent_part { } function namespace (line 2034) | namespace math::wide_integer { function values (line 2263) | constexpr uintwide_t(const uintwide_t& other) : values(other.values) { } function values (line 2337) | constexpr uintwide_t(const char* str_input) // NOLINT(google-explicit-co... function operator (line 2395) | constexpr operator IntegralType() const function other_wide_integer_type (line 2427) | other_wide_integer_type other { } function WIDE_INTEGER_NODISCARD (line 2453) | WIDE_INTEGER_NODISCARD constexpr auto representation() const -> const r... function operator (line 2457) | constexpr auto operator+() const -> const uintwide_t& { return *this; } function operator (line 2458) | constexpr auto operator-() const -> uintwide_t { uintwide_t tmp(*... function uintwide_t (line 2523) | constexpr auto mul_by_limb(const limb_type v) -> uintwide_t& function local_unsigned_wide_type (line 2606) | local_unsigned_wide_type remainder_unsigned { } function uintwide_t (line 2617) | uintwide_t remainder { } function operator (line 2629) | constexpr auto operator++() -> uintwide_t& { preincrement(); return *th... function operator (line 2630) | constexpr auto operator--() -> uintwide_t& { predecrement(); return *th... function uintwide_t (line 2810) | constexpr auto limits_helper_max() -> std::enable_if_t<(!RePhraseIsSigne... function uintwide_t (line 2822) | uintwide_t result_max { } function uintwide_t (line 2838) | constexpr auto limits_helper_min() -> std::enable_if_t<(!RePhraseIsSigne... function uintwide_t (line 2846) | uintwide_t result_min { } function string_storage_oct_type (line 2891) | string_storage_oct_type str_temp { } function signed_fast_type (line 2893) | signed_fast_type function else (line 2954) | else if(base_rep == static_cast(UINT8_C(10))) function UINT8_C (line 3363) | static constexpr auto wr_string_max_buffer_size_oct() -> size_t function representation_type (line 3412) | representation_type function friend (line 3468) | friend constexpr auto operator+ (const uintwide_t& u, const uintwide_t& ... function friend (line 3469) | friend constexpr auto operator- (const uintwide_t& u, const uintwide_t& ... function friend (line 3470) | friend constexpr auto operator* (const uintwide_t& u, const uintwide_t& ... function friend (line 3471) | friend constexpr auto operator/ (const uintwide_t& u, const uintwide_t& ... function friend (line 3472) | friend constexpr auto operator% (const uintwide_t& u, const uintwide_t& ... function friend (line 3475) | friend constexpr auto operator| (const uintwide_t& u, const uintwide_t& ... function friend (line 3476) | friend constexpr auto operator^ (const uintwide_t& u, const uintwide_t& ... function friend (line 3477) | friend constexpr auto operator& (const uintwide_t& u, const uintwide_t& ... function uintwide_t (line 3501) | uintwide_t remainder { } function local_unsigned_wide_integer_type (line 3739) | const local_unsigned_wide_integer_type u((!u_is_neg) ? *this : -*this); function local_other_representation_type (line 3801) | local_other_representation_type result function result_array_type (line 3852) | result_array_type result { } function storage_array_type (line 3853) | storage_array_type t { } function local_double_limb_type (line 4011) | local_double_limb_type r1 { } function local_double_limb_type (line 4012) | local_double_limb_type r2 { } function local_double_limb_type (line 4177) | local_double_limb_type rd1 { } function local_double_limb_type (line 4178) | local_double_limb_type rd2 { } function local_double_limb_type (line 4179) | local_double_limb_type rd3 { } function local_double_limb_type (line 4180) | local_double_limb_type rd4 { } function local_double_limb_type (line 4181) | local_double_limb_type rd5 { } function local_double_limb_type (line 4182) | local_double_limb_type rd6 { } function local_uint_index_type (line 4872) | local_uint_index_type u_offset { } function local_uint_index_type (line 4873) | local_uint_index_type v_offset { } function uu_array_type (line 4989) | uu_array_type uu { } function representation_type (line 4991) | representation_type function WIDE_INTEGER_NODISCARD (line 5254) | WIDE_INTEGER_NODISCARD constexpr auto right_shift_fill_value() const -> ... function WIDE_INTEGER_NAMESPACE_END (line 5679) | WIDE_INTEGER_NAMESPACE_END function namespace (line 5704) | namespace math::wide_integer { function namespace (line 5845) | namespace math::wide_integer { function unsigned_fast_type (line 6116) | unsigned_fast_type bpos { static_cast(UINT8_C(0)) }; function else (line 6295) | else if(k == static_cast(UINT8_C(2))) function else (line 6299) | else if(k == static_cast(UINT8_C(3))) function else (line 6379) | else if((p0 == static_cast(UINT8_C(1))) && (p == static... function else (line 6383) | else if((p0 == static_cast(UINT8_C(2))) && (p == static... function local_wide_integer_type (line 6392) | local_wide_integer_type y { b } function local_wide_integer_type (line 6393) | local_wide_integer_type p_local { p } function local_normal_width_type (line 6427) | local_normal_width_type result { } function local_double_width_type (line 6428) | local_double_width_type y { b }; function local_wide_integer_type (line 6506) | local_wide_integer_type u((!u_is_neg) ? a : -a); function namespace (line 6606) | namespace detail { function local_unsigned_wide_type (line 6677) | local_unsigned_wide_type ur { } function local_unsigned_wide_type (line 6705) | local_unsigned_wide_type ua((!numer_was_neg) ? a : -a); type param_type (line 6756) | struct param_type function WIDE_INTEGER_NODISCARD (line 6794) | WIDE_INTEGER_NODISCARD constexpr auto get_b() const -> result_type { ret... function result_type (line 6801) | result_type param_b { (std::numeric_limits::max)() }; // NO... function explicit (line 6814) | explicit constexpr function explicit (line 6821) | explicit constexpr uniform_int_distribution(const param_type& other_para... function my_params (line 6824) | constexpr uniform_int_distribution(const uniform_int_distribution& other... function my_params (line 6826) | constexpr uniform_int_distribution(uniform_int_distribution&& other) noe... function WIDE_INTEGER_NODISCARD (line 6854) | WIDE_INTEGER_NODISCARD auto a() const -> result_type { return my_params.... function namespace (line 6965) | namespace detail { function local_wide_integer_type (line 7143) | const local_wide_integer_type nm1 { np - static_cast(UINT8_C(1... function local_wide_integer_type (line 7165) | const local_wide_integer_type fn { powm(local_wide_integer_type(static_c... function k (line 7173) | const unsigned k { static_cast(lsb(nm1)) }; FILE: target/micros/stm32f429/make/single/crt.cpp type crt (line 27) | namespace crt type crt (line 32) | namespace crt function __my_startup (line 39) | void __my_startup(void) function _exit (line 65) | void _exit (int) { } type ctor_type (line 99) | struct ctor_type function __vector_unused_irq (line 133) | void __vector_unused_irq () { for(;;) { ; } } function __nmi_handler (line 134) | void __nmi_handler () { for(;;) { ; } } function __hard_fault_handler (line 135) | void __hard_fault_handler () { for(;;) { ; } } function __mem_manage_handler (line 136) | void __mem_manage_handler () { for(;;) { ; } } function __bus_fault_handler (line 137) | void __bus_fault_handler () { for(;;) { ; } } function __usage_fault_handler (line 138) | void __usage_fault_handler() { for(;;) { ; } } function __svc_handler (line 139) | void __svc_handler () { for(;;) { ; } } function __debug_mon_handler (line 140) | void __debug_mon_handler () { for(;;) { ; } } function __pend_sv_handler (line 141) | void __pend_sv_handler () { for(;;) { ; } } function __sys_tick_handler (line 142) | void __sys_tick_handler () { for(;;) { ; } } FILE: test/coverity.c function dummy (line 3) | void dummy(void) FILE: test/fuzzing/test_fuzzing_add.cpp type fuzzing (line 22) | namespace fuzzing function LLVMFuzzerTestOneInput (line 124) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_div.cpp type fuzzing (line 22) | namespace fuzzing function LLVMFuzzerTestOneInput (line 133) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_div_versus_cppalliance_int128.cpp type fuzzing (line 28) | namespace fuzzing function LLVMFuzzerTestOneInput (line 84) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_mul.cpp type fuzzing (line 22) | namespace fuzzing function LLVMFuzzerTestOneInput (line 124) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_powm.cpp type fuzzing (line 22) | namespace fuzzing function LLVMFuzzerTestOneInput (line 143) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_prime.cpp type fuzzing (line 23) | namespace fuzzing function LLVMFuzzerTestOneInput (line 122) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_sdiv.cpp type fuzzing (line 24) | namespace fuzzing function pseudo_random_sign_bit (line 26) | auto pseudo_random_sign_bit() -> int function LLVMFuzzerTestOneInput (line 167) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_sqrt.cpp type fuzzing (line 24) | namespace fuzzing function LLVMFuzzerTestOneInput (line 101) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/fuzzing/test_fuzzing_sub.cpp type fuzzing (line 22) | namespace fuzzing function LLVMFuzzerTestOneInput (line 124) | int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) FILE: test/parallel_for.h function namespace (line 15) | namespace my_concurrency FILE: test/stopwatch.h function elapsed_time (line 28) | struct stopwatch function timespec (line 62) | timespec ts { } function ntsp (line 64) | const int ntsp { timespec_get(&ts, TIME_UTC) }; function time_point_type (line 84) | const time_point_type FILE: test/test.cpp type local (line 102) | namespace local { function test_uintwide_t_small_bits (line 150) | auto test_uintwide_t_small_bits() -> bool function test_uintwide_t_boost_backend (line 204) | auto test_uintwide_t_boost_backend() -> bool function test_uintwide_t_examples (line 215) | auto test_uintwide_t_examples() -> bool function test_uintwide_t_edge_cases (line 226) | auto test_uintwide_t_edge_cases() -> bool function test_uintwide_t_float_convert (line 237) | auto test_uintwide_t_float_convert() -> bool function test_uintwide_t_int_convert (line 248) | auto test_uintwide_t_int_convert() -> bool function test_uintwide_t_spot_values (line 259) | auto test_uintwide_t_spot_values() -> bool function test_uintwide_t_0000024 (line 270) | auto test_uintwide_t_0000024() -> bool function test_uintwide_t_0000048 (line 285) | auto test_uintwide_t_0000048() -> bool function test_uintwide_t_0000064 (line 300) | auto test_uintwide_t_0000064() -> bool function test_uintwide_t_0000064_signed (line 315) | auto test_uintwide_t_0000064_signed() -> bool function test_uintwide_t_0000096 (line 330) | auto test_uintwide_t_0000096() -> bool function test_uintwide_t_0000128 (line 345) | auto test_uintwide_t_0000128() -> bool function test_uintwide_t_0000256 (line 360) | auto test_uintwide_t_0000256() -> bool function test_uintwide_t_0000256_limb_type_uint64_t (line 376) | auto test_uintwide_t_0000256_limb_type_uint64_t() -> bool function test_uintwide_t_0000512 (line 392) | auto test_uintwide_t_0000512() -> bool function test_uintwide_t_0000512_signed (line 407) | auto test_uintwide_t_0000512_signed() -> bool function test_uintwide_t_0001024 (line 422) | auto test_uintwide_t_0001024() -> bool function test_uintwide_t_0002048 (line 437) | auto test_uintwide_t_0002048() -> bool function test_uintwide_t_0008192 (line 452) | auto test_uintwide_t_0008192() -> bool function test_uintwide_t_0008192_limb_type_uint64_t (line 468) | auto test_uintwide_t_0008192_limb_type_uint64_t() -> bool function test_uintwide_t_0012288 (line 484) | auto test_uintwide_t_0012288() -> bool function test_uintwide_t_0032768 (line 499) | auto test_uintwide_t_0032768() -> bool function test_uintwide_t_0065536_alloc (line 514) | auto test_uintwide_t_0065536_alloc() -> bool function test_uintwide_t_0008192_by_0012288 (line 529) | auto test_uintwide_t_0008192_by_0012288() -> bool function test_uintwide_t_0012288_by_0008192 (line 544) | auto test_uintwide_t_0012288_by_0008192() -> bool function test_uintwide_t_0000032_by_0000032_4_by_4 (line 559) | auto test_uintwide_t_0000032_by_0000032_4_by_4() -> bool function test_uintwide_t_0000064_by_0000064_4_by_4 (line 568) | auto test_uintwide_t_0000064_by_0000064_4_by_4() -> bool function run (line 577) | auto run() -> bool // NOLINT(readability-function-cognitive-complexity) function main (line 667) | auto main() -> int // NOLINT(bugprone-exception-escape) FILE: test/test.hpp type detail (line 22) | namespace detail { function abs (line 25) | constexpr auto abs(const T& a) -> typename std::enable_if_t typename std::enable_if_t typename std::enable_if_t typename std::enable_if_t typename std::enable_if_t typename std::conditional_t type is_checked_cpp_int (line 29) | struct is_checked_cpp_int : public std::integral_constant function Target (line 75) | Target checked_lexical_cast(const Source& val) function isfloat (line 94) | bool isfloat(float) { return true; } function isfloat (line 95) | bool isfloat(double) { return true; } function isfloat (line 96) | bool isfloat(long double) { return true; } function isfloat (line 98) | bool isfloat(T) { return false; } type detail (line 100) | namespace detail { function abs (line 103) | typename boost::multiprecision::detail::expression&) function normalize_compare_result (line 126) | int normalize_compare_result(int r) type unscoped_enum (line 131) | enum unscoped_enum type scoped_enum (line 138) | enum struct scoped_enum function test_enum_conversions (line 146) | typename std::enable_if::value>::... function test_enum_conversions (line 164) | typename std::enable_if::value>:... function test_comparisons (line 168) | typename std::enable_if::va... function test_comparisons (line 240) | typename std::enable_if::va... function test_conditional (line 291) | void test_conditional(Real v, Exp e) function test_complement (line 315) | void test_complement(Real a, Real b, Real c, const std::integral_constan... function test_complement (line 335) | void test_complement(Real, Real, Real, const std::integral_constant&) function test_rational_signed (line 362) | void test_rational_signed(const std::integral_constant&) function test_rational_signed (line 370) | void test_rational_signed(const std::integral_constant&) function test_rational (line 375) | void test_rational(const std::integral_constant&) function test_integer_ops (line 409) | void test_integer_ops(const std::integral_constant&) function test_signed_integer_ops (line 558) | void test_signed_integer_ops(const std::integral_constant&) function Real (line 563) | Real negate_if_signed(Real r, const std::integral_constant&) function Real (line 568) | Real negate_if_signed(Real r, const std::integral_constant&) function test_integer_overflow (line 574) | void test_integer_overflow() function test_integer_round_trip (line 660) | void test_integer_round_trip() function test_integer_ops (line 678) | void test_integer_ops(const std::integral_constant&) function compare_NaNs (line 1298) | void compare_NaNs(const T& a, const U& b) function test_float_ops (line 1336) | void test_float_ops(const T&) {} function test_float_ops (line 1339) | void test_float_ops(const std::integral_constant const&) function test_negative_mixed_minmax (line 1625) | void test_negative_mixed_minmax(std::integral_constant const&) function test_negative_mixed_numeric_limits (line 1630) | void test_negative_mixed_numeric_limits(std::integral_constant const&) function test_negative_mixed (line 1955) | void test_negative_mixed(std::integral_constant const&) function test_mixed (line 1960) | void test_mixed(const std::integral_constant&) function check_is_nan (line 1965) | bool check_is_nan(const Real& val, const std::integral_constant&) function Real (line 1980) | Real negate_value(const Real& val, const std::integral_constant&) function test_mixed_numeric_limits (line 2039) | void test_mixed_numeric_limits(const std::integral_constant&) type is_definitely_unsigned_int (line 2044) | struct is_definitely_unsigned_int type is_definitely_unsigned_int (line 2053) | struct is_definitely_unsigned_int function test_mixed_rational (line 2062) | void test_mixed_rational(const std::true_type&) function test_mixed_rational (line 2096) | void test_mixed_rational(const std::false_type&) function test_mixed (line 2101) | void test_mixed(const std::integral_constant&) function test_members (line 2287) | typename std::enable_if::va... function test_members (line 2716) | typename std::enable_if::va... function test_members (line 2760) | void test_members(boost::rational) function test_signed_ops (line 2765) | void test_signed_ops(const std::integral_constant&) function test_signed_ops (line 2869) | void test_signed_ops(const std::integral_constant&) function test_basic_conditionals (line 2874) | void test_basic_conditionals(Real a, Real b) function test_comparisons (line 2921) | typename std::enable_if::value... function test_comparisons (line 2952) | typename std::enable_if::value... function T (line 3062) | const T& self(const T& a) { return a; } function test (line 3065) | void test() FILE: test/test_uintwide_t.h function namespace (line 16) | namespace math::wide_integer { FILE: test/test_uintwide_t_boost_backend_via_test_arithmetic.cpp function main (line 54) | auto main() -> int FILE: test/test_uintwide_t_edge_cases.cpp type test_uintwide_t_edge (line 91) | namespace test_uintwide_t_edge { type local_edge_cases (line 93) | namespace local_edge_cases { type local_base (line 186) | enum class local_base // NOLINT(performance-enum-size) function dist_sgn (line 206) | auto dist_sgn () -> std::uniform_int_distribution& {... function dist_dig_dec (line 207) | auto dist_dig_dec() -> std::uniform_int_distribution& {... function dist_dig_hex (line 208) | auto dist_dig_hex() -> std::uniform_int_distribution& {... function dist_dig_oct (line 209) | auto dist_dig_oct() -> std::uniform_int_distribution& {... function eng_sgn (line 211) | auto eng_sgn() -> eng_sgn_type& { static eng_sgn_type instance { }; re... function eng_dig (line 212) | auto eng_dig() -> eng_dig_type& { static eng_dig_type instance { }; re... function eng_flt (line 213) | auto eng_flt() -> eng_flt_type& { static eng_flt_type instance { }; re... function generate_wide_integer_value (line 221) | auto generate_wide_integer_value(bool is_positive = true, function test_various_edge_operations (line 312) | auto test_various_edge_operations() -> bool function test_various_ostream_ops (line 432) | auto test_various_ostream_ops() -> bool function test_ops_n_half_by_n_half (line 695) | auto test_ops_n_half_by_n_half() -> bool function test_various_roots_and_pow_etc (line 880) | auto test_various_roots_and_pow_etc() -> bool type local_edge_cases (line 1073) | namespace local_edge_cases function test_small_prime_and_non_prime (line 1093) | auto test_small_prime_and_non_prime() -> bool function test_some_gcd_and_equal_left_right (line 1231) | auto test_some_gcd_and_equal_left_right() -> bool function test_various_isolated_edge_cases (line 1460) | auto test_various_isolated_edge_cases() -> bool // NOLINT(readability-... function test_to_and_from_chars_and_to_string (line 1833) | auto test_to_and_from_chars_and_to_string() -> bool // NOLINT(readabil... function test_import_bits (line 2152) | auto test_import_bits() -> bool // NOLINT(readability-function-cogniti... function test_export_bits (line 2473) | auto test_export_bits() -> bool // NOLINT(readability-function-cogniti... function test_edge_uintwide_t_backend (line 2665) | auto test_edge_uintwide_t_backend() -> bool type from_pr_454 (line 2702) | namespace from_pr_454 function test_proj_specific_containers (line 2706) | auto test_proj_specific_containers() -> bool function constexpr_test_from_chars (line 160) | constexpr auto constexpr_test_from_chars() -> ::test_uintwide_t_edge::lo... type test_uintwide_t_edge (line 184) | namespace test_uintwide_t_edge { type local_edge_cases (line 93) | namespace local_edge_cases { type local_base (line 186) | enum class local_base // NOLINT(performance-enum-size) function dist_sgn (line 206) | auto dist_sgn () -> std::uniform_int_distribution& {... function dist_dig_dec (line 207) | auto dist_dig_dec() -> std::uniform_int_distribution& {... function dist_dig_hex (line 208) | auto dist_dig_hex() -> std::uniform_int_distribution& {... function dist_dig_oct (line 209) | auto dist_dig_oct() -> std::uniform_int_distribution& {... function eng_sgn (line 211) | auto eng_sgn() -> eng_sgn_type& { static eng_sgn_type instance { }; re... function eng_dig (line 212) | auto eng_dig() -> eng_dig_type& { static eng_dig_type instance { }; re... function eng_flt (line 213) | auto eng_flt() -> eng_flt_type& { static eng_flt_type instance { }; re... function generate_wide_integer_value (line 221) | auto generate_wide_integer_value(bool is_positive = true, function test_various_edge_operations (line 312) | auto test_various_edge_operations() -> bool function test_various_ostream_ops (line 432) | auto test_various_ostream_ops() -> bool function test_ops_n_half_by_n_half (line 695) | auto test_ops_n_half_by_n_half() -> bool function test_various_roots_and_pow_etc (line 880) | auto test_various_roots_and_pow_etc() -> bool type local_edge_cases (line 1073) | namespace local_edge_cases function test_small_prime_and_non_prime (line 1093) | auto test_small_prime_and_non_prime() -> bool function test_some_gcd_and_equal_left_right (line 1231) | auto test_some_gcd_and_equal_left_right() -> bool function test_various_isolated_edge_cases (line 1460) | auto test_various_isolated_edge_cases() -> bool // NOLINT(readability-... function test_to_and_from_chars_and_to_string (line 1833) | auto test_to_and_from_chars_and_to_string() -> bool // NOLINT(readabil... function test_import_bits (line 2152) | auto test_import_bits() -> bool // NOLINT(readability-function-cogniti... function test_export_bits (line 2473) | auto test_export_bits() -> bool // NOLINT(readability-function-cogniti... function test_edge_uintwide_t_backend (line 2665) | auto test_edge_uintwide_t_backend() -> bool type from_pr_454 (line 2702) | namespace from_pr_454 function test_proj_specific_containers (line 2706) | auto test_proj_specific_containers() -> bool function local_inf_f (line 2879) | auto local_inf_f () -> float { return std::numeric_limits::... function local_inf_d (line 2880) | auto local_inf_d () -> double { return std::numeric_limits:... function local_inf_ld (line 2881) | auto local_inf_ld() -> long double { return std::numeric_limits std::mt19937& ... function engine_sgn (line 86) | auto engine_sgn() -> std::ranlux24_base& ... function engine_e10 (line 87) | auto engine_e10() -> std::linear_congruential_engine FloatingPointType function get_random_digit_string (line 133) | auto get_random_digit_string(std::string& str) -> void // NOLINT(googl... function hexlexical_cast (line 190) | auto hexlexical_cast(const UnsignedIntegralType& u) -> std::string FILE: test/test_uintwide_t_int_convert.cpp type local_int_convert (line 65) | namespace local_int_convert function engine_val (line 71) | auto engine_val() -> std::mt19937& ... function engine_sgn (line 72) | auto engine_sgn() -> std::ranlux24_base& ... function engine_len (line 73) | auto engine_len() -> std::linear_congruential_engine void // NOLINT(googl... function hexlexical_cast (line 151) | auto hexlexical_cast(const UnsignedIntegralType& u) -> std::string FILE: test/test_uintwide_t_n_base.h function class (line 59) | class test_uintwide_t_n_base FILE: test/test_uintwide_t_n_binary_ops_base.h function class (line 18) | class test_uintwide_t_n_binary_ops_base : public test_uintwide_t_n_base FILE: test/test_uintwide_t_n_binary_ops_mul_div_4_by_4_template.h function WIDE_INTEGER_NODISCARD (line 55) | WIDE_INTEGER_NODISCARD auto get_digits2 () const -> WIDE_INTEGER_NAMESPA... function do_test (line 82) | auto do_test(std::size_t rounds) -> bool override function override (line 101) | auto initialize() -> void override function WIDE_INTEGER_NODISCARD (line 119) | WIDE_INTEGER_NODISCARD auto test_binary_mul() const -> bool FILE: test/test_uintwide_t_n_binary_ops_mul_n_by_m_template.h function WIDE_INTEGER_NODISCARD (line 37) | WIDE_INTEGER_NODISCARD auto get_digits2a() const -> WIDE_INTEGER_NAMESPA... function WIDE_INTEGER_NODISCARD (line 39) | WIDE_INTEGER_NODISCARD auto get_digits2 () const -> WIDE_INTEGER_NAMESPA... function WIDE_INTEGER_NODISCARD (line 42) | WIDE_INTEGER_NODISCARD auto get_digits2b() const -> ::math::wide_integer... function do_test (line 95) | auto do_test(std::size_t rounds) -> bool override function override (line 111) | auto initialize() -> void override function WIDE_INTEGER_NODISCARD (line 129) | WIDE_INTEGER_NODISCARD auto test_binary_mul() const -> bool FILE: test/test_uintwide_t_n_binary_ops_template.h function WIDE_INTEGER_NODISCARD (line 65) | WIDE_INTEGER_NODISCARD auto get_digits2() const -> WIDE_INTEGER_NAMESPAC... function override (line 70) | auto initialize() -> void override function override (line 88) | auto do_test(std::size_t rounds) -> bool override function WIDE_INTEGER_NODISCARD (line 119) | WIDE_INTEGER_NODISCARD auto test_binary_add() const -> bool function WIDE_INTEGER_NODISCARD (line 146) | WIDE_INTEGER_NODISCARD auto test_binary_sub() const -> bool function WIDE_INTEGER_NODISCARD (line 173) | WIDE_INTEGER_NODISCARD auto test_binary_mul() const -> bool function WIDE_INTEGER_NODISCARD (line 234) | WIDE_INTEGER_NODISCARD auto test_binary_mod() const -> bool function WIDE_INTEGER_NODISCARD (line 268) | WIDE_INTEGER_NODISCARD auto test_binary_sqrt() const -> bool FILE: test/test_uintwide_t_n_binary_ops_template_signed.h function WIDE_INTEGER_NODISCARD (line 77) | WIDE_INTEGER_NODISCARD auto get_digits2() const -> WIDE_INTEGER_NAMESPAC... function override (line 82) | auto initialize() -> void override function WIDE_INTEGER_NODISCARD (line 114) | WIDE_INTEGER_NODISCARD auto test_binary_add() const -> bool function WIDE_INTEGER_NODISCARD (line 141) | WIDE_INTEGER_NODISCARD auto test_binary_sub() const -> bool function WIDE_INTEGER_NODISCARD (line 168) | WIDE_INTEGER_NODISCARD auto test_binary_mul() const -> bool function WIDE_INTEGER_NODISCARD (line 195) | WIDE_INTEGER_NODISCARD auto test_binary_div() const -> bool function WIDE_INTEGER_NODISCARD (line 222) | WIDE_INTEGER_NODISCARD auto test_binary_mod() const -> bool function override (line 249) | auto do_test(std::size_t rounds) -> bool override function WIDE_INTEGER_NODISCARD (line 325) | WIDE_INTEGER_NODISCARD auto get_digits2() const -> WIDE_INTEGER_NAMESPAC... function override (line 330) | auto initialize() -> void override function WIDE_INTEGER_NODISCARD (line 358) | WIDE_INTEGER_NODISCARD auto test_binary_add() const -> bool function WIDE_INTEGER_NODISCARD (line 390) | WIDE_INTEGER_NODISCARD auto test_binary_sub() const -> bool function WIDE_INTEGER_NODISCARD (line 422) | WIDE_INTEGER_NODISCARD auto test_binary_mul() const -> bool function WIDE_INTEGER_NODISCARD (line 454) | WIDE_INTEGER_NODISCARD auto test_binary_div() const -> bool function WIDE_INTEGER_NODISCARD (line 481) | WIDE_INTEGER_NODISCARD auto test_binary_mod() const -> bool function WIDE_INTEGER_NODISCARD (line 538) | WIDE_INTEGER_NODISCARD virtual auto test_binary_shr() const -> bool function override (line 571) | auto do_test(std::size_t rounds) -> bool override FILE: test/test_uintwide_t_n_number_theory_funcs_template.h function test_uintwide_t_n_base (line 29) | test_uintwide_t_n_number_theory_funcs_template(const std::size_t count) function virtual (line 35) | virtual auto get_digits2() const -> WIDE_INTEGER_NAMESPACE::math::wide_i... FILE: test/test_uintwide_t_spot_values.cpp type from_issue_429 (line 18) | namespace from_issue_429 function test_uintwide_t_spot_values_from_issue_429 (line 22) | auto test_uintwide_t_spot_values_from_issue_429() -> bool type from_issue_362 (line 76) | namespace from_issue_362 function test_uintwide_t_spot_values_from_issue_362 (line 80) | auto test_uintwide_t_spot_values_from_issue_362() -> bool type from_issue_342 (line 98) | namespace from_issue_342 function test_uintwide_t_spot_values_from_issue_342_pos (line 102) | auto test_uintwide_t_spot_values_from_issue_342_pos() -> bool function test_uintwide_t_spot_values_from_issue_342_mix (line 141) | auto test_uintwide_t_spot_values_from_issue_342_mix() -> bool type from_issue_339 (line 232) | namespace from_issue_339 function modInverse (line 248) | auto modInverse(uint2048 A, uint2048 M) -> uint2048 // NOLINT(readabil... function test_uintwide_t_spot_values_from_issue_339_underflow_2048_4096 (line 282) | auto test_uintwide_t_spot_values_from_issue_339_underflow_2048_4096() ... type from_issue_316 (line 316) | namespace from_issue_316 function test_uintwide_t_spot_values_from_issue_316_import_export_original (line 344) | auto test_uintwide_t_spot_values_from_issue_316_import_export_original... function test_uintwide_t_spot_values_from_issue_316_import_export_extended (line 404) | auto test_uintwide_t_spot_values_from_issue_316_import_export_extended... type from_issue_266 (line 449) | namespace from_issue_266 function test_uintwide_t_spot_values_from_issue_266_inc (line 453) | auto test_uintwide_t_spot_values_from_issue_266_inc() -> bool function test_uintwide_t_spot_values_from_issue_266_dec (line 473) | auto test_uintwide_t_spot_values_from_issue_266_dec() -> bool function convert_to_uint80 (line 503) | constexpr auto convert_to_uint80(const uint512& value) -> uint80 type from_issue_145 (line 575) | namespace from_issue_145 function test_uintwide_t_spot_values_from_issue_145 (line 578) | auto test_uintwide_t_spot_values_from_issue_145(const UnknownIntegerTy... type from_pull_request_130 (line 618) | namespace from_pull_request_130 function test_uintwide_t_spot_values_from_pull_request_130 (line 621) | constexpr auto test_uintwide_t_spot_values_from_pull_request_130() -> ... type exercise_bad_string_input (line 645) | namespace exercise_bad_string_input function test_uintwide_t_spot_values_exercise_bad_string_input (line 649) | auto test_uintwide_t_spot_values_exercise_bad_string_input() -> bool type exercise_pow_zero_one_two (line 669) | namespace exercise_pow_zero_one_two function test_uintwide_t_spot_values_exercise_pow_zero_one_two (line 673) | auto test_uintwide_t_spot_values_exercise_pow_zero_one_two() -> bool type exercise_octal (line 700) | namespace exercise_octal function test_uintwide_t_spot_values_exercise_octal (line 704) | auto test_uintwide_t_spot_values_exercise_octal() -> bool type local_test_spot_values (line 729) | namespace local_test_spot_values function input (line 1496) | constexpr auto FILE: test/test_uintwide_t_xtra_from_issue_335.cpp type from_issue_335 (line 21) | namespace from_issue_335 function f (line 28) | auto f(uint32_t n) -> std::string function test_uintwide_t_xtra_from_issue_335 (line 37) | auto test_uintwide_t_xtra_from_issue_335() -> bool function main (line 60) | auto main() -> int FILE: util/utility/util_pseudorandom_time_point_seed.h function namespace (line 21) | namespace util {