Searched refs:thi (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/msun/bsdsrc/
H A Db_tgamma.c120 double p, z, thi, tlo, xhi, xlo; local
137 thi = xhi * u.a;
140 /* Compute thi + tlo + ln2pi_hi + ln2pi_lo + p. */
144 u.a += thi;
145 u.b = thi - u.a;
182 double p, q, thi, tlo; local
191 thi = (float)z;
192 tlo = (z - thi) + c;
193 tlo *= (thi + z);
196 thi *
[all...]
/freebsd-current/lib/msun/ld80/
H A Db_tgammal.c123 long double p, z, thi, tlo, xhi, xlo; local
141 thi = xhi * u.a;
144 /* Compute thi + tlo + ln2pi_hi + ln2pi_lo + p. */
148 u.a += thi;
149 u.b = thi - u.a;
205 long double p, q, thi, tlo; local
215 thi = (float)z;
216 tlo = (z - thi) + c;
217 tlo *= (thi + z);
220 thi *
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c163 unsigned tlo, thi; local
168 thi = regp[unit]->high_time; /* read 4 higher order bytes */
186 thi = SWAP(thi); /* copy of data */
188 pp->day = BCD2INT3((thi & 0x0FFF0000) >> 16);
189 pp->hour = BCD2INT2((thi & 0x0000FF00) >> 8);
190 pp->minute = BCD2INT2(thi & 0x000000FF);
199 pp->hour, pp->minute, pp->second, pp->nsec, status, thi,
/freebsd-current/contrib/diff/src/
H A Danalyze.c122 lin x, y, oldx, tlo = fd[d - 1], thi = fd[d + 1]; local
124 if (tlo >= thi)
127 x = thi;
149 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1]; local
151 if (tlo < thi)
154 x = thi - 1;
/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c310 u_int thi; local
317 thi = th * totalsamples / 100;
319 if (agg->ag_nsamples < thi)
/freebsd-current/sbin/nvmecontrol/
H A Dlogpage.c663 NVME_LOGPAGE(thi,

Completed in 90 milliseconds