Searched refs:frac (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.c1506 USItype frac)
1513 in.fraction.ll = frac;
1564 __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac)
1571 in.fraction.ll = frac;
1620 UTItype frac)
1627 in.fraction.ll = frac;
/freebsd-9.3-release/contrib/ntp/libparse/
H A Ddata_mbg.c148 tmp->frac = get_lsb_long(buffpp);
269 tmp->hour, tmp->min, tmp->sec, (long) tmp->frac,
/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c1320 cmd_int(frac)
1321 long *frac;
1329 *frac = 0;
1332 *frac = getfraction(&p, NULL, &err);
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_hpet.c161 t->div = (sc->freq * (period->frac >> 32)) >> 32;
169 fdiv = (sc->freq * (first->frac >> 32)) >> 32;
688 t->et.et_min_period.frac =
691 t->et.et_max_period.frac =
/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c330 printf("%s %jd s %ju frac\n", prefix, (intmax_t)(bt).sec, \
331 (uintmax_t)(bt).frac)
364 printf("\"%s\":{\"sec\":%jd,\"frac\":%ju},", \
365 prefix, (intmax_t)(bt).sec, (uintmax_t)(bt).frac)
/freebsd-9.3-release/sys/kern/
H A Dkern_uuid.c138 time += (10000000LL * (uint32_t)(bt.frac >> 32)) >> 32;
H A Dkern_timeout.c524 if (bt2.frac > maxdt) {
525 if (lastfunc != c_func || bt2.frac > maxdt * 2) {
531 maxdt = bt2.frac;
H A Dsubr_lock.c207 ns += ((uint64_t)1000000000 * (uint32_t)(bt.frac >> 32)) >> 32;
H A Dvfs_subr.c4449 return (((u_quad_t)bt.sec << 32LL) | (bt.frac >> 32LL));
/freebsd-9.3-release/contrib/ntp/include/
H A Dmbg_gps166.h413 int32_t frac; ///< fractions of a second, 1/::RECEIVER_INFO::ticks_per_sec units member in struct:__anon8
707 * the times for beginning and end of DST. However, the ::TM_GPS::frac,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dalpha-tdep.c168 ULONGEST frac = (mem >> 0) & 0x7fffff;
186 reg = (sign << 63) | (exp << 52) | (frac << 29);
167 ULONGEST frac = (mem >> 0) & 0x7fffff; local
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c1177 etime += cur_time->frac * BINTIME_SCALE;
1180 etime -= prev_time->frac * BINTIME_SCALE;
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duftdi.c1382 uint32_t clk, divisor, fastclk_flag, frac, hwspeed; local
1455 frac = divisor & 0x07;
1458 if (frac == 0)
1461 frac = 0; /* 1.5 becomes 1.0 */
1463 divisor |= (encoded_fraction[frac] << 14) | fastclk_flag;
/freebsd-9.3-release/sys/netgraph/
H A Dng_car.c606 deltat_us = (deltat.sec << 20) + (deltat.frac >> 44);
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S710 bgt v0, zero, 3f # if FS > FT, shift FTs frac
836 bge v0, zero, 3f # if FS > FT, shift FTs frac
1582 sll t1, t1, 23 # reassemble exp & frac
1584 sll ta1, ta1, 23 # reassemble exp & frac
1612 sll t1, t1, 20 # reassemble exp & frac
1614 sll ta1, ta1, 20 # reassemble exp & frac
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c351 (((uint64_t)NANOSEC * (uint32_t)(bt.frac >> 32)) >> 32));
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.c651 (long)pq->ts.sec, pq->ts.frac, pq->flags);\
/freebsd-9.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c1171 dbgmsg("bintime.sec %"PRIdMAX", bintime.frac %"PRIu64,
1172 (intmax_t)bintime->sec, bintime->frac);
/freebsd-9.3-release/sys/net/
H A Dbpf.c2281 ts->bt_frac = bt->frac;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c3321 nts.l_uf = (u_int32)(pbt.frac >> 32);

Completed in 711 milliseconds

123