Home
last modified time | relevance | path

Searched refs:step_value (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/math/gnumeric/gnumeric-1.12.50/src/tools/
H A Dfill-series.c180 gnm_float step = info->step_value; in do_row_filling_linear()
193 gnm_float step = info->step_value; in do_column_filling_linear()
206 gnm_float step = info->step_value; in do_row_filling_growth()
219 gnm_float step = info->step_value; in do_column_filling_growth()
237 info->step_value = gnm_floor (info->step_value + 0.5); in fill_series_adjust_variables()
239 info->step_value = 1; in fill_series_adjust_variables()
245 if (info->step_value < 0) { in fill_series_adjust_variables()
290 / (int)(info->step_value + 0.5); in fill_series_adjust_variables()
321 info->step_value = in fill_series_adjust_variables()
326 info->step_value = in fill_series_adjust_variables()
[all …]
/dports/devel/urjtag/urjtag-2021.03/src/stapl/
H A Djamstack.c72 urj_jam_stack[index].step_value = 0L; in urj_jam_init_stack()
126 urj_jam_stack[index].step_value = stack_record->step_value; in urj_jam_push_stack_record()
205 urj_jam_stack[index].step_value = 0L; in urj_jam_pop_stack_record()
220 int32_t for_position, int32_t stop_value, int32_t step_value) in urj_jam_push_fornext_record() argument
234 stack_record.step_value = step_value; in urj_jam_push_fornext_record()
259 stack_record.step_value = 0L; in urj_jam_push_pushpop_record()
284 stack_record.step_value = 0L; in urj_jam_push_callret_record()
H A Djamstack.h41 int32_t step_value; /* used only for FOR/NEXT */ member
72 int32_t for_position, int32_t stop_value, int32_t step_value);
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A DLaserSpeed.py34 … code_value, gear, step_value, diagonal, raster_step = LaserSpeed.parse_speed_code(speed_code)
85 step_value = min(int(floor(mm_per_second) + 1), 128)
91 d_value = d_ratio * -m * period_in_ms / float(step_value)
96 step_value,
103 step_value,
134 step_value = 0
137 step_value = int(speed_code[:3])
139 return code_value, gear, step_value, diagonal, raster_step
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A DldaUpen.f9093 REAL(dp) :: x_value, g_value, step_value local
117 & g_value,step_value)
130 E_pen=E_pen+step_value
159 REAL(dp) :: x_value, g_value, step_value local
179 step_value)
193 subroutine stepfn(A,sigma,x_value,g_value,step_value) argument
201 real(kind=8) A, sigma, x_value, g_value, step_value local
204 step_value=0.0d0
216 step_value=step_value+g_value/100000.0d0*(x_value+5.d0*sigma)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
693 int64_t step_value = 0; in FindNumberOfIterations() local
706 step_value = -step_value; in FindNumberOfIterations()
728 *step_value_out = step_value; in FindNumberOfIterations()
757 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
773 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
792 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
811 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
825 step_value = llabs(step_value); in GetIterations()
827 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
706 int64_t step_value = 0; in FindNumberOfIterations() local
719 step_value = -step_value; in FindNumberOfIterations()
741 *step_value_out = step_value; in FindNumberOfIterations()
770 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
786 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
805 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
824 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
838 step_value = llabs(step_value); in GetIterations()
840 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
706 int64_t step_value = 0; in FindNumberOfIterations() local
719 step_value = -step_value; in FindNumberOfIterations()
741 *step_value_out = step_value; in FindNumberOfIterations()
770 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
786 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
805 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
824 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
838 step_value = llabs(step_value); in GetIterations()
840 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
693 int64_t step_value = 0; in FindNumberOfIterations() local
706 step_value = -step_value; in FindNumberOfIterations()
728 *step_value_out = step_value; in FindNumberOfIterations()
757 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
773 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
792 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
811 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
825 step_value = llabs(step_value); in GetIterations()
827 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
693 int64_t step_value = 0; in FindNumberOfIterations() local
706 step_value = -step_value; in FindNumberOfIterations()
728 *step_value_out = step_value; in FindNumberOfIterations()
757 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
773 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
792 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
811 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
825 step_value = llabs(step_value); in GetIterations()
827 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
706 int64_t step_value = 0; in FindNumberOfIterations() local
719 step_value = -step_value; in FindNumberOfIterations()
741 *step_value_out = step_value; in FindNumberOfIterations()
770 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
786 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
805 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
824 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
838 step_value = llabs(step_value); in GetIterations()
840 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dloop_descriptor.cpp121 int64_t step_value, in GetResidualConditionValue() argument
706 int64_t step_value = 0; in FindNumberOfIterations() local
719 step_value = -step_value; in FindNumberOfIterations()
741 *step_value_out = step_value; in FindNumberOfIterations()
770 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
786 if ((diff < 0 && step_value < 0) || (diff > 0 && step_value > 0)) { in GetIterations()
805 if ((diff > 0 && step_value > 0) || (diff < 0 && step_value < 0)) { in GetIterations()
824 if ((diff < 0 && step_value > 0) || (diff > 0 && step_value < 0)) { in GetIterations()
838 step_value = llabs(step_value); in GetIterations()
840 int64_t result = diff / step_value; in GetIterations()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/training/extensions/
H A Dmultistep_shift.py36 def __init__(self, attr, gamma, step_value, init, optimizer=None): argument
39 self._step_value = step_value
42 self._stepvalue_size = len(step_value)
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/parameter/
H A Dparameterslider.cpp54 if (object->values.toRange().step_value() > 0) { in setValue()
55 setPrecision(object->values.toRange().step_value()); in setValue()
56 step = object->values.toRange().step_value(); in setValue()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/parameter/
H A Dparameterslider.cpp54 if (object->values.toRange().step_value() > 0) { in setValue()
55 setPrecision(object->values.toRange().step_value()); in setValue()
56 step = object->values.toRange().step_value(); in setValue()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dmanipulate.py164 step_value = step.to_python()
167 or step_value <= 0
168 or step_value > (maximum_value - minimum_value)
179 step=step_value,
187 step=step_value,
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyinsertnum/src/
H A Dinsertnum.c79 static gint64 step_value; variable
179 value = start + (count - 1) * step_value; in insert_numbers()
238 start += step_value; in insert_numbers()
288 step_value = gtk_spin_button_get_value(GTK_SPIN_BUTTON(d->step)); in on_insert_numbers_ok_clicked()
294 if (!step_value) in on_insert_numbers_ok_clicked()
418 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d.step), step_value); in on_insert_numbers_activate()
476 step_value = 1; in plugin_init()

1234567