Searched refs:range (Results 1 – 25 of 27) sorted by relevance
12
/picolibc-latest/newlib/libc/iconv/ccs/ |
D | mktbl.pl | 645 my @range; # Current working range 648 if (not @range or $_ - 1 == $range[$#range]) 650 push @range, $_; 654 my @tmp = @range; 656 undef @range; 661 if (@range) 663 my @tmp = @range; 1206 for (my $range = 0; $range <= $#{$tbl->[3]}; $range++) 1210 $tbl->[3]->[$range]->[0], 1211 $tbl->[3]->[$range]->[1], [all …]
|
/picolibc-latest/newlib/libc/string/ |
D | mkwide | 37 do range=$b 38 echo checking $range $* >&2 39 if includes $range fw $nrfw && ! includes $range na $nrna 40 then echo $range
|
/picolibc-latest/newlib/libc/ctype/ |
D | mkcaseconv | 84 range () { function 100 then range 103 then range
|
D | mkcategories | 31 then range 42 range () { function
|
D | ctype.tex | 50 * Function toascii:: Force integers to ASCII range (toascii, toascii_l)
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | log1pf4.h | 76 vector float range = spu_splats(0.35f); in _log1pf4() local 83 use_log = spu_cmpabsgt(x, range); in _log1pf4()
|
D | expm1d2.h | 85 vector double range = spu_splats(1.0625); in _expm1d2() local 95 use_exp = spu_cmpabsgt(xbug, range); in _expm1d2()
|
/picolibc-latest/newlib/libc/machine/mn10300/ |
D | memcmp.S | 95 .4byte .Lend_of_func - _memcmp # FDE address range
|
D | strlen.S | 89 .4byte .Lend_of_strlen - _strlen # FDE address range
|
D | strcmp.S | 98 .4byte .Lend_of_strcmp - _strcmp # FDE address range
|
D | strcpy.S | 95 .4byte .Lend_of_strcpy - _strcpy # FDE address range
|
D | memset.S | 105 .4byte .Lend_of_memset - _memset # FDE address range
|
D | memchr.S | 118 .4byte .Lend_of_memchr - _memchr # FDE address range
|
D | memcpy.S | 111 .4byte .Lend_of_memcpy - _memcpy # FDE address range
|
D | strchr.S | 131 .4byte .Lend_of_strchr - _strchr # FDE address range
|
/picolibc-latest/ |
D | find-copyright | 157 for i in range(len(comments)): 448 for id in range(1,license_ids[type]): 481 for id in range(1,license_ids[type]):
|
D | CONTRIBUTING.md | 40 range of styles. As picolibc tries to retain compatibility with newlib
|
D | COPYING.GPL2 | 220 generous contributions to the wide range of software distributed
|
D | README.md | 410 * Use -fanalyzer to find and fix a range of issues. 1008 verify a range of 'g' cases like these now.
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1059 The 0x0000-0xFFFF 16-bit code range is divided to 256 code subranges. Each 1116 ("from" codes) on @dfn{ranges} (@dfn{range} is a number of consecutive UCS-2 codes). 1118 ranges. Distinct "from" codes, which have no range (@dfn{unranged codes}, are stored 1155 the offset of the needed range in the @emph{size_arr} and has 1158 the first code in range, the last code in range, range offset. 1162 possible to quickly find the needed range index. 1165 Each range has the corresponding sub-array containing the "to" codes. These 1175 Note, that each range requires 6 bytes to form its index. If, for 1177 (7), 12 bytes are needed for two range indexes and 4 bytes for the unranged 1180 range index and 4 bytes to mark codes 6 and 8 as absent are needed [all …]
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 38 # chunk. Meson 0.58 has range(), but 0.53 is supported, so make an array
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 144 ; bit position range : (in binary) | shift right by : (in binary)
|
/picolibc-latest/doc/ |
D | linking.md | 5 a range of application-specific memory settings.
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 15 ! any other registers in the range r0-r7: trashed
|
/picolibc-latest/test/ |
D | fma_gen.5c | 367 * Usual Exponent range for the specified number of bits in the
|
12