Searched refs:sigfigs (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libc/gdtoa/
H A Dhdtoa.c152 static const int sigfigs = (DBL_MANT_DIG + 3) / 4; local
198 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits;
211 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--)
213 for (; s > s0 + sigfigs - (DBL_FRACLBITS / 4) - 1 && s > s0; s--) {
218 for (; s > s0 + sigfigs - ((DBL_FRACLBITS + DBL_FRACMBITS) / 4) - 1
239 for (ndigits = sigfigs; s0[ndigits - 1] == 0; ndigits--)
243 if (sigfigs > ndigits && s0[ndigits] != 0)
265 static const int sigfigs = (LDBL_MANT_DIG + 3) / 4; local
304 bufsize = (sigfigs > ndigit
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dipft_pc.c42 u_int sigfigs; member in struct:__anon1205
76 p->sigfigs = SWAPLONG(p->sigfigs);
/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcap.c222 hdr.sigfigs = SWAPLONG(hdr.sigfigs);
736 * sigfigs: 4-byte number giving the accuracy of time stamps
740 hdr.sigfigs = 0;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c108 hdr.sigfigs = 0;
/netbsd-current/usr.sbin/npf/npfd/
H A Dnpfd_log.c100 hdr->sigfigs != (u_int)pcap_get_tstamp_precision(ctx->pcap))
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dpcap.h216 bpf_u_int32 sigfigs; /* accuracy of timestamps; this is always 0 */ member in struct:pcap_file_header
/netbsd-current/dist/pf/sbin/pflogd/
H A Dpflogd.c353 hdr.sigfigs = 0;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c656 unsigned long sigfigs; member in struct:swrap_file_hdr
919 file_hdr.sigfigs = 0x00000000;

Completed in 136 milliseconds