Home
last modified time | relevance | path

Searched defs:pi2 (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dlsp_array_cast_test.cpp26 boost::local_shared_ptr<int[3]> pi2 = boost::static_pointer_cast<int[3]>( pv ); in static_cast_test() local
40 boost::local_shared_ptr<int[]> pi2 = boost::static_pointer_cast<int[]>( pv ); in static_cast_test() local
144 boost::local_shared_ptr<int[3]> pi2 = boost::reinterpret_pointer_cast<int[3]>( pi ); in reinterpret_cast_test() local
165 boost::local_shared_ptr<int[2]> pi2 = boost::reinterpret_pointer_cast<int[2]>( pi ); in reinterpret_cast_test() local
Dsp_array_cast_test.cpp26 boost::shared_ptr<int[3]> pi2 = boost::static_pointer_cast<int[3]>( pv ); in static_cast_test() local
40 boost::shared_ptr<int[]> pi2 = boost::static_pointer_cast<int[]>( pv ); in static_cast_test() local
144 boost::shared_ptr<int[3]> pi2 = boost::reinterpret_pointer_cast<int[3]>( pi ); in reinterpret_cast_test() local
165 boost::shared_ptr<int[2]> pi2 = boost::reinterpret_pointer_cast<int[2]>( pi ); in reinterpret_cast_test() local
Dshared_ptr_reinterpret_pointer_cast_test.cpp33 boost::shared_ptr<int> pi2 = boost::reinterpret_pointer_cast<int>(pc); in main() local
Dshared_ptr_test.cpp510 boost::shared_ptr<int> pi2(pi); in copy_constructor() local
564 boost::shared_ptr<int> pi2(pi); in copy_constructor() local
639 boost::shared_ptr<int> pi2(pi); in copy_constructor() local
2391 boost::shared_ptr<int> pi2 = boost::static_pointer_cast<int>(pv); in test() local
2559 boost::shared_ptr<int> pi2(new int); in test() local
Dweak_ptr_test.cpp1279 boost::shared_ptr<int> pi2(new int); in test() local
/third_party/skia/tests/graphite/
DProgramCacheTest.cpp39 sk_sp<ProgramCache::ProgramInfo> pi2 = cache->findOrCreateProgram(c2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/boost/libs/math/example/
Dfloat128_example.cpp143 …float128 pi2 = boost::math::constants::pi<__float128>(); // Constant of type __float128 gets conve… in main() local
/third_party/boost/libs/multiprecision/test/
Dtest_float_io.cpp326 float128 pi2(s); in test_hexadecimal_floating_point() local
/third_party/boost/boost/numeric/interval/
Dtransc.hpp61 const R pi2 = interval_lib::pi_twice<R>(); in cos() local
/third_party/boost/libs/thread/test/
Dtest_futures.cpp103 boost::promise<int> pi2; in BOOST_AUTO_TEST_CASE() local
526 boost::promise<int> pi2(::cast_to_rval(pi)); in BOOST_AUTO_TEST_CASE() local
544 boost::promise<void> pi2(::cast_to_rval(pi)); in BOOST_AUTO_TEST_CASE() local
/third_party/ffmpeg/libavcodec/
Dqtrle.c207 uint8_t pi1, pi2, pi3, pi4; /* 4 palette indexes */ in qtrle_decode_8bpp() local
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.hpp1023 real pi2 = pt.get_value<real>(); in test_precision() local