Home
last modified time | relevance | path

Searched refs:native_float32_buf_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/endian/test/
Dfloat_typedef_test.cpp56 test_buffer<native_float32_buf_t>( 3.1416f, false ); in main()
Dbuffer_test.cpp93 BOOST_TEST_EQ(sizeof(native_float32_buf_t), 4u); in check_size()
/third_party/boost/boost/endian/
Dbuffers.hpp176 typedef endian_buffer<order::native, float, 32, align::no> native_float32_buf_t; typedef
/third_party/boost/libs/endian/doc/endian/
Dbuffers.adoc328 typedef endian_buffer<order::native, float, 32> native_float32_buf_t;