OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigfigs
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/gdtoa/
hdtoa.c
152
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
> ndigits) ? sigfigs : ndigits
[
all
...]
/src/external/bsd/ipf/dist/lib/
ipft_pc.c
42
u_int
sigfigs
;
member in struct:__anon6703
76
p->
sigfigs
= SWAPLONG(p->
sigfigs
);
/src/external/mpl/bind/dist/tests/isc/
histo_test.c
237
ISC_RUN_TEST_IMPL(
sigfigs
) {
355
ISC_TEST_ENTRY(
sigfigs
)
/src/external/bsd/libpcap/dist/
sf-pcap.c
283
hdr.
sigfigs
= SWAPLONG(hdr.
sigfigs
);
808
*
sigfigs
(Reserved2): 4-byte not used - SHOULD be filled with 0
811
hdr.
sigfigs
= 0;
/src/crypto/dist/ipsec-tools/src/racoon/
dump.c
108
hdr.
sigfigs
= 0;
/src/usr.sbin/npf/npfd/
npfd_log.c
100
hdr->
sigfigs
!= (u_int)pcap_get_tstamp_precision(ctx->pcap))
/src/external/bsd/libpcap/dist/pcap/
pcap.h
216
bpf_u_int32
sigfigs
; /* not used - SHOULD be filled with 0 */
member in struct:pcap_file_header
/src/dist/pf/sbin/pflogd/
pflogd.c
368
hdr.
sigfigs
= 0;
/src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.c
656
unsigned long
sigfigs
;
member in struct:swrap_file_hdr
919
file_hdr.
sigfigs
= 0x00000000;
Completed in 122 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026