Home
last modified time | relevance | path

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

12

/picolibc-latest/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-latest/newlib/libm/test/
Dtest.h53 } number; member
90 } number; member
129 } number; member
153 } number; member
/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf.c316 goto number; in _SVFSCANF()
320 goto number; in _SVFSCANF()
323 goto number; in _SVFSCANF()
326 number: in _SVFSCANF()
Dnano-vfprintf_i.c134 goto number; in _printf_i()
177 number: in _printf_i()
Dvfwprintf.c912 goto number; in VFWPRINTF()
1290 number: if ((dprec = prec) >= 0) in VFWPRINTF()
1723 int number, flags; in get_arg() local
1750 number = 0; in get_arg()
1921 pos = number - 1; in get_arg()
1927 number -= 1; in get_arg()
1928 arg_type[number] = INT; in get_arg()
1929 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg()
1938 number = (ch - '0'); in get_arg()
1941 number = number * 10 + (ch - '0'); in get_arg()
Dvfprintf.c953 goto number; in VFPRINTF()
1310 number: if ((dprec = prec) >= 0) in VFPRINTF()
1799 int number, flags; in get_arg() local
1849 number = 0; in get_arg()
2025 pos = number - 1; in get_arg()
2031 number -= 1; in get_arg()
2032 arg_type[number] = INT; in get_arg()
2033 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg()
2042 number = (ch - '0'); in get_arg()
2045 number = number * 10 + (ch - '0'); in get_arg()
/picolibc-latest/newlib/libc/machine/rx/
Dstrncat.S14 ;; r3 => Max number of bytes to copy
45 mov r14, r3 ; Restore the limit on the number of bytes copied.
50 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…
Dstrncpy.S35 cmp #0, r3 ; If we have copied the number of bytes requested
38 sub r3, r1 ; Subtract the number of bytes left to be written.
Dstrcat.S34 mov #-1, r3 ; Limit on the number of bytes examined.
38 mov #-1, r3 ; Set a limit on the number of bytes copied.
Dstrlen.S26 mov #-1, r3 ; Set a limit on the number of bytes examined.
Dstrncmp.S14 ;; R3: max number of bytes to compare
Dmemchr.S13 ;; R3: max number to scan
/picolibc-latest/
Dpicolibc.h.in387 /* The Picolibc minor version number. */
393 /* The Picolibc major version number. */
446 /* The newlib minor version number. */
452 /* The newlib major version number. */
463 /* The Picolibc minor version number. */
472 /* The Picolibc major version number. */
/picolibc-latest/newlib/libm/math/
Dmath.tex19 @code{HUGE_VAL}; this number is returned on overflow by many functions.
55 * Function frexp:: Split floating-point number
72 * Function nextafter:: Get next representable number
80 * Function signbit:: Does floating-point number have negative sign?
/picolibc-latest/newlib/libc/machine/m68k/
Dmemcpy.S83 lsr.l #1,d0 | number of 16-byte transfers
Dmemset.S74 move.l d1,d2 | number of long transfers (at least 3)
/picolibc-latest/newlib/libc/string/
Dstrings.tex51 * Function strerror:: Convert error number to string (strerror, strerror_l)
52 * Function strerror_r:: Convert error number to string
/picolibc-latest/newlib/libc/machine/i960/
Dmemcpy.S110 cmpibge 0,g2,Lexit # exit if number of bytes to move is <= zero.
Dmemcmp_ca.S121 cmpibge.f 0,g2,Lequal_exit # return equality if number bytes 0
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcpy.S102 ;; complement of the number of remaining bytes.
/picolibc-latest/doc/
Dreleasing.md43 7. Update meson.build and CMakeLists.txt with new version number
/picolibc-latest/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-latest/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-latest/newlib/libc/time/
Dtime.tex76 * Function time:: Get current calendar time (as single number)
/picolibc-latest/newlib/libc/signal/
Dsignal.tex80 * Function sig2str:: Translate between signal number and name

12