Home
last modified time | relevance | path

Searched refs:corr (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.sbin/timed/timed/
H A Dcorrect.c56 long corr; in correct() local
65 corr = avdelta - htp->delta; in correct()
72 || corr >= MAXADJ*1000 in correct()
73 || corr <= -MAXADJ*1000) { in correct()
83 mstotvround(&tmptv, corr); in correct()
117 adjclock(struct timeval *corr) in adjclock() argument
126 if (!timerisset(corr)) in adjclock()
129 adj = *corr; in adjclock()
159 if (0 > adjtime(corr, 0)) { in adjclock()
175 timeradd(&now, corr, &now); in adjclock()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dgeneric_128.h365 …const uint64_t* const a, const uint64_t* const b, const uint32_t shift, const uint32_t corr, uint6… in mul_128_256_shift() argument
394 const uint128_t r0 = corr + ((p0 >> shift) | (p1 << (128 - shift))); in mul_128_256_shift()
395 const uint128_t r1 = ((p1 >> shift) | (p2 << (128 - shift))) + (r0 < corr); in mul_128_256_shift()
401 const uint128_t r0 = corr + p1; in mul_128_256_shift()
402 const uint128_t r1 = p2 + (r0 < corr); in mul_128_256_shift()
408 const uint128_t r0 = corr + ((p1 >> (shift - 128)) | (p2 << (256 - shift))); in mul_128_256_shift()
409 const uint128_t r1 = (p2 >> (shift - 128)) + (r0 < corr); in mul_128_256_shift()
431 const uint32_t corr = (uint32_t) ((POW5_ERRORS[i / 32] >> (2 * (i % 32))) & 3); in generic_computePow5() local
432 mul_128_256_shift(m, mul, delta, corr, result); in generic_computePow5()
450 const uint32_t corr = (uint32_t) ((POW5_INV_ERRORS[i / 32] >> (2 * (i % 32))) & 3) + 1; in generic_computeInvPow5() local
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsum.c621 int corr; /* correction term (from -1 to 2) */ in sum_aux() local
690 corr = td >= 1 ? ((wp[wi] >> (td - 1)) & MPFR_LIMB_ONE) : in sum_aux()
694 corr = 0; in sum_aux()
901 corr = 0; in sum_aux()
904 corr = inex; in sum_aux()
907 corr = inex && neg; in sum_aux()
910 corr = inex && !neg; in sum_aux()
917 corr = rbit; in sum_aux()
919 MPFR_ASSERTD (corr == 0 || corr == 1); in sum_aux()
921 corr == 0) /* two's complement significand decreased */ in sum_aux()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_nbio_v7_4.c492 uint32_t corr, fatal, non_fatal; in nbio_v7_4_query_ras_error_count() local
496 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr); in nbio_v7_4_query_ras_error_count()
502 if (corr) in nbio_v7_4_query_ras_error_count()
507 if (corr || fatal || non_fatal) { in nbio_v7_4_query_ras_error_count()
/netbsd-src/lib/libc/time/
H A Dlocaltime.c790 int_fast32_t corr = detzcode(p + stored); in tzloadbody()
804 || (prevcorr < corr in tzloadbody()
805 ? corr == prevcorr + 1 in tzloadbody()
806 : (corr == prevcorr in tzloadbody()
807 || corr == prevcorr - 1)))) in tzloadbody()
810 prevcorr = corr; in tzloadbody()
814 sp->lsis[leapcnt].ls_corr = corr; in tzloadbody()
1932 register int_fast32_t corr; in timesub()
1942 corr = 0; in timesub()
1947 corr
635 int_fast32_t corr = detzcode(p + stored); tzloadbody() local
1838 register int_fast32_t corr; timesub() local
[all...]
H A Dzic.c462 static zic_t corr[TZ_MAX_LEAPS];
2369 && ((corr[r.leapbase - 1] < corr[r.leapbase]) in writezone()
2370 != (0 < corr[r.leapbase]))) { in writezone()
2470 if (ats[i] > trans[j] - corr[j]) { in writezone()
2471 ats[i] = tadd(ats[i], corr[j]); in writezone()
2500 && corr[r->leapbase] != 1 && corr[r->leapbase] != -1) { in writezone()
2773 puttzcode(corr[i], fp); in abbroffset()
2782 puttzcode(thisleaplim ? corr[thisleapli in abbroffset()
470 static zic_t corr[TZ_MAX_LEAPS]; global() variable
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rps.c479 rps->ips.corr = init_emon(uncore); in gen5_rps_enable()
1149 unsigned long t, corr, state1, corr2, state2; in __ips_gfx_val() local
1165 corr = t * 2349 + 135940; in __ips_gfx_val()
1167 corr = t * 964 + 29317; in __ips_gfx_val()
1169 corr = t * 301 + 1004; in __ips_gfx_val()
1171 corr = corr * 150142 * state1 / 10000 - 78642; in __ips_gfx_val()
1172 corr /= 100000; in __ips_gfx_val()
1173 corr2 = corr * ips->corr; in __ips_gfx_val()
H A Dintel_rps_types.h25 u8 corr; member
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c2034 double corr, res, xden, xm1, xm2, xm4, xnum, ysq; in lgamma() local
2047 corr = -log (y); in lgamma()
2052 corr = 0; in lgamma()
2065 res = corr + (xm1 * (D1 + xm1*(xnum/xden))); in lgamma()
2077 res = corr + xm2 * (D2 + xm2*(xnum/xden)); in lgamma()
2115 corr = log (y); in lgamma()
2116 res = res + SQRTPI - 0.5*corr; in lgamma()
2117 res = res + y*(corr-1); in lgamma()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c2034 double corr, res, xden, xm1, xm2, xm4, xnum, ysq; in lgamma() local
2047 corr = -log (y); in lgamma()
2052 corr = 0; in lgamma()
2065 res = corr + (xm1 * (D1 + xm1*(xnum/xden))); in lgamma()
2077 res = corr + xm2 * (D2 + xm2*(xnum/xden)); in lgamma()
2115 corr = log (y); in lgamma()
2116 res = res + SQRTPI - 0.5*corr; in lgamma()
2117 res = res + y*(corr-1); in lgamma()
/netbsd-src/sys/dev/ic/
H A Darn9380.c832 int chain, int *corr, int *temp) in ar9380_get_correction() argument
854 *corr = athn_interpolate(fbin, in ar9380_get_correction()
869 int i, corr, temp, temp0; in ar9380_set_correction() local
878 ar9380_get_correction(sc, c, i, &corr, &temp); in ar9380_set_correction()
883 reg = RW(reg, AR_PHY_TPC_11_OLPC_GAIN_DELTA, corr); in ar9380_set_correction()
/netbsd-src/games/hack/
H A Dhack.c605 corr: in lookaround()
623 goto corr; /* if you must */ in lookaround()
629 goto corr; in lookaround()
/netbsd-src/sys/dev/pci/
H A Dif_wpireg.h631 int32_t corr[5]; member
/netbsd-src/external/gpl3/binutils/dist/opcodes/po/
H A Dga.po1404 msgstr "luach brainse as raon, agus brainse go dtí fritháireamh corr"
1408 msgstr "brainse go dtí fritháireamh corr"
1520 #~ msgstr "luach brainse as raon agus brainse go dtí fritháireamh corr"
/netbsd-src/external/gpl3/gdb/dist/opcodes/po/
H A Dga.po1404 msgstr "luach brainse as raon, agus brainse go dtí fritháireamh corr"
1408 msgstr "brainse go dtí fritháireamh corr"
1520 #~ msgstr "luach brainse as raon agus brainse go dtí fritháireamh corr"
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/po/
H A Dga.po1404 msgstr "luach brainse as raon, agus brainse go dtí fritháireamh corr"
1408 msgstr "brainse go dtí fritháireamh corr"
1520 #~ msgstr "luach brainse as raon agus brainse go dtí fritháireamh corr"
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/po/
H A Dga.po1404 msgstr "luach brainse as raon, agus brainse go dtí fritháireamh corr"
1408 msgstr "brainse go dtí fritháireamh corr"
1520 #~ msgstr "luach brainse as raon agus brainse go dtí fritháireamh corr"
/netbsd-src/external/bsd/flex/dist/po/
H A Dga.po830 msgstr "'{' corr"
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog13542 but would if 0 in "corr = 0" were changed to -1 or 1 (tested).
18336 exponent change in the negative case with corr == 2.