/picolibc-3.7.0-3.6.0/test/ |
D | testcases.c | 75 result |= test(__LINE__, "0", "%.7g", 0.0); 76 result |= test(__LINE__, "0.33", "%.*f", 2, 0.33333333); 79 result |= test(__LINE__, "foo", "%.3s", "foobar"); 80 result |= test(__LINE__, " 00004", "%10.5d", 4); 81 result |= test(__LINE__, " 42", "% d", 42); 83 result |= test(__LINE__, "-42", "% d", -42); 85 result |= test(__LINE__, " 42", "% 5d", 42); 86 result |= test(__LINE__, " -42", "% 5d", -42); 87 result |= test(__LINE__, " 42", "% 15d", 42); 88 result |= test(__LINE__, " -42", "% 15d", -42); [all …]
|
D | CMakeLists.txt | 54 test-strtod 55 test-strchr 56 test-memset 57 test-put 58 test-efcvt 59 test-fma 65 test-except 68 function(picolibc_test test) 69 add_executable(${test} ${test}.c ${ARGN}) 71 target_link_libraries(${test} LINK_PUBLIC ${PICOLIBC_TEST_LINK_LIBRARIES}) [all …]
|
D | meson.build | 67 test(t1_name, 84 test(t1_name, 101 test(t1_name, 118 test(t1_name, 135 test(t1_name, 152 test(t1_name, 169 test(t1_name, 186 test(t1_name, 203 test(t1_name, 227 test(t1_name, [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-3.7.0-3.6.0/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() 211 c <= test && test <= c2 : in rangematch() 212 __collate_range_cmp(c, test) <= 0 in rangematch() 213 && __collate_range_cmp(test, c2) <= 0 in rangematch() 215 c <= test && test <= c2 in rangematch() 219 } else if (c == test) in rangematch()
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | have-bitfields-in-packed-structs.c | 1 struct test { int part: 24; } __attribute__((packed)); struct 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-3.7.0-3.6.0/newlib/libc/machine/x86/ |
D | strchr-32.S | 54 test $3,edi 64 test $3,edi 74 test $3,edi 154 test $3,edi 162 test $3,edi 170 test $3,edi
|
D | strlen-32.S | 40 test $3,edi 47 test $3,edi 54 test $3,edi
|
/picolibc-3.7.0-3.6.0/.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-3.7.0-3.6.0/newlib/libc/time/ |
D | strftime.c | 1525 struct test { struct 1533 const struct test *vec; /* Test vectors */ argument 1553 const struct test Vec0[] = { 1616 const struct test Vec1[] = { 1706 const struct test Vecyr0[] = { 1753 const struct test Vecyr1[] = { 1791 const struct test Vecyrzp[] = { 1827 const struct test Vecyrzn[] = { 1896 const struct list *test = &List[l]; in main() local 1897 for(i=0; i<test->cnt; i++) { in main() [all …]
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/testsuite/newlib.time/ |
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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/hello-world/ |
D | test-file | 1 Data from a test file
|