Home
last modified time | relevance | path

Searched refs:endSeconds (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DDateTime.cpp292 if (range.startSeconds <= seconds && seconds <= range.endSeconds) { in getOrComputeValue()
302 range.oldEndSeconds = range.endSeconds; in getOrComputeValue()
306 std::min({range.endSeconds + RangeExpansionAmount, MaxTimeT}); in getOrComputeValue()
310 range.endSeconds = newEndSeconds; in getOrComputeValue()
317 range.endSeconds = newEndSeconds; in getOrComputeValue()
319 range.endSeconds = seconds; in getOrComputeValue()
325 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
341 range.endSeconds = seconds; in getOrComputeValue()
348 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
358 startSeconds = endSeconds = INT64_MIN; in reset()
[all …]
H A DDateTime.h219 int64_t startSeconds, endSeconds; member
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DDateTime.cpp298 if (range.startSeconds <= seconds && seconds <= range.endSeconds) { in getOrComputeValue()
308 range.oldEndSeconds = range.endSeconds; in getOrComputeValue()
312 std::min({range.endSeconds + RangeExpansionAmount, MaxTimeT}); in getOrComputeValue()
316 range.endSeconds = newEndSeconds; in getOrComputeValue()
323 range.endSeconds = newEndSeconds; in getOrComputeValue()
325 range.endSeconds = seconds; in getOrComputeValue()
331 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
347 range.endSeconds = seconds; in getOrComputeValue()
354 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
364 startSeconds = endSeconds = INT64_MIN; in reset()
[all …]
H A DDateTime.h221 int64_t startSeconds, endSeconds; member
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DDateTime.cpp298 if (range.startSeconds <= seconds && seconds <= range.endSeconds) { in getOrComputeValue()
308 range.oldEndSeconds = range.endSeconds; in getOrComputeValue()
312 std::min({range.endSeconds + RangeExpansionAmount, MaxTimeT}); in getOrComputeValue()
316 range.endSeconds = newEndSeconds; in getOrComputeValue()
323 range.endSeconds = newEndSeconds; in getOrComputeValue()
325 range.endSeconds = seconds; in getOrComputeValue()
331 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
347 range.endSeconds = seconds; in getOrComputeValue()
354 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
364 startSeconds = endSeconds = INT64_MIN; in reset()
[all …]
H A DDateTime.h221 int64_t startSeconds, endSeconds; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DDateTime.cpp298 if (range.startSeconds <= seconds && seconds <= range.endSeconds) { in getOrComputeValue()
308 range.oldEndSeconds = range.endSeconds; in getOrComputeValue()
312 std::min({range.endSeconds + RangeExpansionAmount, MaxTimeT}); in getOrComputeValue()
316 range.endSeconds = newEndSeconds; in getOrComputeValue()
323 range.endSeconds = newEndSeconds; in getOrComputeValue()
325 range.endSeconds = seconds; in getOrComputeValue()
331 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
347 range.endSeconds = seconds; in getOrComputeValue()
354 range.startSeconds = range.endSeconds = seconds; in getOrComputeValue()
364 startSeconds = endSeconds = INT64_MIN; in reset()
[all …]
H A DDateTime.h223 int64_t startSeconds, endSeconds; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/usage_stats/
H A DUsageStatsBridge.java58 long endSeconds = TimeUnit.MILLISECONDS.toSeconds(endMs); in queryEventsInRange() local
60 mNativeUsageStatsBridge, UsageStatsBridge.this, startSeconds, endSeconds, callback); in queryEventsInRange()
86 long endSeconds = TimeUnit.MILLISECONDS.toSeconds(endMs); in deleteEventsInRange() local
88 mNativeUsageStatsBridge, UsageStatsBridge.this, startSeconds, endSeconds, callback); in deleteEventsInRange()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx157 double startSeconds, endSeconds; in Update() local
230 endSeconds = vtkTimerLog::GetUniversalTime(); in Update()
233 this->LastUpdateTimeInSeconds = static_cast<float>(endSeconds - startSeconds); in Update()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx166 double startSeconds, endSeconds; in Update() local
242 endSeconds = vtkTimerLog::GetUniversalTime(); in Update()
245 this->LastUpdateTimeInSeconds = static_cast<float>(endSeconds - startSeconds); in Update()
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkEncodedGradientEstimator.cxx175 double startSeconds, endSeconds; in Update() local
256 endSeconds = vtkTimerLog::GetUniversalTime(); in Update()
259 this->LastUpdateTimeInSeconds = static_cast<float>(endSeconds - startSeconds); in Update()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/core/utils/
H A DTimingUtils.cmake86 # TIMER_GET_REL_SECONDS(<startSeconds> <endSeconds> <relSecondsOutVar>)
89 # ``<startSeconds>`` and ``<endSeconds>`` (returned from
125 # TIMER_PRINT_REL_TIME(<startSeconds> <endSeconds> "<messageStr>")
127 # Differences the raw times ``<startSeconds>`` and ``<endSeconds>``
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.h170 …double time = INVALID_DOUBLE_VALUE, double begSeconds = 0, double endSeconds = std::numeric_limits…
172 …double effort = INVALID_DOUBLE_VALUE, double begSeconds = 0, double endSeconds = std::numeric_limi…
H A DVehicle.cpp1347 double time, double begSeconds, double endSeconds) {
1355 if (begSeconds == 0 && endSeconds == std::numeric_limits<double>::max()) {
1361 veh->getWeightsStorage().addTravelTime(edge, begSeconds, endSeconds, time);
1373 double effort, double begSeconds, double endSeconds) {
1381 if (begSeconds == 0 && endSeconds == std::numeric_limits<double>::max()) {
1387 veh->getWeightsStorage().addEffort(edge, begSeconds, endSeconds, effort);
/dports/mail/squirrelmail-shared_calendars-plugin/squirrelmail-shared_calendars-plugin-php74-2.0.1_3/calendar/interface/
H A Devent.php57 $endSeconds = 0;
101 list($endHour, $endMinute, $endSeconds) = $event->endTime();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2054 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2057 setSecond(endSeconds.intValue()); in add()
2058 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2054 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2057 setSecond(endSeconds.intValue()); in add()
2058 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2097 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2100 setSecond(endSeconds.intValue()); in add()
2101 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java2103 BigDecimal endSeconds = tempBD.subtract(fQuotient.multiply(DECIMAL_SIXTY)); in add() local
2106 setSecond(endSeconds.intValue()); in add()
2107 …BigDecimal tempFracSeconds = endSeconds.subtract(new BigDecimal(BigInteger.valueOf((long) getSecon… in add()

12