OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigfigs
(Results
1 - 4
of
4
) 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/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/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 38 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026