/external/rust/android-crates-io/crates/crossbeam-channel/benches/ |
D | crossbeam.rs | 40 let steps = TOTAL_STEPS / threads; in par_inout() localVariable 73 let steps = TOTAL_STEPS; in spsc() localVariable 103 let steps = TOTAL_STEPS / threads; in spmc() localVariable 139 let steps = TOTAL_STEPS / threads; in mpsc() localVariable 175 let steps = TOTAL_STEPS / threads; in mpmc() localVariable 221 let steps = TOTAL_STEPS; in spsc() localVariable 251 let steps = TOTAL_STEPS / threads; in spmc() localVariable 287 let steps = TOTAL_STEPS / threads; in mpsc() localVariable 323 let steps = TOTAL_STEPS / threads; in par_inout() localVariable 358 let steps = TOTAL_STEPS / threads; in mpmc() localVariable [all …]
|
/external/coreboot/Documentation/soc/intel/xeon_sp/ |
D | community_preview_guide.md | 28 ### Prepare workspace 57 ### Download necessary submodules 62 ### Or take below alternative if the network connection is not good 67 ### Build toolchain 72 ### Build BIOS (Avenue City CRB) 85 ### Build BIOS (Beechnut City CRB) 98 ### Obtain the preview patch list
|
/external/pigweed/pw_software_update/ |
D | guides.rst | 25 1. Get familiar with ``pw_software_update``. 35 2. Enable local updates for development. 58 3. Enable remote updates for internal testing. 86 4. Prepare for launching. 112 5. Ensure smooth rollout.
|
/external/pigweed/docs/showcases/sense/tutorial/ |
D | outro.rst | 13 .. _showcase-sense-tutorial-discussion: 15 Talk to us 21 Extend Sense with Pigweed's modules 29 GitHub Actions setup
|
/external/grpc-grpc/src/csharp/Grpc.Tools/ |
D | implementation_notes.md | 107 ### Prepare the list of .proto files to compile 125 ### Handling incremental builds 170 ### Compile the .proto files 184 ### Add generated .cs files to the list of files for the C# compiler
|
/external/truth/core/src/main/java/com/google/common/truth/ |
D | FailureMetadata.java | 114 private final ImmutableList<Step> steps; field in FailureMetadata 117 FailureStrategy strategy, ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in FailureMetadata() 130 ImmutableList<Step> steps = append(this.steps, Step.subjectCreation(subject)); in updateForSubject() local 135 ImmutableList<Step> steps = append(this.steps, Step.checkCall(null, null)); in updateForCheckCall() local 142 ImmutableList<Step> steps = in updateForCheckCall() local 196 private FailureMetadata derive(ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in derive()
|
/external/pytorch/aten/src/ATen/native/ |
D | RangeFactories.cpp | 25 Tensor& linspace_out(const Tensor& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out() 31 Tensor& linspace_out(const Tensor& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out() 37 Tensor& linspace_out(const Scalar& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out() 43 Tensor& linspace_out(const Scalar& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out() 69 Tensor& logspace_out(const Tensor& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out() 75 Tensor& logspace_out(const Tensor& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out() 81 Tensor& logspace_out(const Scalar& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out() 87 Tensor& logspace_out(const Scalar& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | ftrl_test.py | 38 def equivAdagradTest_FtrlPart(self, steps, dtype): argument 58 def equivAdagradTest_AdagradPart(self, steps, dtype): argument 73 def equivGradientDescentTest_FtrlPart(self, steps, dtype): argument 93 def equivGradientDescentTest_GradientDescentPart(self, steps, dtype): argument
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/ |
D | modified_midpoint.hpp | 74 modified_midpoint( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint() 120 void set_steps( unsigned short steps ) in set_steps() 124 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint 189 …modified_midpoint_dense_out( unsigned short steps = 2 , const algebra_type &algebra = algebra_type… in modified_midpoint_dense_out() 251 void set_steps( unsigned short steps ) in set_steps() 255 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint_dense_out
|
/external/pytorch/aten/src/ATen/functorch/ |
D | BatchRulesFactory.cpp | 109 int64_t steps, in linspace_logspace_batch_rule_helper() 147 int64_t steps, in linspace_Tensor_Tensor_batch_rule() 158 int64_t steps, in linspace_Tensor_Scalar_batch_rule() 171 int64_t steps, in linspace_Scalar_Tensor_batch_rule() 184 int64_t steps, in logspace_Tensor_Tensor_batch_rule() 196 int64_t steps, in logspace_Tensor_Scalar_batch_rule() 210 int64_t steps, in logspace_Scalar_Tensor_batch_rule()
|
/external/deqp-deps/glslang/ |
D | README.md | 112 #### 1) Check-Out this project 119 #### 2) Check-Out External Projects 125 #### 3) Configure 160 #### 4) Build and Install
|
/external/angle/third_party/glslang/src/ |
D | README.md | 112 #### 1) Check-Out this project 119 #### 2) Check-Out External Projects 125 #### 3) Configure 160 #### 4) Build and Install
|
/external/ComputeLibrary/src/core/helpers/ |
D | WindowHelpers.cpp | 28 Window calculate_max_window(const ValidRegion &valid_region, const Steps &steps, bool skip_border, … in calculate_max_window() 82 Window calculate_max_window(const TensorShape &shape, const Steps &steps, bool skip_border, BorderS… in calculate_max_window() 133 Window calculate_max_enlarged_window(const ValidRegion &valid_region, const Steps &steps, BorderSiz… in calculate_max_enlarged_window() 182 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps, bool sk… in calculate_max_window_horizontal()
|
/external/skia/src/gpu/ganesh/ |
D | GrColorSpaceXform.h | 32 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() 39 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | stats_aggregator_ops.cc | 52 const int64_t steps) override { in AddToHistogram() 61 const int64_t steps) override { in AddScalar() 140 const int64_t steps) override { in AddToHistogram() 150 const int64_t steps) override { in AddScalar() 199 void AddToEvents(const string& name, const int64_t steps, in AddToEvents() 214 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
|
/external/python/cpython3/Lib/test/ |
D | test_math_property.py | 15 def via_reduce(x, y, steps): argument 25 def test_count(self, x, y, steps): argument
|
/external/pytorch/torch/csrc/api/src/optim/ |
D | serialize.cpp | 33 const std::vector<int64_t>& steps) { in serialize() 45 std::vector<int64_t>& steps) { in serialize()
|
/external/skia/src/core/ |
D | SkConvertPixels.cpp | 30 const SkColorSpaceXformSteps& steps) { in rect_memcpy() 47 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() 249 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() 272 SkColorSpaceXformSteps steps{srcInfo.colorSpace(), srcInfo.alphaType(), in SkConvertPixels() local
|
/external/ComputeLibrary/tests/datasets/ |
D | PriorBoxLayerDataset.h | 112 std::array<float, 2> steps = { { 8.f, 8.f } }; in SmallPriorBoxLayerDataset() local 126 std::array<float, 2> steps = { { 8.f, 8.f } }; in LargePriorBoxLayerDataset() local
|
/external/pytorch/aten/src/ATen/test/ |
D | cuda_integer_divider_test.cu | 22 int steps; member 86 void addTestCase(Value dividend, Value divisor, int steps) { in addTestCase() 158 uint64_t steps = (INT32_MAX - dividend) / divisor + 1; in testUint32Divider() local
|
/external/v4l-utils/lib/libv4lconvert/processing/ |
D | autogain.c | 45 int steps, int limit, int accel) in autogain_adjust() 77 int x, y, target, steps, avg_lum = 0; in autogain_calculate_lookup_tables() local
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | bulirsch_stoer.cpp | 97 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local 149 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_v1.py | 599 steps=None, argument 621 steps=None, argument 690 steps=None, argument 704 steps=None, argument 790 steps=None, argument 815 steps=None, argument
|
D | training_distributed_v1.py | 291 steps=None, argument 422 steps=None, argument 691 steps=None, argument 730 steps=None, argument
|
/external/mesa3d/src/gfxstream/aemu/ |
D | ring_buffer.cpp | 57 uint32_t steps) { in ring_buffer_write() 87 long ring_buffer_read(struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read() 117 long ring_buffer_advance_write(struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write() 133 long ring_buffer_advance_read(struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read() 259 uint32_t step_size, uint32_t steps) { in ring_buffer_view_write() 291 uint32_t step_size, uint32_t steps) { in ring_buffer_view_read()
|