Searched refs:BOOST_STDLIB (Results 1 – 25 of 127) sorted by relevance
123456
/third_party/boost/boost/config/stdlib/ |
D | roguewave.hpp | 33 # define BOOST_STDLIB "Rogue Wave standard library version (Unknown version)" macro 35 # define BOOST_STDLIB "Rogue Wave standard library version " BOOST_STRINGIZE(_RWSTD_VER) macro 38 # define BOOST_STDLIB "Apache STDCXX standard library version " _RWSTD_VER_STR macro 40 # define BOOST_STDLIB "Apache STDCXX standard library version " BOOST_STRINGIZE(_RWSTD_VER) macro
|
D | dinkumware.hpp | 261 # define BOOST_STDLIB "Dinkumware standard library version " BOOST_STRINGIZE(_CPPLIB_VER) macro 263 # define BOOST_STDLIB "Dinkumware standard library version 1.x" macro
|
D | libstdcpp3.hpp | 15 #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCXX__) macro 17 #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCPP__) macro
|
/third_party/boost/libs/math/test/float128/ |
D | log1p_expm1_test.cpp | 64 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_legendre.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_zeta.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_hermite.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_binomial_coeff.cpp | 35 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_tgamma_ratio.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_igamma_inva.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_cbrt.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_bessel_i.cpp | 42 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_laguerre.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_ellint_2.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_trigamma.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_expint.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_ellint_1.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_ibeta_inv_1.cpp | 30 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | powm1_sqrtp1m1_test.cpp | 66 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_igamma.cpp | 37 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_carlson.cpp | 41 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
D | test_polygamma.cpp | 37 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
/third_party/boost/libs/container_hash/test/ |
D | hash_long_double_test.cpp | 12 std::cerr<<"Library: "<<BOOST_STDLIB<<"\n\n"; in main()
|
D | hash_float_test.cpp | 12 std::cerr<<"Library: "<<BOOST_STDLIB<<"\n\n"; in main()
|
/third_party/boost/libs/multiprecision/test/math/ |
D | log1p_expm1_test.cpp | 86 << BOOST_STDLIB << ", " << BOOST_PLATFORM << std::endl; in expected_results()
|
123456