Home
last modified time | relevance | path

Searched defs:step_length (Results 1 – 25 of 80) sorted by relevance

1234

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A Dtouch_slider_wizard.py96 def AddStartPad(self,position,touch_width,step_length,clearance,name): argument
117 def AddMiddlePad(self,position,touch_width,step_length,clearance,name): argument
144 def AddFinalPad(self,position,touch_width,step_length,clearance,name): argument
162 def AddStrip(self,pos,steps,touch_width,step_length,touch_clearance): argument
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/
H A Dworkbench_volume.c129 float step_length = max_ff(1e-16f, dim[axis] * 0.05f); in workbench_volume_modifier_cache_populate() local
141 float dim[3], step_length, max_slice; in workbench_volume_modifier_cache_populate() local
270 float step_length = max_ff(1e-16f, dim[axis] * 0.05f); in workbench_volume_object_cache_populate() local
290 float step_length, max_slice; in workbench_volume_object_cache_populate() local
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dquadratic_matrix_equation_solver.m80 step_length = 1.0; variable
94 step_length = line_search(A,H,F); variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/examples/java_wsclient/
H A DMain.java27 static double step_length = 0.01; field in Main
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/examples/java_library/
H A DMultiClient1.java31 static double step_length = 0.1; field in MultiClient1
H A DMain.java30 static double step_length = 0.1; field in Main
H A DSubscription.java41 static double step_length = 1; field in Subscription
H A DAPITest.java43 static double step_length = 1.0; field in APITest
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/solver/
H A DSimpleMILocalSearch.h71 double step_length; variable
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A DSpecies.h47 double step_length; variable
/dports/math/optpp/optpp-2.4/src/Base/
H A Dlinesearch.C19 double *step_length, double stpmax, double stpmin, in linesearch()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Base/
H A Dlinesearch.C22 double *step_length, double stpmax, double stpmin, in linesearch()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/storage/louds/
H A Dbit_vector_based_array.cc52 const int step_length = ReadInt32(image + 8); in Open() local
H A Dbit_vector_based_array_builder.cc53 size_t base_length, size_t step_length) { in SetSize()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/src/back_end_src/
H A Dpacket_stream.cpp39 stream_length_type step_length = std::min(stm.GetCount(), bytes2read); in ReadWithEOFHandler() local

1234