Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gdtoa/
Dhdtoa.c152 static const int sigfigs = (DBL_MANT_DIG + 3) / 4; in hdtoa() local
198 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits; in hdtoa()
211 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--) in hdtoa()
213 for (; s > s0 + sigfigs - (DBL_FRACLBITS / 4) - 1 && s > s0; s--) { in hdtoa()
218 for (; s > s0 + sigfigs - ((DBL_FRACLBITS + DBL_FRACMBITS) / 4) - 1 in hdtoa()
239 for (ndigits = sigfigs; s0[ndigits - 1] == 0; ndigits--) in hdtoa()
243 if (sigfigs > ndigits && s0[ndigits] != 0) in hdtoa()
265 static const int sigfigs = (LDBL_MANT_DIG + 3) / 4; in hldtoa() local
304 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits; in hldtoa()
317 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--) in hldtoa()
[all …]
/netbsd/src/external/bsd/ipf/dist/lib/
Dipft_pc.c42 u_int sigfigs; member
76 p->sigfigs = SWAPLONG(p->sigfigs);
/netbsd/src/external/bsd/libpcap/dist/
Dsf-pcap.c283 hdr.sigfigs = SWAPLONG(hdr.sigfigs); in pcap_check_header()
811 hdr.sigfigs = 0; in sf_write_header()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Ddump.c108 hdr.sigfigs = 0;
/netbsd/src/external/bsd/libpcap/dist/pcap/
Dpcap.h216 bpf_u_int32 sigfigs; /* not used - SHOULD be filled with 0 */ member
/netbsd/src/dist/pf/sbin/pflogd/
Dpflogd.c367 hdr.sigfigs = 0; in try_reset_dump()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dsocket_wrapper.c656 unsigned long sigfigs; member
919 file_hdr.sigfigs = 0x00000000; in swrap_get_pcap_fd()