Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 39) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dlocale.tex61 character in the string represents the number of digits for the next
97 The number of digits to display when formatting amounts of money to
99 @code{CHAR_MAX} (the largest number representable as a @code{char}) in
103 The number of digits to display when formatting amounts of money to
110 the currency symbol is placed after the formatted number.
122 the currency symbol is placed after the formatted number.
134 number; @code{1} means the sign is placed before both the number and the
135 currency symbol; @code{2} means the sign is placed after both the number
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfscanf.c318 goto number; in _SVFSCANF()
322 goto number; in _SVFSCANF()
325 goto number; in _SVFSCANF()
328 number: in _SVFSCANF()
Dnano-vfprintf_i.c136 goto number; in _printf_i()
179 number: in _printf_i()
Dvfwprintf.c914 goto number; in VFWPRINTF()
1292 number: if ((dprec = prec) >= 0) in VFWPRINTF()
1725 int number, flags; in get_arg() local
1752 number = 0; in get_arg()
1923 pos = number - 1; in get_arg()
1929 number -= 1; in get_arg()
1930 arg_type[number] = INT; in get_arg()
1931 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg()
1940 number = (ch - '0'); in get_arg()
1943 number = number * 10 + (ch - '0'); in get_arg()
Dvfprintf.c958 goto number; in VFPRINTF()
1315 number: if ((dprec = prec) >= 0) in VFPRINTF()
1804 int number, flags; in get_arg() local
1854 number = 0; in get_arg()
2030 pos = number - 1; in get_arg()
2036 number -= 1; in get_arg()
2037 arg_type[number] = INT; in get_arg()
2038 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg()
2047 number = (ch - '0'); in get_arg()
2050 number = number * 10 + (ch - '0'); in get_arg()
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest.h53 } number; member
90 } number; member
129 } number; member
153 } number; member
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dstrncat.S12 ;; r3 => Max number of bytes to copy
43 mov r14, r3 ; Restore the limit on the number of bytes copied.
48 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…
Dstrncpy.S33 cmp #0, r3 ; If we have copied the number of bytes requested
36 sub r3, r1 ; Subtract the number of bytes left to be written.
Dstrcat.S32 mov #-1, r3 ; Limit on the number of bytes examined.
36 mov #-1, r3 ; Set a limit on the number of bytes copied.
Dstrlen.S24 mov #-1, r3 ; Set a limit on the number of bytes examined.
Dstrncmp.S12 ;; R3: max number of bytes to compare
Dmemchr.S11 ;; R3: max number to scan
/picolibc-3.7.0-3.6.0/
Dpicolibc.h.in382 /* The Picolibc minor version number. */
388 /* The Picolibc major version number. */
438 /* The newlib minor version number. */
444 /* The newlib major version number. */
455 /* The Picolibc minor version number. */
464 /* The Picolibc major version number. */
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dmath.tex19 @code{HUGE_VAL}; this number is returned on overflow by many functions.
55 * frexp:: Split floating-point number
72 * nextafter:: Get next representable number
80 * signbit:: Does floating-point number have negative sign?
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/
Dmemcpy.S81 lsr.l #1,d0 | number of 16-byte transfers
Dmemset.S72 move.l d1,d2 | number of long transfers (at least 3)
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrings.tex51 * strerror:: Convert error number to string (strerror, strerror_l)
52 * strerror_r:: Convert error number to string
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dmemcpy.S108 cmpibge 0,g2,Lexit # exit if number of bytes to move is <= zero.
Dmemcmp_ca.S119 cmpibge.f 0,g2,Lequal_exit # return equality if number bytes 0
/picolibc-3.7.0-3.6.0/newlib/
Dnewlib.hin428 /* The newlib minor version number. */
434 /* The newlib major version number. */
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dtime.tex76 * time:: Get current calendar time (as single number)
/picolibc-3.7.0-3.6.0/doc/
Dreleasing.md43 7. Update meson.build and CMakeLists.txt with new version number
/picolibc-3.7.0-3.6.0/test/
Dfma_gen.5c58 * Construct our fancy float_t from a number
131 * integer portion holds the number of bits in the
367 * Usual Exponent range for the specified number of bits in the
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/
Diconv.tex90 Each number from the CCS is converted to a sequence of bits or bytes by means
942 Each encoding has one @dfn{name} and a number of @dfn{aliases}. When
1022 direction and the CCS bits number.
1067 Any element number @emph{m} of @dfn{the heading block} (which contains
1088 @item Calculate the block number: @emph{BlkN = (Y & 0xFF00) >> 8}.
1090 @item If the heading block element with number @emph{BlkN} is 0xFFFF, there
1116 ("from" codes) on @dfn{ranges} (@dfn{range} is a number of consecutive UCS-2 codes).
1129 Ranges number (2 bytes)
1133 Unranged codes number (2 bytes)
1187 the number of bytes which are needed to form the range is greater than
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsignal.tex80 * sig2str:: Translate between signal number and name

12