Searched refs:even (Results 1 – 25 of 25) sorted by relevance
/picolibc-latest/newlib/libc/machine/z8k/ |
D | memcpy.S | 22 even
|
D | memset.S | 22 even
|
D | memmove.S | 22 even
|
D | memcmp.S | 22 even
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | ftoa_ryu.c | 67 const bool even = (m2 & 1) == 0; in f2d() local 68 const bool acceptBounds = even; in f2d()
|
D | dtoa_ryu.c | 84 const bool even = (m2 & 1) == 0; in d2d() local 85 const bool acceptBounds = even; in d2d()
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strlen_ca.S | 99 chkbit 2,g2 # are we on an even word boundary or an odd one?
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 220 tst r1,SRC ! check if source even 222 mov.b @SRC+,r0 ! no, make it even. 225 L_even: tst r1,DST ! check if destination is even
|
/picolibc-latest/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-latest/doc/ |
D | printf.md | 30 work even when using integer-only or float printf functions. 175 Going to integer-only reduces the size even further, but now it 186 doesn't even look at the %g formatting instruction, so that value
|
D | using.md | 27 nicely with certain compilers. Moreover even different versions of the
|
D | linking.md | 182 using TLS mechanisms. To make these work even when the application
|
D | build.md | 139 | newlib-locale-info-extended | false | Enable even more locale support … 170 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
|
/picolibc-latest/ |
D | CMakeLists.txt | 417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF) 470 option(__HAVE_LOCALE_INFO_EXTENDED__ "Provide even more locale support" OFF)
|
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 | README.md | 114 valid in picolibc), use __errno_r(r), even when 'r' is not defined 172 repeat even if they aren't used before another name is generated. 251 %lc/%ls in printf even if multi-byte support is not enabled. 270 * Perform locale string validation in newlocale even when _MB_CAPABLE
|
D | meson_options.txt | 185 description: 'enable wide character support in printf/scanf even when newlib-mb is false')
|
D | COPYING.NEWLIB | 414 This file is distributed WITHOUT ANY WARRANTY; without even the implied 429 but WITHOUT ANY WARRANTY; without even the implied warranty of 448 but WITHOUT ANY WARRANTY; without even the implied warranty of 506 software, no matter how awful, even if they arise from flaws in it. 1487 other commercial damages or losses), even if such Contributor
|
D | COPYING.picolibc | 4595 but WITHOUT ANY WARRANTY; without even the implied warranty of 6005 This file is distributed WITHOUT ANY WARRANTY; without even the implied 6110 This file is distributed WITHOUT ANY WARRANTY; without even the implied 6119 This file is distributed WITHOUT ANY WARRANTY; without even the implied
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 12 has been modified to work properly whenever possible, even
|
/picolibc-latest/test/ |
D | fma_gen.5c | 143 /* round even when the fraction is exactly 1/2 */
|
/picolibc-latest/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-latest/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…
|