Lines Matching refs:fix_type

144     typedef double_fixture< T > fix_type;  in BOOST_AUTO_TEST_CASE_TEMPLATE()  typedef
145 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
154 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
155 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
164 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
165 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
174 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
175 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
184 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
185 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
194 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
195 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
204 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
205 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
210 BOOST_CHECK_SMALL( abs( f.res - T( 6.17978 ) ) , typename fix_type::compare_type( 1.0e-4 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
215 typedef double_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
216 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
217 typedef default_operations::maximum< typename fix_type::compare_type > Op; in BOOST_AUTO_TEST_CASE_TEMPLATE()
229 typedef unit_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
230 typedef typename fix_type::value_type value_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
231 typedef typename fix_type::time_type time_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
233 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()
242 typedef unit_fixture< T > fix_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
243 typedef typename fix_type::value_type value_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
244 typedef typename fix_type::time_type time_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
245 typedef typename fix_type::time_2_type time_2_type; in BOOST_AUTO_TEST_CASE_TEMPLATE()
247 fix_type f; in BOOST_AUTO_TEST_CASE_TEMPLATE()