Searched refs:big_int64_at (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 215 big_int64_at big_align_int64; in check_data() 365 VERIFY_SIZE( sizeof( big_int64_at ), 8 ); in check_size() 488 big_int64_at v4; in check_alignment() 700 VERIFY_BIG_REPRESENTATION( big_int64_at ); in check_representation_and_range_and_ops() 701 VERIFY_VALUE_AND_OPS( big_int64_at, int_least64_t, 0x7ffffffffffffffeLL ); in check_representation_and_range_and_ops() 702 VERIFY_VALUE_AND_OPS( big_int64_at, int_least64_t, -0x7fffffffffffffffLL-1 ); in check_representation_and_range_and_ops()
|
D | loop_time_test.cpp | 220 time<int64_t, big_int64_at>(); in test_big_align_int64()
|
D | endian_operations_test.cpp | 192 Test<T1, be::big_int64_at>::test(); in op_test_aux() 270 op_test_aux<Test, be::big_int64_at>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 79 typedef endian_arithmetic<order::big, int64_t, 64, align::yes> big_int64_at; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 358 typedef endian_arithmetic<order::big, int64_t, 64, align::yes> big_int64_at;
|