Home
last modified time | relevance | path

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

1234

/picolibc-3.7.0-3.6.0/test/
Dtestcases.c75 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 …]
DCMakeLists.txt54 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 …]
Dmeson.build67 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 …]
Dtest-efcvt.c41 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/
Dfnmatch.c61 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/
Dhave-bitfields-in-packed-structs.c1 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()
Dhave-builtin-complex.c1 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/
Dstrchr-32.S54 test $3,edi
64 test $3,edi
74 test $3,edi
154 test $3,edi
162 test $3,edi
170 test $3,edi
Dstrlen-32.S40 test $3,edi
47 test $3,edi
54 test $3,edi
/picolibc-3.7.0-3.6.0/.github/workflows/
Dsteps-cmake1 - name: CMake test
3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.cmake…
Dsteps-minsize1 - name: Minsize test
3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson…
Dsteps-release1 - name: Release test
3 ….CCACHE_CMD }} --set-config=max_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson…
Dtargets-linux1 test: [
Dtargets-zephyr1 test: [
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrftime.c1525 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/
Dmeson.build57 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/
Dmeson.build57 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/
Dmeson.build59 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/
Dmeson.build63 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/
Dmeson.build57 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/
Dmeson.build61 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/
Dmeson.build58 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/
Dmeson.build71 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/
Dtesting.md3 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/
Dtest-file1 Data from a test file

1234