Lines Matching refs:which

25 test/testcases.c which are licensed under the GPL version 2 or
27 which is licensed under the AGPL version 3 or later which is provided
38 Picolibc has integrated testing support for many architectures which
113 newlib design. For example, instead of using 'errno' (which is
168 * Document headers which the compiler must provide. Thanks to Alexey
254 present. This is required by the latest qemu which now more
312 static inline declarations exist in public API headers which are
329 those which aren't used. Thanks to Zachary Yedidia.
350 code which uses two floats/doubles and some careful exponent
368 * Add a new linker symbol, `__heap_size_min`, which specifies a
396 * Add a 'assert-verbose' option which controls whether the assert
397 macro is chatty by default. It is 'true' by default, which
451 * Support _ZEPHYR_SOURCE macro which, like _POSIX_SOURCE et al,
456 * Add another cross compile property, 'libgcc', which specifies the
503 the different variants, which is useful when using clang. Thanks to
531 tmpname/tmpfile which were published in stdio.h but not included in
719 with ecvt_r and fcvt_r equivalents, which take a 'len' parameter
722 17. Add the GeneratePicolibcCrossFile.sh script which provides a way
785 4. Merge newlib recent changes which includes a couple of libm fixes.
885 for soft float versions, which avoids having the various exception
916 With a patch which is pending for GCC 11, we'll be able to build C++
925 2. Change behavior of 'gamma' function to match glibc which returns
956 duplicate symbols and retains compatibility with newlib (which
968 2. Make getc/ungetc re-entrant. This feature, which is enabled by
974 built-in CCS data for all of the supported encodings, which takes
994 for which tests are now included in the picolibc test suite.
1007 for 10.0, print '10' instead of '1e+01'). There are tests which
1010 2. Merge current newlib bits. The only thing which affects picolibc
1074 2. Use cpu_family instead of cpu in meson config, which is 'more
1124 (which are used by some tests).
1155 in the meson command line (which is the default), tinystdio adds
1182 3. Add smaller stdio from avr-libc, which is enabled by default