Searched refs:sigfigs (Results 1 – 7 of 7) sorted by relevance
152 static const int sigfigs = (DBL_MANT_DIG + 3) / 4; in hdtoa() local198 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() local304 bufsize = (sigfigs > ndigits) ? sigfigs : ndigits; in hldtoa()317 for (s = s0 + bufsize - 1; s > s0 + sigfigs - 1; s--) in hldtoa()[all …]
42 u_int sigfigs; member76 p->sigfigs = SWAPLONG(p->sigfigs);
283 hdr.sigfigs = SWAPLONG(hdr.sigfigs); in pcap_check_header()811 hdr.sigfigs = 0; in sf_write_header()
108 hdr.sigfigs = 0;
216 bpf_u_int32 sigfigs; /* not used - SHOULD be filled with 0 */ member
367 hdr.sigfigs = 0; in try_reset_dump()
656 unsigned long sigfigs; member919 file_hdr.sigfigs = 0x00000000; in swrap_get_pcap_fd()