/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | adams_bashforth_call_algebra.hpp | 36 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()() 39 …algebra.for_each3( out , in , steps[0].m_v , typename Operations::template scale_sum2< value_type … in operator ()() 48 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()() 51 algebra.for_each4( out , in , steps[0].m_v , steps[1].m_v , in operator ()() 61 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()() 64 algebra.for_each5( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , in operator ()() 74 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()() 77 algebra.for_each6( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , in operator ()() 88 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()() 91 …algebra.for_each7( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , steps[4]… in operator ()() [all …]
|
D | adams_moulton_call_algebra.hpp | 35 …StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage& /* steps */ , const Coeffic… in operator ()() 47 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()() 50 algebra.for_each4( out , in , dxdt , steps[0].m_v , in operator ()() 60 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()() 63 algebra.for_each5( out , in , dxdt , steps[0].m_v , steps[1].m_v , in operator ()() 73 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()() 76 algebra.for_each6( out , in , dxdt , steps[0].m_v , steps[1].m_v , steps[2].m_v , in operator ()() 87 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()() 90 … algebra.for_each7( out , in , dxdt , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , in operator ()() 101 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | stepper.dart | 19 // * mobile horizontal mode with adding/removing steps 49 /// A vertical layout of the steps with their content in-between the titles. 52 /// A horizontal layout of the steps with their content below the titles. 107 /// and whether steps are interactive. 115 /// steps. Steppers are particularly useful in the case of forms where one step 116 /// requires the completion of another one, or where multiple steps need to be 128 /// Creates a stepper from a list of steps. 130 /// This widget is not meant to be rebuilt with a different list of steps 134 /// The [steps], [type], and [currentStep] arguments must not be null. 137 @required this.steps, [all …]
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adams_bashforth.hpp | 72 size_t Steps , 80 class InitializingStepper = extrapolation_stepper< order_helper<Steps>::value, 88 BOOST_STATIC_ASSERT(( Steps > 0 )); 89 BOOST_STATIC_ASSERT(( Steps < 9 )); 109 …typedef adams_bashforth< Steps , State , Value , Deriv , Time , Algebra , Operations , Resizer , I… 111 static const size_t steps = Steps; member in boost::numeric::odeint::adams_bashforth 116 static const order_type order_value = steps; 118 typedef detail::rotating_buffer< wrapped_deriv_type , steps > step_storage_type; 200 for( size_t i=0 ; i+1<steps ; ++i ) in initialize() 208 m_steps_initialized = steps; in initialize() [all …]
|
D | adams_bashforth_moulton.hpp | 45 size_t Steps , 59 BOOST_STATIC_ASSERT(( Steps > 0 )); 60 BOOST_STATIC_ASSERT(( Steps < 9 )); 77 static const size_t steps = Steps; member in boost::numeric::odeint::adams_bashforth_moulton 79 …typedef adams_bashforth< steps , state_type , value_type , deriv_type , time_type , algebra_type ,… 80 …typedef adams_moulton< steps , state_type , value_type , deriv_type , time_type , algebra_type , o… 81 …typedef adams_bashforth_moulton< steps , state_type , value_type , deriv_type , time_type , algebr… 84 static const order_type order_value = steps; 214 * parameter Steps and it then uses the result from the previous Steps steps. 217 * Currently, a maximum of Steps=8 is supported. [all …]
|
/third_party/python/Lib/ |
D | pipes.py | 8 conversion involves several steps (e.g. piping it through compress or 9 uuencode). Some of the conversion steps may require that their input 15 more conversion steps together. It will take care of creating and 22 different conversion steps and store them in a dictionary, for 92 return '<Template instance, steps=%r>' % (self.steps,) 96 self.steps = [] 102 t.steps = self.steps[:] 118 if self.steps and self.steps[-1][1] == SINK: 124 self.steps.append((cmd, kind)) 134 if self.steps and self.steps[0][1] == SOURCE: [all …]
|
/third_party/flatbuffers/.github/workflows/ |
D | build.yml | 18 steps: 35 steps: 54 steps: 68 steps: 86 steps: 107 steps: 117 steps: 126 steps: 149 steps: 158 # steps: [all …]
|
/third_party/skia/site/docs/user/ |
D | color.md | 22 All color managed drawing is divided into six parts, three steps connecting the 23 source colors to that XYZ D50 space, then three symmetric steps connecting back 24 from XYZ D50 to the destination color space. Some of these steps can 27 the same. Here are the steps: 29 Color management steps 42 type called SkColorSpaceXformSteps. You'll see it as 5 steps there: we always 48 Whenever we're about to do some drawing we look at which of those steps we 66 whichever lets us skip more steps. 70 with that same color space, we'll notice we can skip all six steps. Sometimes 71 fewer steps are needed, sometimes more. In general if you need to do a gamut [all …]
|
/third_party/skia/src/gpu/ |
D | GrColorSpaceXform.h | 24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument 31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function 38 // Code generation depends on which steps we apply, in XformKey() 42 const SkColorSpaceXformSteps& steps(xform->fSteps); in XformKey() 43 uint32_t key = steps.flags.mask(); in XformKey() 44 if (steps.flags.linearize) { in XformKey() 45 key |= classify_transfer_fn(steps.srcTF) << 8; in XformKey() 47 if (steps.flags.encode) { in XformKey() 48 key |= classify_transfer_fn(steps.dstTFInv) << 16; in XformKey()
|
/third_party/typescript_eslint/.github/workflows/ |
D | ci.yml | 20 steps: 36 …id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) 38 path: ${{ steps.yarn-cache-dir-path.outputs.dir }} 61 steps: 77 …id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) 79 path: ${{ steps.yarn-cache-dir-path.outputs.dir }} 153 steps: 165 …id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) 167 path: ${{ steps.yarn-cache-dir-path.outputs.dir }} 197 steps: [all …]
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | details_integrate_functions.qbk | 19 a _max_step_checker_ to throw an exception if too many steps are taken between observer calls (i.e.… 37 These integrate the ODE given by `system` with subsequent steps from `stepper`. 41 If provided, the `max_step_checker` counts the number of steps between observer calls and throws a 43 `integrate_const` returns the number of steps performed during the integration. 44 Note that if you are using a simple __stepper or __error_stepper and want to make exactly `n` steps… 55 [heading Integrate a given number of steps] 59 steps. The integration is then performed until the time `t0+n*dt`. 67 Integrates the ODE given by `system` with subsequent steps from `stepper` starting at ['x[sub 0]] a… 70 Again, providing a `max_step_checker` will throw a `no_progress_error` if too many steps are perfor… 85 Integrates the ODE given by `system` with subsequent steps from `stepper`. [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_slice_parser.cc | 37 std::vector<int32_t> steps; in Parse() local 59 } else if (attribute_name == "steps") { in Parse() 61 steps.clear(); in Parse() 63 steps.push_back(static_cast<int>(std::min(onnx_node_attr.ints()[i], int_32_max))); in Parse() 74 } else if (!steps.empty()) { in Parse() 75 size = static_cast<int>(steps.size()); in Parse() 85 if (steps.empty()) { in Parse() 86 steps.assign(starts.size(), 1); in Parse() 92 prim->AddAttr("steps", MakeValue(steps)); in Parse()
|
/third_party/flutter/skia/src/core/ |
D | SkConvertPixels.cpp | 19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() argument 25 && steps.flags.mask() != 0b00000) { in rect_memcpy() 36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() argument 42 steps.flags.linearize || in swizzle_or_premul() 43 steps.flags.gamut_transform || in swizzle_or_premul() 44 steps.flags.unpremul || in swizzle_or_premul() 45 steps.flags.encode) { in swizzle_or_premul() 53 if (steps.flags.premul) { in swizzle_or_premul() 166 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() argument 173 steps.apply(&pipeline, srcInfo.colorType()); in convert_with_pipeline() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
D | traces-radeonsi.yml | 73 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0.trace 77 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5.trace 81 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0.trace 97 - path: glmark2/function:fragment-steps=5:fragment-complexity=low.trace 101 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium.trace 117 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false.trace 121 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false.trace 125 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true.trace
|
/third_party/mesa3d/src/panfrost/ci/ |
D | traces-panfrost.yml | 90 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0.trace 95 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5.trace 100 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0.trace 117 - path: glmark2/function:fragment-steps=5:fragment-complexity=low.trace 122 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium.trace 139 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false.trace 144 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false.trace 149 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true.trace
|
/third_party/boost/libs/numeric/odeint/test/ |
D | adaptive_adams_coefficients.cpp | 28 const static size_t steps = step_type::value; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 33 typedef detail::adaptive_adams_coefficients<steps, deriv_type, time_type> aac_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() 42 for(size_t i=0; i<steps; ++i) in BOOST_AUTO_TEST_CASE_TEMPLATE() 50 if(coeff.m_eo < steps) in BOOST_AUTO_TEST_CASE_TEMPLATE() 65 for(size_t i=0; i<steps; ++i) in BOOST_AUTO_TEST_CASE_TEMPLATE() 71 else if (i == steps-1 && steps%2 == 1) in BOOST_AUTO_TEST_CASE_TEMPLATE() 73 else if (i == steps-1 && steps%2 == 0) in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
D | traces-virgl.yml | 61 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0.trace 65 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5.trace 69 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0.trace 85 - path: glmark2/function:fragment-steps=5:fragment-complexity=low.trace 89 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium.trace 105 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false.trace 109 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false.trace 113 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true.trace
|
/third_party/skia/third_party/externals/harfbuzz/.circleci/ |
D | config.yml | 19 steps: 32 steps: 47 steps: 57 steps: 68 steps: 79 steps: 94 steps: 105 steps: 116 steps: 128 steps: [all …]
|
/third_party/libxml2/ |
D | pattern.c | 102 int nbStep; /* number of steps in the automata */ 103 int maxStep; /* allocated number of steps */ 104 xmlStreamStepPtr steps; /* the array of steps */ member 172 xmlStepOpPtr steps; /* ops for computation */ member 214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern() 215 if (cur->steps == NULL) { in xmlNewPattern() 246 if (comp->steps != NULL) { in xmlFreePatternInternal() 249 op = &comp->steps[i]; in xmlFreePatternInternal() 256 xmlFree(comp->steps); in xmlFreePatternInternal() 356 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd() [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | pattern.c | 131 int nbStep; /* number of steps in the automata */ 132 int maxStep; /* allocated number of steps */ 133 xmlStreamStepPtr steps; /* the array of steps */ member 201 xmlStepOpPtr steps; /* ops for computation */ member 243 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern() 244 if (cur->steps == NULL) { in xmlNewPattern() 272 if (comp->steps != NULL) { in xmlFreePattern() 275 op = &comp->steps[i]; in xmlFreePattern() 282 xmlFree(comp->steps); in xmlFreePattern() 382 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd() [all …]
|
/third_party/PyYAML/.github/workflows/ |
D | ci.yaml | 18 steps: 84 steps: 94 if: steps.cached_libyaml.outputs.cache-hit != 'true' 105 if: steps.cached_libyaml.outputs.cache-hit != 'true' 138 steps: 150 if: steps.cached_libyaml.outputs.cache-hit != 'true' 184 steps: 194 if: steps.cached_libyaml.outputs.cache-hit != 'true' 202 if: steps.cached_libyaml.outputs.cache-hit != 'true' 220 steps: [all …]
|
/third_party/skia/experimental/graphite/src/ |
D | Renderer.h | 50 // - Does Renderer make RenderStepFactories that create steps for each DrawList::Draw? 53 // - Does each DrawList::Draw have extra space (e.g. 8 bytes) that steps can cache data in? 69 * determination of the DisjointStencilIndex for each draw so that stencil steps are not corrupted 71 * for each draw to ensure steps are not re-arranged in a way that violates the original draw order. 75 * possible for certain types of steps, e.g. a bounding box cover, to be re-used across different 76 * Renderers even if the preceeding steps were different. 90 // The maximum number of render steps that any Renderer is allowed to have. 93 SkSpan<const RenderStep* const> steps() const { in steps() function 103 // max render steps is 4, so just spell the options out for now... 118 Renderer(const char* name, std::array<const RenderStep*, N> steps) in Renderer() argument [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_gblur.c | 44 …{ "steps", "set number of steps", OFFSET(steps), AV_OPT_TYPE_INT, {.i64=1}, 1, 6, FLAG… 66 static void horiz_slice_c(float *buffer, int width, int height, int steps, in horiz_slice_c() argument 72 for (step = 0; step < steps; step++) { in horiz_slice_c() 97 const int steps = s->steps; in filter_horizontally() local 102 steps, nu, boundaryscale); in filter_horizontally() 108 int column_begin, int column_end, int steps, in do_vertical_columns() argument 115 for (step = 0; step < steps; step++) { in do_vertical_columns() 150 const int steps = s->steps; in filter_vertically() local 158 steps, nu, boundaryscale, 8); in filter_vertically() 162 steps, nu, boundaryscale, 1); in filter_vertically() [all …]
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_atomic_counter_ops.txt | 81 … These two steps are done atomically with respect to the atomic 89 … These two steps are done atomically with respect to the atomic 95 …) These two steps are done atomically with respect to the atom… 101 …) These two steps are done atomically with respect to the atom… 109 … These two steps are done atomically with respect to the atomic 116 … These two steps are done atomically with respect to the atomic 123 … These two steps are done atomically with respect to the atomic 130 … These two steps are done atomically with respect to the atomic 137 … These two steps are done atomically with respect to the atomic 144 … These two steps are done atomically with respect to the atomic [all …]
|
/third_party/skia/src/core/ |
D | SkConvertPixels.cpp | 19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() argument 25 && steps.flags.mask() != 0b00000) { in rect_memcpy() 36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() argument 42 steps.flags.linearize || in swizzle_or_premul() 43 steps.flags.gamut_transform || in swizzle_or_premul() 44 steps.flags.unpremul || in swizzle_or_premul() 45 steps.flags.encode) { in swizzle_or_premul() 53 if (steps.flags.premul) { in swizzle_or_premul() 208 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() argument 214 steps.apply(&pipeline); in convert_with_pipeline() [all …]
|