Searched refs:big_int40_t (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 163 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()
|
D | endian_in_union_test.cpp | 26 big_int40_t big_40;
|
D | endian_operations_test.cpp | 206 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/ |
D | arithmetic.hpp | 113 typedef endian_arithmetic<order::big, int_least64_t, 40> big_int40_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | overview.adoc | 300 example, using `big_int40_buf_t` or `big_int40_t` in a large array saves a lot
|
D | arithmetic.adoc | 287 typedef endian_arithmetic<order::big, int_least64_t, 40> big_int40_t;
|