| /src/usr.sbin/timed/timed/ |
| correct.c | 56 long corr; local 65 corr = avdelta - htp->delta; 72 || corr >= MAXADJ*1000 73 || corr <= -MAXADJ*1000) { 83 mstotvround(&tmptv, corr); 117 adjclock(struct timeval *corr) 126 if (!timerisset(corr)) 129 adj = *corr; 159 if (0 > adjtime(corr, 0)) { 175 timeradd(&now, corr, &now) [all...] |
| /src/sys/dev/ic/ |
| arn9380.c | 832 int chain, int *corr, int *temp) 854 *corr = athn_interpolate(fbin, 869 int i, corr, temp, temp0; local 878 ar9380_get_correction(sc, c, i, &corr, &temp); 883 reg = RW(reg, AR_PHY_TPC_11_OLPC_GAIN_DELTA, corr);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps_types.h | 25 u8 corr; member in struct:intel_ips
|
| intel_rps.c | 479 rps->ips.corr = init_emon(uncore); 1149 unsigned long t, corr, state1, corr2, state2; local 1165 corr = t * 2349 + 135940; 1167 corr = t * 964 + 29317; 1169 corr = t * 301 + 1004; 1171 corr = corr * 150142 * state1 / 10000 - 78642; 1172 corr /= 100000; 1173 corr2 = corr * ips->corr; [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_nbio_v7_4.c | 492 uint32_t corr, fatal, non_fatal; local 496 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr); 502 if (corr) 507 if (corr || fatal || non_fatal) {
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sum.c | 621 int corr; /* correction term (from -1 to 2) */ local 677 to a part from the generic code (here, corr = rbit). */ 690 corr = td >= 1 ? ((wp[wi] >> (td - 1)) & MPFR_LIMB_ONE) : 694 corr = 0; 886 * denoted by a corr value between -1 and 2 depending on e, neg, rbit, 901 corr = 0; 904 corr = inex; 907 corr = inex && neg; 910 corr = inex && !neg; 915 rounded downward, rbit has been changed to 0 so that corr [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 2042 double corr, res, xden, xm1, xm2, xm4, xnum, ysq; local 2055 corr = -log (y); 2060 corr = 0; 2073 res = corr + (xm1 * (D1 + xm1*(xnum/xden))); 2085 res = corr + xm2 * (D2 + xm2*(xnum/xden)); 2123 corr = log (y); 2124 res = res + SQRTPI - 0.5*corr; 2125 res = res + y*(corr-1);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 2034 double corr, res, xden, xm1, xm2, xm4, xnum, ysq; local 2047 corr = -log (y); 2052 corr = 0; 2065 res = corr + (xm1 * (D1 + xm1*(xnum/xden))); 2077 res = corr + xm2 * (D2 + xm2*(xnum/xden)); 2115 corr = log (y); 2116 res = res + SQRTPI - 0.5*corr; 2117 res = res + y*(corr-1);
|
| /src/sys/dev/pci/ |
| if_wpireg.h | 631 int32_t corr[5]; member in struct:wpi_eeprom_group
|
| /src/lib/libc/time/ |
| localtime.c | 1270 int_fast32_2s corr = detzcode(p + stored); local 1284 || (prevcorr < corr 1285 ? corr == prevcorr + 1 1286 : (corr == prevcorr 1287 || corr == prevcorr - 1)))) 1290 prevcorr = corr; 1295 ls.ls_corr = (int)corr; 2470 int_fast32_2s corr; local 2480 corr = 0; 2485 corr = ls.ls_corr [all...] |
| zic.c | 436 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */ 573 zic_t corr; member in struct:__anon13 2657 && ((leap[r.leapbase - 1].corr < leap[r.leapbase].corr) 2658 != (0 < leap[r.leapbase].corr))) { 2775 if (leap[j].trans - leap[j].corr < ats[i]) { 2776 ats[i] = tadd(ats[i], leap[j].corr); 2805 && leap[r->leapbase].corr != 1 && leap[r->leapbase].corr != -1) { 3080 puttzcode(leap[i].corr, fp) [all...] |