Searched refs:range (Results 1 – 24 of 24) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ccs/ |
D | mktbl.pl | 646 my @range; # Current working range 649 if (not @range or $_ - 1 == $range[$#range]) 651 push @range, $_; 655 my @tmp = @range; 657 undef @range; 662 if (@range) 664 my @tmp = @range; 1207 for (my $range = 0; $range <= $#{$tbl->[3]}; $range++) 1211 $tbl->[3]->[$range]->[0], 1212 $tbl->[3]->[$range]->[1], [all …]
|
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/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 * toascii:: Force integers to ASCII range (toascii, toascii_l)
|
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/newlib/libc/machine/mn10300/ |
D | memcmp.S | 93 .4byte .Lend_of_func - _memcmp # FDE address range
|
D | strlen.S | 87 .4byte .Lend_of_strlen - _strlen # FDE address range
|
D | strcmp.S | 96 .4byte .Lend_of_strcmp - _strcmp # FDE address range
|
D | strcpy.S | 93 .4byte .Lend_of_strcpy - _strcpy # FDE address range
|
D | memset.S | 103 .4byte .Lend_of_memset - _memset # FDE address range
|
D | memchr.S | 116 .4byte .Lend_of_memchr - _memchr # FDE address range
|
D | memcpy.S | 109 .4byte .Lend_of_memcpy - _memcpy # FDE address range
|
D | strchr.S | 129 .4byte .Lend_of_strchr - _strchr # FDE address range
|
/picolibc-3.5.0-3.4.0/ |
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 | meson.build | 904 # live in a broader range of memory addresses
|
D | README.md | 699 verify a range of 'g' cases like these now.
|
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/doc/ |
D | linking.md | 5 a range of application-specific memory settings.
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/sh/ |
D | memcpy.S | 13 ! any other registers in the range r0-r7: trashed
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 6012 outside the valid Unicode range. Add a comment to clarify checking 23631 * libm/math/ef_scalb.c (__ieee754_scalbf): Cut down range to 32000
|