Home
last modified time | relevance | path

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

12345

/picolibc-latest/test/
Dtestcases.c92 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 …]
DCMakeLists.txt54 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 …]
Dmeson.build40 '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 …]
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-latest/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()
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/
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-latest/newlib/libc/machine/x86/
Dstrchr-32.S56 test $3,edi
66 test $3,edi
76 test $3,edi
156 test $3,edi
164 test $3,edi
172 test $3,edi
Dstrlen-32.S42 test $3,edi
49 test $3,edi
56 test $3,edi
/picolibc-latest/newlib/testsuite/newlib.time/
Dmeson.build58 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/
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-latest/newlib/libc/time/
Dstrftime.c1504 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/
Dmeson.build63 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/
Dmeson.build57 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/
Dmeson.build61 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/
Dmeson.build58 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/
Dmeson.build57 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/
Dmeson.build59 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/
Dmeson.build71 foreach test : tests
73 test_name = test
75 test_name = test + '_' + target
78 src = test + '.c'
80 test(test_name,
/picolibc-latest/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-latest/hello-world/
Dtest-file1 Data from a test file

12345