Home
last modified time | relevance | path

Searched defs:py2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_rv_pointer_cast_test.cpp39 boost::shared_ptr<Y> py2 = boost::static_pointer_cast<Y>(std::move(px)); in main() local
65 boost::shared_ptr<Y> py2 = boost::reinterpret_pointer_cast<Y>(std::move(pv)); in main() local
Dshared_from_this_test.cpp71 boost::shared_ptr<Y> py2 = boost::dynamic_pointer_cast<Y>(px); in test() local
Dshared_from_raw_test.cpp62 boost::shared_ptr<Y> py2 = boost::dynamic_pointer_cast<Y>(px); in test() local
Dshared_ptr_test.cpp3220 boost::shared_ptr<Y> py2 = boost::dynamic_pointer_cast<Y>(px); in test() local
/third_party/boost/boost/geometry/strategies/transform/
Dmap_transformer.hpp110 D py2 = height; in set_transformation() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c305 LLVMValueRef py2 = lp_build_swizzle_aos(coord_bld, px2_py2, swizzle1); in lp_build_pmin() local
/third_party/pixman/demos/
Dquad2quad.c17 double px2, double py2, in quad_to_quad()