/picolibc-latest/test/ |
D | testcases.c | 92 result |= test(__LINE__, "0", "%.7g", printf_float(0.0)); 93 result |= test(__LINE__, "0.33", "%.*f", 2, printf_float(0.33333333)); 96 result |= test(__LINE__, "foo", "%.3s", "foobar"); 97 result |= test(__LINE__, " 00004", "%10.5d", 4); 98 result |= test(__LINE__, " 42", "% d", 42); 100 result |= test(__LINE__, "-42", "% d", -42); 102 result |= test(__LINE__, " 42", "% 5d", 42); 103 result |= test(__LINE__, " -42", "% 5d", -42); 104 result |= test(__LINE__, " 42", "% 15d", 42); 105 result |= test(__LINE__, " -42", "% 15d", -42); [all …]
|
D | CMakeLists.txt | 54 test-funopen 55 test-strtod 56 test-strchr 57 test-memset 58 test-put 59 test-efcvt 60 test-fma 61 test-sprintf-percent-n 64 test-memcpy_s 65 test-memset_s [all …]
|
D | meson.build | 40 'test-strchr', 41 'test-memset', 'test-put', 42 'test-raise', 43 'test-sprintf-percent-n', 44 'test-ctype', 50 'test-efcvt', 51 'test-fma', 52 'test-strtod', 70 'test-vfscanf-percent-a', 75 plain_tests_common += 'test-atomic' [all …]
|
D | test-efcvt.c | 41 struct test { struct 49 const struct test ecvt_tests[] = { argument 72 const struct test fcvt_tests[] = { 112 const struct test fcvt_extra_tests[] = { 146 const struct test fcvtf_tests[] = {
|
/picolibc-latest/newlib/libc/posix/ |
D | fnmatch.c | 61 char c, test; in fnmatch() local 106 while ((test = *string) != EOS) { in fnmatch() 109 if (test == '/' && flags & FNM_PATHNAME) in fnmatch() 160 rangematch(const char *pattern, char test, int flags, char **newp) in rangematch() argument 176 test = tolower((unsigned char)test); in rangematch() 210 __collate_range_cmp(c, test) <= 0 in rangematch() 211 && __collate_range_cmp(test, c2) <= 0 in rangematch() 213 c <= test && test <= c2 in rangematch() 217 } else if (c == test) in rangematch()
|
/picolibc-latest/cmake/ |
D | have-bitfields-in-packed-structs.c | 1 struct test { int part: 24; } __attribute__((packed)); argument 2 static unsigned int foo (const struct test *p) { return p->part; } in foo() 3 int main() { struct test x = { 12 }; return foo(&x); } in main()
|
D | have-builtin-complex.c | 1 static double _Complex test(double r, double i) { return __builtin_complex(r, i); } in test() function 2 int main(void) { test(1.0, 2.0); return 0; } in main()
|
/picolibc-latest/newlib/libc/machine/x86/ |
D | strchr-32.S | 56 test $3,edi 66 test $3,edi 76 test $3,edi 156 test $3,edi 164 test $3,edi 172 test $3,edi
|
D | strlen-32.S | 42 test $3,edi 49 test $3,edi 56 test $3,edi
|
/picolibc-latest/newlib/testsuite/newlib.time/ |
D | meson.build | 58 foreach test : tests 60 test_name = test 62 test_name = test + '_' + target 65 src = test + '.c' 67 test(test_name, 78 test(test_name + '-native',
|
/picolibc-latest/.github/workflows/ |
D | steps-cmake | 1 - name: CMake test 3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.cmake…
|
D | steps-minsize | 1 - name: Minsize test 3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson…
|
D | steps-release | 1 - name: Release test 3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson…
|
D | targets-linux | 1 test: [
|
D | targets-zephyr | 1 test: [
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 1504 struct test { struct 1512 const struct test *vec; /* Test vectors */ argument 1532 const struct test Vec0[] = { 1595 const struct test Vec1[] = { 1685 const struct test Vecyr0[] = { 1732 const struct test Vecyr1[] = { 1770 const struct test Vecyrzp[] = { 1806 const struct test Vecyrzn[] = { 1875 const struct list *test = &List[l]; in main() local 1876 for(i=0; i<test->cnt; i++) { in main() [all …]
|
/picolibc-latest/newlib/testsuite/newlib.locale/ |
D | meson.build | 63 foreach test : tests 65 test_name = test 67 test_name = test + '_' + target 70 src = test + '.c' 71 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.search/ |
D | meson.build | 57 foreach test : tests 59 test_name = test 61 test_name = test + '_' + target 64 src = test + '.c' 66 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.stdio/ |
D | meson.build | 61 foreach test : tests 63 test_name = test 65 test_name = test + '_' + target 68 src = test + '.c' 70 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.stdlib/ |
D | meson.build | 58 foreach test : tests 60 test_name = test 62 test_name = test + '_' + target 65 src = test + '.c' 67 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | meson.build | 57 foreach test : tests 59 test_name = test 61 test_name = test + '_' + target 64 src = test + '.c' 66 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.wctype/ |
D | meson.build | 59 foreach test : tests 61 test_name = test 63 test_name = test + '_' + target 66 src = test + '.c' 68 test(test_name,
|
/picolibc-latest/newlib/testsuite/newlib.iconv/ |
D | meson.build | 71 foreach test : tests 73 test_name = test 75 test_name = test + '_' + target 78 src = test + '.c' 80 test(test_name,
|
/picolibc-latest/doc/ |
D | testing.md | 3 If you want to compile the library for your local processor to test 33 This will also build a test case for printf and scanf in the 34 'test' directory, which I used to fix up the floating point input and
|
/picolibc-latest/hello-world/ |
D | test-file | 1 Data from a test file
|