Searched refs:thi (Results 1 – 6 of 6) sorted by relevance
| /src/lib/msun/bsdsrc/ |
| H A D | b_tgamma.c | 120 double p, z, thi, tlo, xhi, xlo; in large_gam() local 137 thi = xhi * u.a; in large_gam() 144 u.a += thi; in large_gam() 145 u.b = thi - u.a; in large_gam() 182 double p, q, thi, tlo; in ratfun_gam() local 191 thi = (float)z; in ratfun_gam() 192 tlo = (z - thi) + c; in ratfun_gam() 193 tlo *= (thi + z); in ratfun_gam() 196 thi *= thi; in ratfun_gam() 197 q = thi; in ratfun_gam() [all …]
|
| /src/lib/msun/ld80/ |
| H A D | b_tgammal.c | 123 long double p, z, thi, tlo, xhi, xlo; in large_gam() local 141 thi = xhi * u.a; in large_gam() 148 u.a += thi; in large_gam() 149 u.b = thi - u.a; in large_gam() 205 long double p, q, thi, tlo; in ratfun_gam() local 215 thi = (float)z; in ratfun_gam() 216 tlo = (z - thi) + c; in ratfun_gam() 217 tlo *= (thi + z); in ratfun_gam() 220 thi *= thi; in ratfun_gam() 221 q = thi; in ratfun_gam() [all …]
|
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_gpsvme.c | 163 unsigned tlo, thi; in psc_poll() local 168 thi = regp[unit]->high_time; /* read 4 higher order bytes */ in psc_poll() 186 thi = SWAP(thi); /* copy of data */ in psc_poll() 188 pp->day = BCD2INT3((thi & 0x0FFF0000) >> 16); in psc_poll() 189 pp->hour = BCD2INT2((thi & 0x0000FF00) >> 8); in psc_poll() 190 pp->minute = BCD2INT2(thi & 0x000000FF); in psc_poll() 199 pp->hour, pp->minute, pp->second, pp->nsec, status, thi, in psc_poll()
|
| /src/contrib/bmake/unit-tests/ |
| H A D | dir.mk | 47 all: {{thi,fou}r,fif}teen 87 debug: {{thi,fou}r,fif}twen
|
| /src/usr.sbin/pmcannotate/ |
| H A D | pmcannotate.c | 315 u_int thi; in fqueue_compact() local 322 thi = th * totalsamples / 100; in fqueue_compact() 324 if (agg->ag_nsamples < thi) in fqueue_compact()
|
| /src/sbin/nvmecontrol/ |
| H A D | logpage.c | 663 NVME_LOGPAGE(thi,
|