Home
last modified time | relevance | path

Searched refs:yrs (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Drtc-mc146818-lib.c129 unsigned int yrs; in mc146818_set_time() local
135 yrs = time->tm_year; in mc146818_set_time()
146 real_yrs = yrs; in mc146818_set_time()
147 leap_yr = ((!((yrs + 1900) % 4) && ((yrs + 1900) % 100)) || in mc146818_set_time()
149 yrs = 72; in mc146818_set_time()
158 yrs = 73; in mc146818_set_time()
166 yrs %= 100; in mc146818_set_time()
173 if (yrs > 169) in mc146818_set_time()
176 if (yrs >= 100) in mc146818_set_time()
177 yrs -= 100; in mc146818_set_time()
[all …]
H A Drtc-m48t35.c101 unsigned int yrs; in m48t35_set_time() local
104 yrs = tm->tm_year + 1900; in m48t35_set_time()
111 if (yrs < 1970) in m48t35_set_time()
114 yrs -= 1970; in m48t35_set_time()
115 if (yrs > 255) /* They are unsigned */ in m48t35_set_time()
118 if (yrs > 169) in m48t35_set_time()
121 if (yrs >= 100) in m48t35_set_time()
122 yrs -= 100; in m48t35_set_time()
129 yrs = bin2bcd(yrs); in m48t35_set_time()
134 writeb(yrs, &priv->reg->year); in m48t35_set_time()
H A Drtc-ds1286.c218 unsigned int yrs; in ds1286_set_time() local
221 yrs = tm->tm_year + 1900; in ds1286_set_time()
228 if (yrs < 1970) in ds1286_set_time()
231 yrs -= 1940; in ds1286_set_time()
232 if (yrs > 255) /* They are unsigned */ in ds1286_set_time()
235 if (yrs >= 100) in ds1286_set_time()
236 yrs -= 100; in ds1286_set_time()
243 yrs = bin2bcd(yrs); in ds1286_set_time()
249 ds1286_rtc_write(priv, yrs, RTC_YEAR); in ds1286_set_time()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Drtc-mc146818-lib.c129 unsigned int yrs; in mc146818_set_time() local
135 yrs = time->tm_year; in mc146818_set_time()
146 real_yrs = yrs; in mc146818_set_time()
147 leap_yr = ((!((yrs + 1900) % 4) && ((yrs + 1900) % 100)) || in mc146818_set_time()
149 yrs = 72; in mc146818_set_time()
158 yrs = 73; in mc146818_set_time()
166 yrs %= 100; in mc146818_set_time()
173 if (yrs > 169) in mc146818_set_time()
176 if (yrs >= 100) in mc146818_set_time()
177 yrs -= 100; in mc146818_set_time()
[all …]
H A Drtc-m48t35.c101 unsigned int yrs; in m48t35_set_time() local
104 yrs = tm->tm_year + 1900; in m48t35_set_time()
111 if (yrs < 1970) in m48t35_set_time()
114 yrs -= 1970; in m48t35_set_time()
115 if (yrs > 255) /* They are unsigned */ in m48t35_set_time()
118 if (yrs > 169) in m48t35_set_time()
121 if (yrs >= 100) in m48t35_set_time()
122 yrs -= 100; in m48t35_set_time()
129 yrs = bin2bcd(yrs); in m48t35_set_time()
134 writeb(yrs, &priv->reg->year); in m48t35_set_time()
H A Drtc-ds1286.c218 unsigned int yrs; in ds1286_set_time() local
221 yrs = tm->tm_year + 1900; in ds1286_set_time()
228 if (yrs < 1970) in ds1286_set_time()
231 yrs -= 1940; in ds1286_set_time()
232 if (yrs > 255) /* They are unsigned */ in ds1286_set_time()
235 if (yrs >= 100) in ds1286_set_time()
236 yrs -= 100; in ds1286_set_time()
243 yrs = bin2bcd(yrs); in ds1286_set_time()
249 ds1286_rtc_write(priv, yrs, RTC_YEAR); in ds1286_set_time()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Drtc-mc146818-lib.c129 unsigned int yrs; in mc146818_set_time() local
135 yrs = time->tm_year; in mc146818_set_time()
146 real_yrs = yrs; in mc146818_set_time()
147 leap_yr = ((!((yrs + 1900) % 4) && ((yrs + 1900) % 100)) || in mc146818_set_time()
149 yrs = 72; in mc146818_set_time()
158 yrs = 73; in mc146818_set_time()
166 yrs %= 100; in mc146818_set_time()
173 if (yrs > 169) in mc146818_set_time()
176 if (yrs >= 100) in mc146818_set_time()
177 yrs -= 100; in mc146818_set_time()
[all …]
H A Drtc-m48t35.c101 unsigned int yrs; in m48t35_set_time() local
104 yrs = tm->tm_year + 1900; in m48t35_set_time()
111 if (yrs < 1970) in m48t35_set_time()
114 yrs -= 1970; in m48t35_set_time()
115 if (yrs > 255) /* They are unsigned */ in m48t35_set_time()
118 if (yrs > 169) in m48t35_set_time()
121 if (yrs >= 100) in m48t35_set_time()
122 yrs -= 100; in m48t35_set_time()
129 yrs = bin2bcd(yrs); in m48t35_set_time()
134 writeb(yrs, &priv->reg->year); in m48t35_set_time()
H A Drtc-ds1286.c218 unsigned int yrs; in ds1286_set_time() local
221 yrs = tm->tm_year + 1900; in ds1286_set_time()
228 if (yrs < 1970) in ds1286_set_time()
231 yrs -= 1940; in ds1286_set_time()
232 if (yrs > 255) /* They are unsigned */ in ds1286_set_time()
235 if (yrs >= 100) in ds1286_set_time()
236 yrs -= 100; in ds1286_set_time()
243 yrs = bin2bcd(yrs); in ds1286_set_time()
249 ds1286_rtc_write(priv, yrs, RTC_YEAR); in ds1286_set_time()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c75 unsigned int yrs; in rtc_ioctl() local
83 yrs = rtc_tm.tm_year; in rtc_ioctl()
84 if (yrs < 1900) in rtc_ioctl()
85 yrs += 1900; in rtc_ioctl()
92 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
103 if (yrs >= 2070) in rtc_ioctl()
111 rtc->t0cr_rtmr = yrs%4; in rtc_ioctl()
118 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
121 rtc->t0cr_rtmr = yrs%4 | 0x08; in rtc_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c75 unsigned int yrs; in rtc_ioctl() local
83 yrs = rtc_tm.tm_year; in rtc_ioctl()
84 if (yrs < 1900) in rtc_ioctl()
85 yrs += 1900; in rtc_ioctl()
92 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
103 if (yrs >= 2070) in rtc_ioctl()
111 rtc->t0cr_rtmr = yrs%4; in rtc_ioctl()
118 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
121 rtc->t0cr_rtmr = yrs%4 | 0x08; in rtc_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c75 unsigned int yrs; in rtc_ioctl() local
83 yrs = rtc_tm.tm_year; in rtc_ioctl()
84 if (yrs < 1900) in rtc_ioctl()
85 yrs += 1900; in rtc_ioctl()
92 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
103 if (yrs >= 2070) in rtc_ioctl()
111 rtc->t0cr_rtmr = yrs%4; in rtc_ioctl()
118 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
121 rtc->t0cr_rtmr = yrs%4 | 0x08; in rtc_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c70 unsigned int yrs; in rtc_ioctl() local
78 yrs = rtc_tm.tm_year; in rtc_ioctl()
79 if (yrs < 1900) in rtc_ioctl()
80 yrs += 1900; in rtc_ioctl()
87 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
98 if (yrs >= 2070) in rtc_ioctl()
109 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c70 unsigned int yrs; in rtc_ioctl() local
78 yrs = rtc_tm.tm_year; in rtc_ioctl()
79 if (yrs < 1900) in rtc_ioctl()
80 yrs += 1900; in rtc_ioctl()
87 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
98 if (yrs >= 2070) in rtc_ioctl()
109 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c70 unsigned int yrs; in rtc_ioctl() local
78 yrs = rtc_tm.tm_year; in rtc_ioctl()
79 if (yrs < 1900) in rtc_ioctl()
80 yrs += 1900; in rtc_ioctl()
87 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400)); in rtc_ioctl()
98 if (yrs >= 2070) in rtc_ioctl()
109 rtc->bcd_year = bin2bcd(yrs%100); in rtc_ioctl()
/dports/textproc/weka/weka-3-8-5/data/
H A Dsoybean.arff60 % 6. crop-hist: diff-lst-year,same-lst-yr,same-lst-two-yrs,
61 % same-lst-sev-yrs,?.
99 @ATTRIBUTE crop-hist {diff-lst-year,same-lst-yr,same-lst-two-yrs, same-lst-sev-yrs}
429 june, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
430 july, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
432 july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
433 july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
434 august, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
790 july, ?, ?, ?, ?, same-lst-two-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
792 june, ?, ?, ?, ?, same-lst-two-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
[all …]
/dports/math/p5-AI-DecisionTree/AI-DecisionTree-0.11/t/
H A D02-noisy.t163 june, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
230 august, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm,…
305 july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
307 july, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
375 july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
477 july, ?, ?, ?, ?, same-lst-sev-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
515 august, ?, ?, ?, ?, same-lst-sev-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
571 july, ?, ?, ?, ?, same-lst-two-yrs, upper-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
593 july, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?, …
663 august, ?, ?, ?, ?, same-lst-two-yrs, low-areas, ?, ?, ?, abnorm, abnorm, ?, ?, ?, ?, ?, ?, norm, ?…
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DColorMatrix2.java305 float yrs, yrc; in simplehuerotatemat() local
315 yrs = -1 / mag; in simplehuerotatemat()
317 yrotatemat(mat, yrs, yrc); in simplehuerotatemat()
325 yrotatemat(mat, -yrs, yrc); in simplehuerotatemat()
343 float yrs, yrc; in huerotatemat() local
353 yrs = -1 / mag; in huerotatemat()
355 yrotatemat(mmat, yrs, yrc); in huerotatemat()
372 yrotatemat(mmat, -yrs, yrc); in huerotatemat()
/dports/math/mpc/mpc-1.2.1/src/
H A Dmul.c38 int yrs = mpfr_signbit (mpc_realref (y)) ? -1 : 1; in mul_infinite() local
58 && xrs*yrs == xis*yis) in mul_infinite()
59 ? 0 : xrs * yrs); in mul_infinite()
64 && xrs*yis != xis*yrs) in mul_infinite()
76 ? 0 : xis * yrs); in mul_infinite()
93 u = xrs * xr * yrs * yr - xis * xi * yis * yi; in mul_infinite()
94 v = xrs * xr * yis * yi + xis * xi * yrs * yr; in mul_infinite()
115 int xrs, xis, yrs, yis; in mul_real() local
121 yrs = MPFR_SIGNBIT (mpc_realref (y)); in mul_real()
129 || (xrs != yrs && xis == yis), MPFR_RNDN); in mul_real()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/src/
H A Dmul.c38 int yrs = mpfr_signbit (mpc_realref (y)) ? -1 : 1; in mul_infinite() local
58 && xrs*yrs == xis*yis) in mul_infinite()
59 ? 0 : xrs * yrs); in mul_infinite()
64 && xrs*yis != xis*yrs) in mul_infinite()
76 ? 0 : xis * yrs); in mul_infinite()
93 u = xrs * xr * yrs * yr - xis * xi * yis * yi; in mul_infinite()
94 v = xrs * xr * yis * yi + xis * xi * yrs * yr; in mul_infinite()
115 int xrs, xis, yrs, yis; in mul_real() local
121 yrs = MPFR_SIGNBIT (mpc_realref (y)); in mul_real()
129 || (xrs != yrs && xis == yis), MPFR_RNDN); in mul_real()
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h410 float yrs, yrc; in simplehuerotatemat() local
420 yrs = -1.0/mag; in simplehuerotatemat()
422 yrotatemat(mat,yrs,yrc); in simplehuerotatemat()
430 yrotatemat(mat,-yrs,yrc); in simplehuerotatemat()
445 float yrs, yrc; in huerotatemat() local
457 yrs = -1.0/mag; in huerotatemat()
459 yrotatemat(mmat,yrs,yrc); in huerotatemat()
476 yrotatemat(mmat,-yrs,yrc); in huerotatemat()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h410 float yrs, yrc; in simplehuerotatemat() local
420 yrs = -1.0/mag; in simplehuerotatemat()
422 yrotatemat(mat,yrs,yrc); in simplehuerotatemat()
430 yrotatemat(mat,-yrs,yrc); in simplehuerotatemat()
445 float yrs, yrc; in huerotatemat() local
457 yrs = -1.0/mag; in huerotatemat()
459 yrotatemat(mmat,yrs,yrc); in huerotatemat()
476 yrotatemat(mmat,-yrs,yrc); in huerotatemat()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/hueshift0r/
H A Dmatrix.h410 float yrs, yrc; in simplehuerotatemat() local
420 yrs = -1.0/mag; in simplehuerotatemat()
422 yrotatemat(mat,yrs,yrc); in simplehuerotatemat()
430 yrotatemat(mat,-yrs,yrc); in simplehuerotatemat()
445 float yrs, yrc; in huerotatemat() local
457 yrs = -1.0/mag; in huerotatemat()
459 yrotatemat(mmat,yrs,yrc); in huerotatemat()
476 yrotatemat(mmat,-yrs,yrc); in huerotatemat()
/dports/math/R-cran-carData/carData/man/
H A DGSSvocab.Rd18 …e{educGroup}}{a factor with levels \code{<12 yrs} \code{12 yrs} \code{13-15 yrs} \code{16 yrs} \co…
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_tsyncpci.c809 unsigned int yrs; // Years in SecTimeFromDoyTime() local
817 yrs = pDt->year - TSYNC_TIME_BASE_YEAR; in SecTimeFromDoyTime()
818 lyrs = (yrs + 1) / 4; in SecTimeFromDoyTime()
822 pSt->seconds += (yrs - lyrs) * SECSPERYEAR; in SecTimeFromDoyTime()
849 unsigned int yrs; // Years accumulator variable in DoyTimeFromSecTime() local
859 yrs = (unsigned int)((secs / in DoyTimeFromSecTime()
867 yrs++; in DoyTimeFromSecTime()
875 yrs++; in DoyTimeFromSecTime()
883 yrs++; in DoyTimeFromSecTime()
901 pDt->year = yrs + TSYNC_TIME_BASE_YEAR; in DoyTimeFromSecTime()

12345678910>>...24