Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/third_party/gn/docs/
Dquick_start.md85 ### Adding a build file
123 ### Testing your addition
143 ### Declaring dependencies
200 ### Test the binary
214 ### Putting settings in a config
254 ### Default configs
/third_party/flutter/skia/resources/lua/
Dslides_transitions.lua74 rec.step = function (self) function
85 rec.step = function (self) function
117 rec.step = function (self) function
148 rec.step = function (self) function
155 rec.step = function (self) function
189 step = function (self) function
/third_party/python/Objects/
Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
249 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
293 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
305 PyObject *start, *stop, *step; in slice_new() local
385 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
526 PyObject *start, *stop, *step; in slice_indices() local
Drangeobject.c20 PyObject *step; member
30 validate_step(PyObject *step) in validate_step()
51 PyObject *stop, PyObject *step) in make_range_object()
80 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local
182 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length()
347 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local
771 long step; member
798 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local
890 get_len_of_range(long lo, long hi, long step) in get_len_of_range()
918 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter()
[all …]
/third_party/boost/libs/python/src/
Dslice.cpp11 slice_base::slice_base(PyObject* start, PyObject* stop, PyObject* step) in slice_base()
31 slice_base::step() const in step() function in boost::python::detail::slice_base
/third_party/boost/libs/math/test/
Dcardinal_cubic_b_spline_test.cpp79 Real step = 0.01; in test_interpolation_condition() local
105 Real step = 0.02; in test_constant_function() local
167 Real step = 0.005; in test_affine_function() local
209 Real step = 0.01; in test_quadratic_function() local
237 Real step = 0.125; in test_trig_function() local
264 Real step = 0.125; in test_copy_move() local
301 Real step = 0.125; in test_outside_interval() local
/third_party/flutter/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py38 step = 1 variable
40 step = -1 variable
/third_party/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py40 step = 1 variable
42 step = -1 variable
/third_party/ejdb/src/jbi/
Djbi_uniq_scanner.c8 int64_t step; in _jbi_consume_eq() local
39 int64_t step = 1; in _jbi_consume_in_node() local
84 int64_t step = 1; in _jbi_consume_scan() local
165 int64_t step = 1; in _jbi_consume_noxpr_scan() local
Djbi_dup_scanner.c9 int64_t step = 1; in _jbi_consume_eq() local
72 int64_t step = 1; in _jbi_consume_in_node() local
148 int64_t step = 1, prev_id = 0; in _jbi_consume_scan() local
229 int64_t step = 1, prev_id = 0; in _jbi_consume_noxpr_scan() local
/third_party/boost/boost/log/attributes/
Dcounter.hpp71 impl(value_type initial, value_type step) BOOST_NOEXCEPT : in impl()
96 explicit counter(value_type initial = (value_type)0, value_type step = (value_type)1) : in counter()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dcumprod_impl.cu22 size_t step = blockDim.x * gridDim.x; in Copy() local
33 size_t step = blockDim.x * gridDim.x; in LeftMoveProd() local
55 size_t step = blockDim.x * gridDim.x; in RightMoveProd() local
76 size_t step = blockDim.x * gridDim.x; in CumProdKernelReverse() local
98 size_t step = blockDim.x * gridDim.x; in CumProdKernel() local
Dcumsum_impl.cu22 size_t step = blockDim.x * gridDim.x; in Copy() local
33 size_t step = blockDim.x * gridDim.x; in LeftMoveSum() local
55 size_t step = blockDim.x * gridDim.x; in RightMoveSum() local
76 size_t step = blockDim.x * gridDim.x; in CumSumKernelReverse() local
98 size_t step = blockDim.x * gridDim.x; in CumSumKernel() local
/third_party/python/Include/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/third_party/mindspore/tests/ut/python/train/summary/
Dtest_summary_record.py29 def get_test_data(step): argument
81 def test_step_of_record_with_type_error(self, step): argument
/third_party/boost/libs/numeric/odeint/test/numeric/
Dvelocity_verlet.cpp65 for ( int step = 0; step < steps; ++step ) in BOOST_AUTO_TEST_CASE() local
81 for ( int step = 0; step < steps; ++step ) in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/numeric/odeint/integrate/detail/
Dintegrate_n_steps.hpp54 for( size_t step = 0; step < num_of_steps ; ++step ) in integrate_n_steps() local
80 for( size_t step = 0; step < num_of_steps ; ++step ) in integrate_n_steps() local
111 size_t step = 0; in integrate_n_steps() local
/third_party/libunwind/tests/
DGperf-simple.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
93 g1 (int level, int maxlevel, double *step) in g1()
103 f1 (int level, int maxlevel, double *step) in f1()
115 double step, min_step, first_step, sum_step; in doit() local
DGperf-trace.c58 measure_unwind (int maxlevel, double *step) in measure_unwind()
79 g1 (int level, int maxlevel, double *step) in g1()
89 f1 (int level, int maxlevel, double *step) in f1()
101 double step, min_step, first_step, sum_step; in doit() local
/third_party/boost/boost/phoenix/statement/
Dfor.hpp74 Step step; member
80 for_(Init const& init, Cond const& cond, Step const& step) in for_()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c44 uint32_t step = 1 << (len - 1); in GetNextKey() local
54 int step, int end, in ReplicateValue()
144 int step; // step size to replicate values in current table in BuildHuffmanTable() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c44 uint32_t step = 1 << (len - 1); in GetNextKey() local
54 int step, int end, in ReplicateValue()
144 int step; // step size to replicate values in current table in BuildHuffmanTable() local
/third_party/ffmpeg/libavcodec/
Dtxd.c114 int step = dxtc.dxt1_block(p, stride, gb.buffer); in txd_decode_frame() local
125 int step = dxtc.dxt3_block(p, stride, gb.buffer); in txd_decode_frame() local
/third_party/flutter/skia/src/effects/
DSkCornerPathEffect.cpp25 SkPoint* step) { in ComputeStep()
50 SkVector firstStep, step; in onFilterPath() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c160 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_create() local
244 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_insert() local
316 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_delete() local
411 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_find() local

12345678910>>...34