Home
last modified time | relevance | path

Searched refs:sigfigs (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/gdtoa/
H A Dhdtoa.c126 static const int sigfigs = (DBL_MANT_DIG + 3) / 4; in __hdtoa() local
163 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits; in __hdtoa()
176 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--) in __hdtoa()
178 for (; s > s0 + sigfigs - (DBL_FRACLBITS / 4) - 1 && s > s0; s--) { in __hdtoa()
197 for (ndigits = sigfigs; s0[ndigits - 1] == 0; ndigits--) in __hdtoa()
201 if (sigfigs > ndigits && s0[ndigits] != 0) in __hdtoa()
224 static const int sigfigs = (LDBL_MANT_DIG + 3) / 4; in __hldtoa() local
262 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits; in __hldtoa()
275 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--) in __hldtoa()
309 for (ndigits = sigfigs; s0[ndigits - 1] == 0; ndigits--) in __hldtoa()
[all …]
/openbsd/lib/libpcap/
H A Dsavefile.c81 hdr.sigfigs = 0; in sf_write_header()
96 hp->sigfigs = SWAPLONG(hp->sigfigs); in swap_hdr()
H A Dpcap.h76 bpf_u_int32 sigfigs; /* accuracy of timestamps */ member
/openbsd/usr.sbin/tcpdump/
H A Dprivsep_pcap.c340 hp->sigfigs = swap32(hp->sigfigs); in swap_hdr()
468 hdr.sigfigs = 0; in sf_write_header()
/openbsd/sbin/pflogd/
H A Dpflogd.c387 hdr.sigfigs = 0; in reset_dump()
/openbsd/sbin/isakmpd/
H A Dlog.c452 sf_hdr.sigfigs = 0; in log_packet_init()