Searched defs:large_int (Results 1 – 10 of 10) sorted by relevance
55 struct large_int : totally_ordered<large_int<Allocator>, large_int<Allocator>>, struct57 explicit large_int(const Allocator& a = {}) : data(1, 0, a) {} in large_int() argument58 explicit large_int(std::uint64_t v, const Allocator& a = {}) : data(1, v, a) {} in large_int() argument65 large_int& operator=(std::uint64_t o) { in operator =()70 large_int& operator++() { in operator ++()84 large_int& operator+=(const large_int& o) { in operator +=()116 large_int& operator+=(std::uint64_t o) { in operator +=()131 explicit operator double() const noexcept { in operator double()140 bool operator<(const large_int& o) const noexcept { in operator <()157 bool operator==(const large_int& o) const noexcept { in operator ==()[all …]
28 using large_int = detail::large_int<std::allocator<std::uint64_t>>; typedef
42 using large_int = unlimited_storage_type::large_int; typedef
455 FT_Bool large_int; in t1_decoder_parse_charstrings() local1699 FT_Bool large_int; in t1_decoder_parse_metrics() local
494 FT_Bool large_int = FALSE; in cf2_interpT2CharString() local
458 FT_Bool large_int; in t1_decoder_parse_charstrings() local1703 FT_Bool large_int; in t1_decoder_parse_metrics() local
456 FT_Bool large_int; in t1_decoder_parse_charstrings() local
145 using large_int = detail::large_int< typedef in boost::histogram::unlimited_storage