Home
last modified time | relevance | path

Searched defs:px3 (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dlsp_array_cast_test.cpp63 boost::local_shared_ptr<X[4]> px3 = boost::static_pointer_cast<X[4]>( pv ); in static_cast_test() local
158 boost::local_shared_ptr<X[9]> px3 = boost::reinterpret_pointer_cast<X[9]>( px2 ); in reinterpret_cast_test() local
185 boost::local_shared_ptr<X[4]> px3 = boost::reinterpret_pointer_cast<X[4]>( px2 ); in reinterpret_cast_test() local
Dsp_array_cast_test.cpp63 boost::shared_ptr<X[4]> px3 = boost::static_pointer_cast<X[4]>( pv ); in static_cast_test() local
158 boost::shared_ptr<X[9]> px3 = boost::reinterpret_pointer_cast<X[9]>( px2 ); in reinterpret_cast_test() local
185 boost::shared_ptr<X[4]> px3 = boost::reinterpret_pointer_cast<X[4]>( px2 ); in reinterpret_cast_test() local
Dsp_atomic_test.cpp40 boost::shared_ptr<X> px3( new X ); in main() local
Dshared_ptr_rv_pointer_cast_test.cpp52 boost::shared_ptr<int> px3 = boost::const_pointer_cast<int>(std::move(px)); in main() local
Dintrusive_ptr_test.cpp785 boost::intrusive_ptr<X> px3(px2); in test() local
810 boost::intrusive_ptr<X> px3(px2); in test() local
867 boost::intrusive_ptr<X> px3(px); in test() local
879 boost::intrusive_ptr<X> px3(new X); in test() local
Dlsp_array_n_test.cpp111 boost::local_shared_ptr<X const[3]> px3( px2 ); in main() local
Dsp_array_n_test.cpp111 boost::shared_ptr<X const[3]> px3( px2 ); in main() local
Dlsp_array_test.cpp111 boost::local_shared_ptr<X const[]> px3( px2 ); in main() local
Dsp_array_test.cpp111 boost::shared_ptr<X const[]> px3( px2 ); in main() local
Dintrusive_ptr_move_test.cpp230 boost::intrusive_ptr<X> px3 = boost::const_pointer_cast<X>( std::move( px ) ); in main() local
Dshared_ptr_test.cpp553 boost::shared_ptr<void> px3(px); in copy_constructor() local
611 boost::shared_ptr<void> px3(px); in copy_constructor() local
687 boost::shared_ptr<void> px3(px); in copy_constructor() local
2146 boost::shared_ptr<X> px3(px2); in test() local
2171 boost::shared_ptr<X> px3(px2); in test() local
2580 boost::shared_ptr<X> px3(new X); in test() local
Dweak_ptr_test.cpp1300 boost::shared_ptr<X> px3(new X); in test() local
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp342 boost::interprocess::intrusive_ptr<X, VP> px3(px2); in test() local
366 boost::interprocess::intrusive_ptr<X, VP> px3(px2); in test() local
426 boost::interprocess::intrusive_ptr<X, VP> px3(px); in test() local
438 boost::interprocess::intrusive_ptr<X, VP> px3(new X); in test() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_decimate_f32.c144 const float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local
394 float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local
638 float32_t *px1, *px2, *px3; in arm_fir_decimate_f32() local
Darm_fir_decimate_q31.c76 const q31_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q31() local
323 q31_t *px1, *px2, *px3; in arm_fir_decimate_q31() local
Darm_fir_decimate_fast_q31.c79 q31_t *px1, *px2, *px3; in arm_fir_decimate_fast_q31() local
Darm_fir_decimate_q15.c77 const q15_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q15() local
/third_party/pixman/demos/
Dquad2quad.c18 double px3, double py3, in quad_to_quad()