Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 135) sorted by relevance

123456

/glibc-2.36/math/
Dgen-tgmath-tests.py95 order=None, integer=False, complex=False, real_type=None): argument
103 self.integer = integer
143 integer=False, complex_name=None, complex_ok=True, argument
148 condition=condition, order=order, integer=integer,
154 integer=integer, complex=True,
165 if self.integer:
209 Type.create_type('char', integer=True)
210 Type.create_type('signed char', integer=True)
211 Type.create_type('unsigned char', integer=True)
212 Type.create_type('short int', integer=True)
[all …]
Dlibm-test-pow.inc309 /* pow (-inf, y) == -inf for y an odd integer > 0. */
330 /* pow (-inf, y) == +inf for y > 0 and not an odd integer. */
337 /* pow (-inf, y) == -0 for y an odd integer < 0. */
357 /* pow (-inf, y) == +0 for y < 0 and not an odd integer. */
Dlibm-test-tgamma.inc26 /* tgamma (x) == qNaN plus invalid exception for integer x <= 0. */
Dlibm-test-lgamma.inc31 /* lgamma (x) == +inf plus divide by zero exception for integer x <= 0. */
Dlibm-test-trunc.inc161 /* Check cases where first double is a exact integer higher than 2^52 and
Dlibm-test-ceil.inc144 /* Check cases where first double is a exact integer higher than 2^52 and
/glibc-2.36/manual/
Dlang.texi555 The result of subtracting two pointers in C is always an integer, but the
565 This is the signed integer type of the result of subtracting two
568 probably be one of the standard signed integer types (@w{@code{short
575 This is an unsigned integer type used to represent the sizes of objects.
604 * Width of Type:: How many bits does an integer type hold?
606 that an integer type can hold?
613 @cindex integer type width
614 @cindex width of integer type
615 @cindex type measurements, integer
618 TS 18661-1:2014 defines macros for the width of integer types (the
[all …]
Darith.texi6 arithmetic operations, such as splitting a float into its integer and
12 * Integers:: Basic integer types and concepts
29 @cindex integer
31 The C language defines several integer data types: integer, short integer,
32 long integer, and character, all in both signed and unsigned varieties.
37 The C integer types were intended to allow code to be portable among
52 If you require that an integer be represented in exactly N bits, use one
99 If you want an integer with the widest range possible on the platform on
102 of the integer.
110 minimum possible values for each integer data type. The macro names
[all …]
Dcreature.texi43 macro @code{_POSIX_C_SOURCE} to a positive integer.
48 Define this macro to a positive integer to control which POSIX
189 to be a 64-bit integer. On platforms where @code{time_t} was
197 be a 32-bit integer where that is supported. This is not recommended,
Dstdio.texi281 The value of this macro is an integer constant expression that
1666 There are also conversions for printing an integer argument as an
1762 An optional decimal integer specifying the @dfn{minimum field width}.
1779 consists of a period (@samp{.}) followed optionally by a decimal integer
1793 type. (For example, the integer conversions assume a type of @code{int},
1794 but you can specify @samp{h}, @samp{l}, or @samp{L} for other integer
1823 Print an integer as a signed decimal number. @xref{Integer
1829 Print an integer as an unsigned binary number. @samp{%b} uses
1836 Print an integer as an unsigned octal number. @xref{Integer
1840 Print an integer as an unsigned decimal number. @xref{Integer
[all …]
/glibc-2.36/
Dconfig.h.in129 /* RISC-V integer ABI for ld.so. */
135 /* LOONGARCH integer ABI for ld.so. */
202 /* An integer used to scale the timeout of test programs. */
265 /* PowerPC32 uses fcfid for integer to floating point conversions. */
/glibc-2.36/gnulib/
Dtst-gcc.c64 result |= TEST (integer); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dconfigure.ac11 AC_MSG_ERROR([Unable to determine integer ABI])
Dconfigure151 as_fn_error $? "Unable to determine integer ABI" "$LINENO" 5
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dconfigure.ac13 AC_MSG_ERROR([Unable to determine integer ABI])
Dconfigure162 as_fn_error $? "Unable to determine integer ABI" "$LINENO" 5
/glibc-2.36/sysdeps/powerpc/powerpc32/fpu/
Dconfigure.ac4 # Test whether integer to floating point conversions use fcfid.
Dconfigure4 # Test whether integer to floating point conversions use fcfid.
/glibc-2.36/timezone/
Dprivate.h265 Please use a compiler that supports a 64-bit integer type (or wider);
329 Please use a compiler that supports a 64-bit integer type (or wider);
/glibc-2.36/sunrpc/
Dxdr.c126 #error unexpected integer sizes in_xdr_int() in libc_hidden_def()
166 #error unexpected integer sizes in_xdr_u_int() in libc_hidden_def()
/glibc-2.36/sysdeps/hppa/hppa1.1/
Dmul_1.S32 ;! only the xmpyu does not need the integer pipeline, so the only dual-issue
Daddmul_1.S32 ;! since only the xmpyu does not need the integer pipeline, so the only
Dsubmul_1.S32 ;! since only the xmpyu does not need the integer pipeline, so the only
/glibc-2.36/localedata/locales/
Duk_UA618 % semicolons. Each integer specifies the number of digits in each
619 % group, with the initial integer defining the size of the group
621 % integers defining the preceding groups. If the last integer is
624 % integer is -1, then no further grouping shall be performed.
639 % An integer representing the number of fractional digits (those to the right of
644 % An integer representing the number of fractional digits (those to the right of
676 % An integer set to a value indicating the positioning of the
690 % An integer set to a value indicating the positioning of the
/glibc-2.36/crypt/
DREADME.ufc-crypt85 - Keep data packed as bits in integer variables -- allows for

123456