Home
last modified time | relevance | path

Searched defs:large_int (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/histogram/detail/
Dlarge_int.hpp55 struct large_int : totally_ordered<large_int<Allocator>, large_int<Allocator>>, struct
57 explicit large_int(const Allocator& a = {}) : data(1, 0, a) {} in large_int() argument
58 explicit large_int(std::uint64_t v, const Allocator& a = {}) : data(1, v, a) {} in large_int() argument
65 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 …]
/third_party/boost/libs/histogram/test/
Ddetail_large_int_test.cpp28 using large_int = detail::large_int<std::allocator<std::uint64_t>>; typedef
Dunlimited_storage_test.cpp42 using large_int = unlimited_storage_type::large_int; typedef
/third_party/freetype/src/psaux/
Dt1decode.c455 FT_Bool large_int; in t1_decoder_parse_charstrings() local
1699 FT_Bool large_int; in t1_decoder_parse_metrics() local
Dpsintrp.c494 FT_Bool large_int = FALSE; in cf2_interpT2CharString() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c458 FT_Bool large_int; in t1_decoder_parse_charstrings() local
1703 FT_Bool large_int; in t1_decoder_parse_metrics() local
Dpsintrp.c494 FT_Bool large_int = FALSE; in cf2_interpT2CharString() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c456 FT_Bool large_int; in t1_decoder_parse_charstrings() local
Dpsintrp.c494 FT_Bool large_int = FALSE; in cf2_interpT2CharString() local
/third_party/boost/boost/histogram/
Dunlimited_storage.hpp145 using large_int = detail::large_int< typedef in boost::histogram::unlimited_storage