Home
last modified time | relevance | path

Searched defs:py (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/benchmark/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### U test
/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_test.cpp214 boost::intrusive_ptr<Y> py; in copy_constructor() local
226 boost::intrusive_ptr<Y> py(0); in copy_constructor() local
238 boost::intrusive_ptr<Y> py(0, false); in copy_constructor() local
256 boost::intrusive_ptr<Y> py(new Y); in copy_constructor() local
890 boost::intrusive_ptr<Y> py(new Y); in test() local
910 boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>(px); in test() local
922 … boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>( boost::intrusive_ptr<X>(new Y) ); in test() local
981 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>(px); in test() local
986 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( boost::intrusive_ptr<X>() ); in test() local
993 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>(px); in test() local
[all …]
Dintrusive_ptr_move_test.cpp217 boost::intrusive_ptr<Y> py = boost::static_pointer_cast<Y>( std::move( px ) ); in main() local
243 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( std::move( px ) ); in main() local
256 boost::intrusive_ptr<Y> py = boost::dynamic_pointer_cast<Y>( std::move( px ) ); in main() local
Dshared_from_this_test.cpp58 boost::shared_ptr<Y> py = createY(); in test() local
Dshared_from_raw_test.cpp49 boost::shared_ptr<Y> py = createY(); in test() local
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp156 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor() local
168 boost::interprocess::intrusive_ptr<Y, VP> py(0); in copy_constructor() local
180 boost::interprocess::intrusive_ptr<Y, VP> py(0, false); in copy_constructor() local
192 boost::interprocess::intrusive_ptr<Y, VP> py(new Y); in copy_constructor() local
449 boost::interprocess::intrusive_ptr<Y, VP> py(new Y); in test() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_sparse_f32.c120 float32_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_f32() local
Darm_fir_sparse_q31.c67 q31_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q31() local
Darm_fir_sparse_q15.c70 q15_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q15() local
Darm_correlate_opt_q15.c74 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_opt_q15() local
Darm_correlate_fast_opt_q15.c77 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_opt_q15() local
Darm_fir_sparse_q7.c70 q7_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_q7() local
Darm_conv_fast_opt_q15.c81 q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_opt_q15() local
Darm_conv_opt_q15.c77 q15_t *py; /* Intermediate inputB pointer */ in arm_conv_opt_q15() local
Darm_correlate_opt_q7.c71 q15_t *py; /* Temporary input2 pointer */ in arm_correlate_opt_q7() local
Darm_conv_fast_q31.c74 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q31() local
Darm_conv_fast_q15.c75 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q15() local
/third_party/boost/boost/math/special_functions/detail/
Dibeta_inverse.hpp453 T ibeta_inv_imp(T a, T b, T p, T q, const Policy& pol, T* py) in ibeta_inv_imp()
872 ibeta_inv(T1 a, T2 b, T3 p, T4* py, const Policy& pol) in ibeta_inv()
907 ibeta_inv(T1 a, T2 b, T3 p, T4* py) in ibeta_inv()
930 ibetac_inv(T1 a, T2 b, T3 q, T4* py, const Policy& pol) in ibetac_inv()
965 ibetac_inv(T1 a, T2 b, T3 q, T4* py) in ibetac_inv()
/third_party/libffi/testsuite/libffi.complex/
Dcomplex_int.c13 _Complex int f_complex(_Complex int c, int x, int *py) in f_complex()
/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_side_straight.hpp102 promoted_type const py = dx / length; in apply() local
Dpoint_in_poly_franklin.hpp95 calc_t const& py = get<1>(point); in apply() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMipmapTest.cpp1073 int py = getWindowHeight() / 2; in TEST_P() local
1161 int py = getWindowHeight() / 2; in TEST_P() local
1281 int py = getWindowHeight() / 2; in TEST_P() local
1401 int py = getWindowHeight() / 2; in TEST_P() local
1459 int py = getWindowHeight() / 2; in TEST_P() local
1499 int py = getWindowHeight() / 2; in TEST_P() local
/third_party/skia/src/core/
DSkMatrix.cpp310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
328 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
369 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
411 SkMatrix& SkMatrix::setSinCos(SkScalar sinV, SkScalar cosV, SkScalar px, SkScalar py) { in setSinCos()
461 SkMatrix& SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { in setRotate()
471 SkMatrix& SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate()
483 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate()
497 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
521 SkMatrix& SkMatrix::preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preSkew()
533 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postSkew()
/third_party/flutter/skia/src/core/
DSkMatrix.cpp314 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
332 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
373 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
415 SkMatrix& SkMatrix::setSinCos(SkScalar sinV, SkScalar cosV, SkScalar px, SkScalar py) { in setSinCos()
465 SkMatrix& SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { in setRotate()
475 SkMatrix& SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate()
487 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate()
501 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
525 SkMatrix& SkMatrix::preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preSkew()
537 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postSkew()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformBufferTest.cpp86 int py = getWindowHeight() / 2; in TEST_P() local
155 int py = getWindowHeight() / 2; in TEST_P() local
214 int py = getWindowHeight() / 2; in TEST_P() local
247 int py = getWindowHeight() / 2; in TEST_P() local
680 int py = getWindowHeight() / 2; in TEST_P() local
736 int py = getWindowHeight() / 2; in TEST_P() local

123456