Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/z8k/
Dmemcpy.S22 even
Dmemset.S22 even
Dmemmove.S22 even
Dmemcmp.S22 even
/picolibc-latest/newlib/libc/tinystdio/
Dftoa_ryu.c67 const bool even = (m2 & 1) == 0; in f2d() local
68 const bool acceptBounds = even; in f2d()
Ddtoa_ryu.c84 const bool even = (m2 & 1) == 0; in d2d() local
85 const bool acceptBounds = even; in d2d()
/picolibc-latest/newlib/libc/machine/i960/
Dstrlen_ca.S99 chkbit 2,g2 # are we on an even word boundary or an odd one?
/picolibc-latest/newlib/libc/machine/sh/
Dmemcpy.S220 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/
Dmacros.inc151 - uses "movw" if possible (supported by MCU, and both registers even)
217 .else /* both even -> overlap not possible */
/picolibc-latest/doc/
Dprintf.md30 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
Dusing.md27 nicely with certain compilers. Moreover even different versions of the
Dlinking.md182 using TLS mechanisms. To make these work even when the application
Dbuild.md139 | 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/
DCMakeLists.txt417 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)
DCOPYING.GPL2169 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
DREADME.md114 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
Dmeson_options.txt185 description: 'enable wide character support in printf/scanf even when newlib-mb is false')
DCOPYING.NEWLIB414 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
DCOPYING.picolibc4595 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/
DREADME12 has been modified to work properly whenever possible, even
/picolibc-latest/test/
Dfma_gen.5c143 /* round even when the fraction is exactly 1/2 */
/picolibc-latest/newlib/
DHOWTO252 complete manual, if it were even possible in the first place (as some configure
DREADME320 still acts as default for STDIN/STDOUT/STDERR even if this option
DChangeLog-20151424 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/
Diconv.tex852 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…