Home
last modified time | relevance | path

Searched refs:big_int40_t (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/endian/test/
Dendian_test.cpp163 big_int40_t big_40; in check_data()
312 VERIFY_SIZE( sizeof( big_int40_t ), 5 ); in check_size()
397 big_int40_t v11; in check_alignment()
539 VERIFY_BIG_REPRESENTATION( big_int40_t ); in check_representation_and_range_and_ops()
540 VERIFY_VALUE_AND_OPS( big_int40_t, int_least64_t, 0x7ffffffffeLL ); in check_representation_and_range_and_ops()
541 VERIFY_VALUE_AND_OPS( big_int40_t, int_least64_t, -0x8000000000LL ); in check_representation_and_range_and_ops()
Dendian_in_union_test.cpp26 big_int40_t big_40;
Dendian_operations_test.cpp206 Test<T1, be::big_int40_t>::test(); in op_test_aux()
279 op_test_aux<Test, be::big_int40_t>(); in op_test()
/third_party/boost/boost/endian/
Darithmetic.hpp113 typedef endian_arithmetic<order::big, int_least64_t, 40> big_int40_t; typedef
/third_party/boost/libs/endian/doc/endian/
Doverview.adoc300 example, using `big_int40_buf_t` or `big_int40_t` in a large array saves a lot
Darithmetic.adoc287 typedef endian_arithmetic<order::big, int_least64_t, 40> big_int40_t;