Home
last modified time | relevance | path

Searched refs:big_int16_t (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/endian/test/
Dspeed_test_functions.hpp27 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;
Dspeed_test_functions.cpp29 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()
Dspeed_test.cpp99 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()
Dendian_test.cpp160 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()
Dspirit_conflict_test.cpp17 boost::endian::big_int16_t type;
Dendian_in_union_test.cpp23 big_int16_t big_16;
Dloop_time_test.cpp178 time<int16_t, big_int16_t>(); in test_big_int16()
Dendian_operations_test.cpp203 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/
Darithmetic.hpp110 typedef endian_arithmetic<order::big, int_least16_t, 16> big_int16_t; typedef
/third_party/boost/libs/endian/doc/endian/
Dchoosing_approach.adoc276 `big_int16_t`. No changes are required for `.cpp` files.
Darithmetic.adoc284 typedef endian_arithmetic<order::big, int_least16_t, 16> big_int16_t;