Searched refs:even (Results 1 – 22 of 22) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/z8k/ |
D | memcpy.S | 20 even
|
D | memset.S | 20 even
|
D | memmove.S | 20 even
|
D | memcmp.S | 20 even
|
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | ftoa_ryu.c | 74 const bool even = (m2 & 1) == 0; in f2d() local 75 const bool acceptBounds = even; in f2d()
|
D | dtoa_ryu.c | 76 const bool even = (m2 & 1) == 0; in d2d() local 77 const bool acceptBounds = even; in d2d()
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/ |
D | strlen_ca.S | 97 chkbit 2,g2 # are we on an even word boundary or an odd one?
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/sh/ |
D | memcpy.S | 218 tst r1,SRC ! check if source even 220 mov.b @SRC+,r0 ! no, make it even. 223 L_even: tst r1,DST ! check if destination is even
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/avr/ |
D | macros.inc | 151 - uses "movw" if possible (supported by MCU, and both registers even) 217 .else /* both even -> overlap not possible */
|
/picolibc-3.5.0-3.4.0/doc/ |
D | printf.md | 30 work even when using integer-only or float printf functions. 125 Going to integer-only reduces the size even further, but now it doesn't output
|
D | linking.md | 177 using TLS mechanisms. To make these work even when the application
|
D | build.md | 132 | newlib-locale-info-extended | false | Enable even more locale support … 163 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.GPL2 | 169 distribution of the source code, even though third parties are not 302 but WITHOUT ANY WARRANTY; without even the implied warranty of 323 be called something other than `show w' and `show c'; they could even be
|
D | CMakeLists.txt | 404 option(__HAVE_LOCALE_INFO_EXTENDED__ "Provide even more locale support" 0)
|
D | COPYING.NEWLIB | 414 This file is distributed WITHOUT ANY WARRANTY; without even the implied 471 software, no matter how awful, even if they arise from flaws in it.
|
D | README.md | 107 valid in picolibc), use __errno_r(r), even when 'r' is not defined
|
D | COPYING.picolibc | 4375 but WITHOUT ANY WARRANTY; without even the implied warranty of 5762 This file is distributed WITHOUT ANY WARRANTY; without even the implied 5867 This file is distributed WITHOUT ANY WARRANTY; without even the implied 5876 This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
/picolibc-3.5.0-3.4.0/newlib/libc/xdr/ |
D | README | 12 has been modified to work properly whenever possible, even
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | HOWTO | 252 complete manual, if it were even possible in the first place (as some configure
|
D | README | 320 still acts as default for STDIN/STDOUT/STDERR even if this option
|
D | ChangeLog-2015 | 1424 that NGROUPS is even. 4162 non-GMT to GMT, when un-setting TZ. Set _timezone and _daylight even 5969 pidlist to work even when fcntl is not available. Meanwhile, 6010 pair handling to be more bullet-proof even with incomplete UTF-8 6255 Allow gcc warning for toupper even with extended charsets. 6258 'char' even when we must call the function for correct behavior. 7835 * libc/stdlib/ldtoa.c (etoasc): Fix rounding to even when fraction 8273 from here even though they can still work. 10592 * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when using 10603 even if the passed in length n is shorter than the source string. [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ |
D | iconv.tex | 852 dynamically added into an already compiled Newlib library, even if it 862 …t copy of the dynamic CCS file is loaded for each opened iconv descriptor even in case of the same…
|