Home
last modified time | relevance | path

Searched refs:big_int64_at (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/endian/test/
Dendian_test.cpp215 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()
Dloop_time_test.cpp220 time<int64_t, big_int64_at>(); in test_big_align_int64()
Dendian_operations_test.cpp192 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/
Darithmetic.hpp79 typedef endian_arithmetic<order::big, int64_t, 64, align::yes> big_int64_at; typedef
/third_party/boost/libs/endian/doc/endian/
Darithmetic.adoc358 typedef endian_arithmetic<order::big, int64_t, 64, align::yes> big_int64_at;