Searched refs:big_int16_t (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | speed_test_functions.hpp | 27 int16_t return_x_big_int16(int16_t x, big_int16_t y) BOOST_NOEXCEPT; 29 int16_t return_x_value_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT; 31 int16_t return_x_inplace_big_int16(int16_t x, big_int16_t y) BOOST_NOEXCEPT; 33 int16_t return_y_big_int16(int16_t x, big_int16_t y) BOOST_NOEXCEPT;
|
D | speed_test_functions.cpp | 29 int16_t return_x_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT { return x; } in return_x_big_int16() argument 31 int16_t return_x_value_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT in return_x_value_big_int16() argument 39 int16_t return_x_inplace_big_int16(int16_t x, big_int16_t) BOOST_NOEXCEPT in return_x_inplace_big_int16() argument 47 int16_t return_y_big_int16(int16_t x, big_int16_t y) BOOST_NOEXCEPT { return y; } in return_y_big_int16()
|
D | speed_test.cpp | 99 time<int16_t, big_int16_t>(user::return_x_big_int16); in test_big_int16() 100 time<int16_t, big_int16_t>(user::return_x_value_big_int16); in test_big_int16() 101 time<int16_t, big_int16_t>(user::return_x_inplace_big_int16); in test_big_int16() 102 time<int16_t, big_int16_t>(user::return_y_big_int16); in test_big_int16()
|
D | endian_test.cpp | 160 big_int16_t big_16; in check_data() 309 VERIFY_SIZE( sizeof( big_int16_t ), 2 ); in check_size() 393 big_int16_t v1; in check_alignment() 527 VERIFY_BIG_REPRESENTATION( big_int16_t ); in check_representation_and_range_and_ops() 528 VERIFY_VALUE_AND_OPS( big_int16_t, int_least16_t, 0x7ffe ); in check_representation_and_range_and_ops() 529 VERIFY_VALUE_AND_OPS( big_int16_t, int_least16_t, -0x8000 ); in check_representation_and_range_and_ops()
|
D | spirit_conflict_test.cpp | 17 boost::endian::big_int16_t type;
|
D | endian_in_union_test.cpp | 23 big_int16_t big_16;
|
D | loop_time_test.cpp | 178 time<int16_t, big_int16_t>(); in test_big_int16()
|
D | endian_operations_test.cpp | 203 Test<T1, be::big_int16_t>::test(); in op_test_aux() 276 op_test_aux<Test, be::big_int16_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 110 typedef endian_arithmetic<order::big, int_least16_t, 16> big_int16_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | choosing_approach.adoc | 276 `big_int16_t`. No changes are required for `.cpp` files.
|
D | arithmetic.adoc | 284 typedef endian_arithmetic<order::big, int_least16_t, 16> big_int16_t;
|