Searched refs:big_int32_at (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 214 big_int32_at big_align_int32; in check_data() 364 VERIFY_SIZE( sizeof( big_int32_at ), 4 ); in check_size() 485 big_int32_at v1; in check_alignment() 696 VERIFY_BIG_REPRESENTATION( big_int32_at ); in check_representation_and_range_and_ops() 697 VERIFY_VALUE_AND_OPS( big_int32_at, int_least32_t, 0x7ffffffe ); in check_representation_and_range_and_ops() 698 VERIFY_VALUE_AND_OPS( big_int32_at, int_least32_t, -0x7fffffff-1 ); in check_representation_and_range_and_ops()
|
D | loop_time_test.cpp | 192 time<int32_t, big_int32_at>(); in test_big_align_int32()
|
D | endian_operations_test.cpp | 191 Test<T1, be::big_int32_at>::test(); in op_test_aux() 269 op_test_aux<Test, be::big_int32_at>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 78 typedef endian_arithmetic<order::big, int32_t, 32, align::yes> big_int32_at; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | overview.adoc | 146 big_int32_at x; 187 big_int32_at x;
|
D | arithmetic.adoc | 357 typedef endian_arithmetic<order::big, int32_t, 32, align::yes> big_int32_at;
|