Home
last modified time | relevance | path

Searched refs:DayFromYear (Results 26 – 50 of 66) sorted by relevance

123

/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsdate.c86 static int DayFromYear(int y) in DayFromYear() function
96 return DayFromYear(y) * msPerDay; in TimeFromYear()
117 return Day(t) - DayFromYear(YearFromTime(t)); in DayWithinYear()
/dports/lang/see/see-3.1.1424/libsee/
H A Dobj_Date.c89 static SEE_number_t DayFromYear(SEE_number_t); /* 15.9.1.3 */
91 (msPerDay * DayFromYear(y))
96 (Day(t) - DayFromYear(YearFromTime(t)))
472 DayFromYear(y) in DayFromYear() function
619 if (DayFromYear(y) < -100000000 ||
620 DayFromYear(y) > 100000000)
624 t = (DayFromYear(y) + (ily ? julian_ly:julian)[(int)m] - 1) * msPerDay;
/dports/textproc/write-good/write-good-1.0.8/node_modules/es-abstract/
H A D.gitattributes4 2015/DayFromYear.js spackled linguist-generated=true
50 2016/DayFromYear.js spackled linguist-generated=true
161 2017/DayFromYear.js spackled linguist-generated=true
275 2018/DayFromYear.js spackled linguist-generated=true
391 2019/DayFromYear.js spackled linguist-generated=true
514 2020/DayFromYear.js spackled linguist-generated=true
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/object-is/node_modules/es-abstract/
H A D.gitattributes4 2015/DayFromYear.js spackled linguist-generated=true
50 2016/DayFromYear.js spackled linguist-generated=true
161 2017/DayFromYear.js spackled linguist-generated=true
275 2018/DayFromYear.js spackled linguist-generated=true
391 2019/DayFromYear.js spackled linguist-generated=true
514 2020/DayFromYear.js spackled linguist-generated=true
/dports/lang/mujs/mujs-1.2.0/
H A Djsdate.c86 static int DayFromYear(int y) in DayFromYear() function
96 return DayFromYear(y) * msPerDay; in TimeFromYear()
117 return Day(t) - DayFromYear(YearFromTime(t)); in DayWithinYear()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsdate.cpp192 static inline double DayFromYear(double y) { in DayFromYear() function
198 return DayFromYear(y) * msPerDay; in TimeFromYear()
233 return Day(t) - DayFromYear(year); in DayWithinYear()
431 JS_PUBLIC_API double JS::DayFromYear(double year) { in DayFromYear() function in JS
432 return ::DayFromYear(year); in DayFromYear()
513 int day = int(DayFromYear(year) + 4) % 7; in equivalentYearForDST()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsdate.cpp193 static inline double DayFromYear(double y) { in DayFromYear() function
199 return DayFromYear(y) * msPerDay; in TimeFromYear()
234 return Day(t) - DayFromYear(year); in DayWithinYear()
432 JS_PUBLIC_API double JS::DayFromYear(double year) { in DayFromYear() function in JS
433 return ::DayFromYear(year); in DayFromYear()
514 int day = int(DayFromYear(year) + 4) % 7; in equivalentYearForDST()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsdate.cpp192 static inline double DayFromYear(double y) { in DayFromYear() function
198 return DayFromYear(y) * msPerDay; in TimeFromYear()
233 return Day(t) - DayFromYear(year); in DayWithinYear()
431 JS_PUBLIC_API double JS::DayFromYear(double year) { in DayFromYear() function in JS
432 return ::DayFromYear(year); in DayFromYear()
513 int day = int(DayFromYear(year) + 4) % 7; in equivalentYearForDST()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsdate.cpp142 DayFromYear(double y)
153 return DayFromYear(y) * msPerDay;
192 return Day(t) - DayFromYear(year);
379 JS::DayFromYear(double year)
381 return ::DayFromYear(year);
414 int day = int(DayFromYear(year) + 4) % 7;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsdate.cpp141 static inline double DayFromYear(double y) { in DayFromYear() function
147 return DayFromYear(y) * msPerDay; in TimeFromYear()
178 return Day(t) - DayFromYear(year); in DayWithinYear()
324 JS_PUBLIC_API double JS::DayFromYear(double year) { in DayFromYear() function in JS
325 return ::DayFromYear(year); in DayFromYear()
369 int day = int(DayFromYear(year) + 4) % 7; in EquivalentYearForDST()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsdate.cpp188 static inline double DayFromYear(double y) { in DayFromYear() function
194 return DayFromYear(y) * msPerDay; in TimeFromYear()
229 return Day(t) - DayFromYear(year); in DayWithinYear()
427 JS_PUBLIC_API double JS::DayFromYear(double year) { in DayFromYear() function in JS
428 return ::DayFromYear(year); in DayFromYear()
509 int day = int(DayFromYear(year) + 4) % 7; in equivalentYearForDST()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4dateobject.cpp157 static inline double DayFromYear(double y) in DayFromYear() function
167 return msPerDay * DayFromYear(y); in TimeFromYear()
191 return Day(t) - DayFromYear(YearFromTime(t)); in DayWithinYear()
320 double first = DayFromYear(year); in MakeDay()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4dateobject.cpp157 static inline double DayFromYear(double y) in DayFromYear() function
167 return msPerDay * DayFromYear(y); in TimeFromYear()
191 return Day(t) - DayFromYear(YearFromTime(t)); in DayWithinYear()
320 double first = DayFromYear(year); in MakeDay()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
367 day = (jsint) DayFromYear(year) + 4; in EquivalentYearForDST()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
367 day = (jsint) DayFromYear(year) + 4; in EquivalentYearForDST()
/dports/lang/spidermonkey17/js/src/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
367 day = (jsint) DayFromYear(year) + 4; in EquivalentYearForDST()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
367 day = (jsint) DayFromYear(year) + 4; in EquivalentYearForDST()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
367 day = (jsint) DayFromYear(year) + 4; in EquivalentYearForDST()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptecmadate.cpp133 static inline qsreal DayFromYear(qsreal y) in DayFromYear() function
143 return msPerDay * DayFromYear(y); in TimeFromYear()
167 return Day(t) - DayFromYear(YearFromTime(t)); in DayWithinYear()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsdate.cpp141 DayFromYear(double y) in DayFromYear() function
152 return DayFromYear(y) * msPerDay; in TimeFromYear()
191 return Day(t) - DayFromYear(year); in DayWithinYear()
401 int day = int(DayFromYear(year) + 4) % 7; in EquivalentYearForDST()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsdate.c192 #define DayFromYear(y) (365 * ((y)-1970) + floor(((y)-1969)/4.0) \ macro
194 #define TimeFromYear(y) (DayFromYear(y) * msPerDay)
213 #define DayWithinYear(t, year) ((intN) (Day(t) - DayFromYear(year)))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/es-abstract/
H A DCHANGELOG.md18 …`SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear…
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/es-abstract/
H A DCHANGELOG.md87 …`SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/array.prototype.flat/node_modules/es-abstract/
H A DCHANGELOG.md87 …`SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/array-includes/node_modules/es-abstract/
H A DCHANGELOG.md87 …`SecFromTime`, `MinFromTime`, `HourFromTime`, `TimeWithinDay`, `Day`, `DayFromYear`, `TimeFromYear…

123