Home
last modified time | relevance | path

Searched refs:_current_step (Results 1 – 23 of 23) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainer/training/extensions/
H A Dmultistep_shift.py43 self._current_step = 0
56 if (self._current_step < self._stepvalue_size and
57 self._t >= self._step_value[self._current_step]):
58 self._current_step += 1
59 value = self._init * pow(self._gamma, self._current_step)
64 self._current_step = serializer('_current_step', self._current_step)
/dports/net/py-errbot/errbot-6.1.8/errbot/
H A Dflow.py155 self._current_step = self._root
165 for predicate, node in self._current_step.children
173 return [node for predicate, node in self._current_step.children]
184 predicate = self._current_step.predicate_for_node(next_step)
193 self._current_step = next_step
207 return self._current_step
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DvmError.cpp94 _current_step = 0; in VMError()
117 _current_step = 0; in VMError()
138 _current_step = 0; in VMError()
159 _current_step = 0; in VMError()
380 # define BEGIN if (_current_step == 0) { _current_step = 1; in report()
381 # define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s; in report()
999 first_error->_current_step = 0; // reset current_step in report_and_die()
1035 first_error->_current_step = 0; // reset current_step in report_and_die()
H A DvmError.hpp59 int _current_step; member in VMError
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DvmError.cpp94 _current_step = 0; in VMError()
117 _current_step = 0; in VMError()
138 _current_step = 0; in VMError()
159 _current_step = 0; in VMError()
380 # define BEGIN if (_current_step == 0) { _current_step = 1; in report()
381 # define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s; in report()
999 first_error->_current_step = 0; // reset current_step in report_and_die()
1035 first_error->_current_step = 0; // reset current_step in report_and_die()
H A DvmError.hpp59 int _current_step; member in VMError
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DvmError.cpp382 int VMError::_current_step; member in VMError
417 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
418 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1473 _current_step = 0; in report_and_die()
1506 _current_step = 0; in report_and_die()
H A DvmError.hpp63 static int _current_step; member in VMError
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DvmError.cpp382 int VMError::_current_step; member in VMError
417 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
418 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1473 _current_step = 0; in report_and_die()
1506 _current_step = 0; in report_and_die()
H A DvmError.hpp63 static int _current_step; member in VMError
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DvmError.cpp386 int VMError::_current_step; member in VMError
425 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
426 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1501 _current_step = 0; in report_and_die()
1531 _current_step = 0; in report_and_die()
H A DvmError.hpp63 static int _current_step; member in VMError
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DvmError.cpp374 int VMError::_current_step; member in VMError
409 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
410 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1448 _current_step = 0; in report_and_die()
1471 _current_step = 0; in report_and_die()
H A DvmError.hpp63 static int _current_step; member in VMError
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DvmError.cpp389 int VMError::_current_step; member in VMError
428 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
429 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1527 _current_step = 0; in report_and_die()
1557 _current_step = 0; in report_and_die()
H A DvmError.hpp61 static int _current_step; member in VMError
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DvmError.cpp73 int VMError::_current_step; member in VMError
435 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
436 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1516 _current_step = 0; in report_and_die()
1546 _current_step = 0; in report_and_die()
H A DvmError.hpp62 static int _current_step; member in VMError
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DvmError.cpp389 int VMError::_current_step; member in VMError
428 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
429 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1515 _current_step = 0; in report_and_die()
1545 _current_step = 0; in report_and_die()
H A DvmError.hpp61 static int _current_step; member in VMError
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DvmError.cpp385 int VMError::_current_step; member in VMError
424 # define BEGIN if (_current_step == 0) { _current_step = __LINE__; in report()
425 # define STEP(s) } if (_current_step < __LINE__) { _current_step = __LINE__; _current_step_info = s… in report()
1500 _current_step = 0; in report_and_die()
1530 _current_step = 0; in report_and_die()
H A DvmError.hpp61 static int _current_step; member in VMError
/dports/net/py-errbot/errbot-6.1.8/errbot/core_plugins/
H A Dflows.py110 for step in flow._current_step.children