Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 25 of 54) sorted by relevance

123

/glibc-2.36/math/
Dtest-math-iszero.cc53 typedef std::numeric_limits<T> limits; in check_type() typedef
59 CHECK (iszero (limits::min ()), 0); in check_type()
60 CHECK (iszero (-limits::min ()), 0); in check_type()
61 CHECK (iszero (limits::max ()), 0); in check_type()
62 CHECK (iszero (-limits::max ()), 0); in check_type()
63 if (limits::has_infinity) in check_type()
65 CHECK (iszero (limits::infinity ()), 0); in check_type()
66 CHECK (iszero (-limits::infinity ()), 0); in check_type()
68 CHECK (iszero (limits::epsilon ()), 0); in check_type()
69 CHECK (iszero (-limits::epsilon ()), 0); in check_type()
[all …]
Dtest-math-issignaling.cc53 typedef std::numeric_limits<T> limits; in check_type() typedef
55 if (limits::has_infinity) in check_type()
57 CHECK (issignaling (limits::infinity ()), 0); in check_type()
58 CHECK (issignaling (-limits::infinity ()), 0); in check_type()
60 if (limits::has_quiet_NaN) in check_type()
61 CHECK (issignaling (limits::quiet_NaN ()), 0); in check_type()
62 if (limits::has_signaling_NaN) in check_type()
63 CHECK (issignaling (limits::signaling_NaN ()), 1); in check_type()
/glibc-2.36/manual/
Dconf.texi2 @c %MENU% Parameters describing operating system limits
7 limits, presence of optional POSIX features, and the default path for
12 various process-related limits that have
17 of general limits and system options.
18 * Minimums:: Minimum values for general limits.
24 * File Minimums:: Minimum values for file limits.
27 * Utility Limits:: Capacity limits of some POSIX.2 utility programs.
28 * Utility Minimums:: Minimum allowable values of those limits.
35 @cindex POSIX capacity limits
36 @cindex limits, POSIX
[all …]
Dlang.texi600 The header files @file{limits.h} and @file{float.h} contain macros
616 @pindex limits.h
622 @file{limits.h}.
636 @standards{ISO, limits.h}
675 @standards{C90, limits.h}
698 @cindex limits, integer types
703 use the @samp{MIN} and @samp{MAX} macros in @file{limits.h} to determine
721 @standards{ISO, limits.h}
727 @standards{ISO, limits.h}
733 @standards{ISO, limits.h}
[all …]
Dresource.texi2 @c %MENU% Functions for examining resource usage and getting and setting limits
6 limits on future usage.
10 * Limits on Resources:: Specifying limits on resource usage.
126 @cindex resource limits
127 @cindex limits on resource usage
128 @cindex usage limits
130 You can specify limits for the resource usage of a process. When the
136 There are two per-process limits associated with a resource:
166 Read the current and maximum limits for the resource @var{resource}
195 Store the current and maximum limits for the resource @var{resource}
[all …]
Dfreemanuals.texi49 Some kinds of limits on the way modification is handled are
Dio.texi336 length, but some file systems may place limits on the length of a
394 on @gnuhurdsystems{} there are no limits on the length of file name
Dintro.texi174 @comment Several new macros in <limits.h>.
1249 The header file @file{limits.h} reserves names suffixed with @samp{_MAX}.
1250 @pindex limits.h
1473 various operating system limits. Most of these parameters are provided for
Dcharset.texi401 @standards{ISO, limits.h}
404 a compile-time constant and is defined in @file{limits.h}.
405 @pindex limits.h
1626 source and destination. Only the set of available conversions limits
Dfilesys.texi1049 Moreover, file descriptor limits in a multi-threaded program apply to
1490 systems which have no limits on the file name length.
3031 The operation would extend the file beyond the limits of the operating system.
3103 The operation would extend the file beyond the limits of the operating system.
/glibc-2.36/posix/
Dregexec.c88 const re_node_set *limits,
101 re_node_set *limits,
944 re_node_set_free (&sctx.limits); in prune_impossible_nodes()
974 re_node_set_free (&sctx.limits); in prune_impossible_nodes()
1655 if (sctx->limits.nelem) in build_sifted_states()
1658 if (check_dst_limits (mctx, &sctx->limits, in build_sifted_states()
1748 if (sctx->limits.nelem) in update_cur_sifted_state()
1750 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits, in update_cur_sifted_state()
1849 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits() argument
1857 for (lim_idx = 0; lim_idx < limits->nelem; ++lim_idx) in check_dst_limits()
[all …]
Dannexc.c584 H(limits),
Dregex_internal.h620 re_node_set limits; member
/glibc-2.36/include/
Dlimits.h124 # include_next <limits.h>
/glibc-2.36/crypt/
DREADME.ufc-crypt48 The US government limits the export of DES based software/hardware.
/glibc-2.36/conform/data/
Dstdlib.h-data191 allow-header limits.h
/glibc-2.36/stdlib/
DMakefile199 tst-limits \
/glibc-2.36/ChangeLog.old/
DChangeLog.2758 * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Don't include <limits.h>.
800 * sysdeps/posix/__dup2.c: Include <limits.h>.
1215 * sysdeps/stub/__sysconf.c: Include <time.h> and <limits.h>.
1340 [_MALLOC_INTERNAL]: Move config.h, limits.h, and mem* to front of file.
1950 * malloc/Makefile (malloc-dist): Add ChangeLog and mem-limits.h.
2274 Don't include <errno.h> or <limits.h>; we don't need them.
2277 [__GNU_LIBRARY__ || HAVE_LIMITS_H]: Surround #include <limits.h>
2924 * limits.h [__GNUC__ >= 2]: #ifndef _GCC_LIMITS_H_, not _LIMITS_H_,
2925 to #include_next <limits.h>.
3269 * limits.h: Only do #include_next #ifndef _LIMITS_H_.
[all …]
DChangeLog.1222 * sysdeps/generic/pow.c: #include <limits.h>.
1250 * limits.h [__GNUC__ >= 2]: Use #include_next to get GCC's <limits.h>.
1598 * sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
DChangeLog.11885 * include/limits.h: Include bits/wordsize.h, use #if __WORDSIZE == 64
2298 * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
2299 necessary. Move includes of POSIX and Unix limits files to the end.
2300 * stdlib/Makefile (tests): Add tst-limits.
2301 * stdlib/tst-limits.h: New file.
2399 * include/limits.h: Likewise.
6118 * include/limits.h: Update non-gcc portion.
10351 Add limits.h to headers.
10355 * conform/data/limits.h-data: New file.
13301 * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
DChangeLog.121831 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Include limits.h to get
3395 * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
5700 * elf/sln.c: Cleanups. Remove arbitrary limits.
6985 Don't include <limits.h> and <bits/sockaddr.h>.
7206 * conform/data/limits.h-data: Mark constants as optional wherever
9586 * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and
DChangeLog.18877 * posix/sched_cpucount.c: Don't include <limits.h>.
6223 * conform/data/limits.h-data: Likewise.
9065 * iconvdata/bug-iconv11.c: Include limits.h.
9089 * nptl/tst-basic7.c: Include limits.h.
9091 * nptl/tst-cancel4.c: Include stddef.h, limits.h, and sys/stat.h.
9094 * nptl/tst-cond16.c: Include limits.h.
9096 * nptl/tst-cond18.c: Include limits.h.
9100 * nptl/tst-stack2.c: Include limits.h.
9128 * sysdeps/wordsize-64/tst-writev.c: Include limits.h and stdint.h.
16481 * include/limits.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH):
[all …]
DChangeLog.15863 interface. Include <limits.h>, <float.h>, and <stdint.h> instead.
1008 check_subexp fields. Move limits last.
3330 Initialize mysize with limits only if latter is >= 0. Use mysize
/glibc-2.36/conform/
DMakefile31 conformtest-headers-ISO := assert.h ctype.h errno.h float.h limits.h locale.h \
/glibc-2.36/
DNEWS1823 [24537] build: nptl/tst-eintr1 test case can hit task limits on some
3288 * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,
3574 * Integer width macros from TS 18661-1:2014 are added to <limits.h>:
4094 [19929] libc: limits.h NL_NMAX namespace
6909 * New header file <values.h> gives SVID-compatible names for <limits.h>

123