/sysdeps/ieee754/ldbl-96/ |
A D | test-totalorderl-ldbl-96.c | 26 static const uint64_t tests[] = variable 38 for (size_t i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() 45 tests[i] >> 32, tests[i] & 0xffffffffULL); in do_test() 47 (tests[i] >> 32) | 0x80000000, in do_test() 48 tests[i] & 0xffffffffULL); in do_test() 50 tests[i] >> 32, tests[i] & 0xffffffffULL); in do_test() 52 (tests[i] >> 32) | 0x80000000, in do_test() 53 tests[i] & 0xffffffffULL); in do_test()
|
A D | test-canonical-ldbl-96.c | 37 static const struct test tests[] = variable 94 for (size_t i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() 97 SET_LDOUBLE_WORDS (ld, tests[i].exponent | (tests[i].sign << 15), in do_test() 98 (tests[i].mantissa >> 32) | (tests[i].high << 31), in do_test() 99 tests[i].mantissa & 0xffffffffULL); in do_test() 101 if (canonical == tests[i].canonical) in do_test()
|
A D | Makefile | 20 tests += test-canonical-ldbl-96 test-totalorderl-ldbl-96 test-sinl-pseudo
|
/sysdeps/pthread/ |
A D | tst-cancel4-common.c | 41 if (tests[cnt].only_early) in do_test() 44 if (pthread_barrier_init (&b2, NULL, tests[cnt].nb) != 0) in do_test() 54 if (pthread_create (&th, NULL, tests[cnt].tf, NULL) != 0) in do_test() 56 printf ("create for '%s' test failed\n", tests[cnt].name); in do_test() 75 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test() 83 printf ("join for '%s' failed\n", tests[cnt].name); in do_test() 89 printf ("thread for '%s' not canceled\n", tests[cnt].name); in do_test() 110 tests[cnt].name); in do_test() 169 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test() 185 printf ("join for '%s' failed\n", tests[cnt].name); in do_test() [all …]
|
A D | Makefile | 130 tests-time64 := \ 143 tests-nolibpthread += tst-unload 157 tests-nolibpthread += tst-fini1 170 tests: $(test-modules) target 176 tests += tst-cancel21-static tst-cond11-static 181 ifeq ($(run-built-tests),yes) 183 tests-special += $(objpfx)tst-cleanup0-cmp.out 262 tests-internal += tst-cancel25 tst-robust8 264 tests += tst-oncex3 tst-oncex4 tst-oncey3 tst-oncey4 269 tests-static += tst-cond8-static [all …]
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | test-totalorderl-ldbl-128ibm.c | 29 static const struct test tests[] = variable 45 for (size_t i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() 47 long double ldx = ldbl_pack (tests[i].hi, tests[i].lo1); in do_test() 48 long double ldy = ldbl_pack (tests[i].hi, tests[i].lo2); in do_test()
|
A D | Makefile | 8 tests += tst-strtold-ldbl-128ibm 12 ldbl-tests = test-fmodl-ldbl-128ibm test-remainderl-ldbl-128ibm \ 17 tests += $(ldbl-tests) 30 $(foreach r,$(ldbl-128ibm-routines) $(ldbl-tests), \
|
A D | test-canonical-ldbl-128ibm.c | 31 static const struct test tests[] = variable 186 for (size_t i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() 188 long double ld = ldbl_pack (tests[i].hi, tests[i].lo); in do_test() 190 if (canonical == tests[i].canonical) in do_test()
|
/sysdeps/powerpc/ |
A D | Makefile | 14 tests += tst-tlsopt-powerpc 17 tests-static += tst-cache-ppc-static 18 tests-internal += tst-cache-ppc-static 22 tests += tst-cache-ppc tst-cache-ppc-static-dlopen 23 tests-static += tst-cache-ppc-static-dlopen 34 tests-static += tst-tlsifunc-static 35 tests-internal += tst-tlsifunc-static 37 tests-internal += tst-tlsifunc 57 tests-static += test-get_hwcap-static 62 tests += test-gettimebase [all …]
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | Makefile | 25 tests-static += test-gettimebasefreq-static 26 tests += $(tests-static) 27 tests += test-gettimebasefreq 28 tests += test-powerpc-linux-sysconf
|
/sysdeps/arm/nptl/ |
A D | Makefile | 25 tests := $(filter-out tst-cleanupx4,$(tests)) macro
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | Makefile | 29 tests-internal += test-wcstold-ibm128 test-wcstold-ieee128 87 tests-internal += test-scanf-ieee128 test-scanf-ibm128 103 ifeq ($(run-built-tests),yes) 104 tests-special += $(objpfx)test-scanf-ieee128.out 105 tests-special += $(objpfx)test-scanf-ibm128.out 107 tests-special += $(objpfx)test-wscanf-ieee128.out 108 tests-special += $(objpfx)test-wscanf-ibm128.out 169 ifeq ($(run-built-tests),yes) 237 tests-internal += tst-ieee128-argp tst-ibm128-argp 252 tests-internal += tst-ibm128-warn tst-ieee128-warn [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | Makefile | 132 tests += tst-ofdlocks-compat 135 tests-internal += \ 141 tests-internal += \ 146 tests-time64 += \ 159 tests-clone-internal = \ 165 tests-internal += $(tests-clone-internal) 166 tests-static += $(tests-clone-internal) 246 tests += \ 304 tests += $(tests-static) 324 tests += tst-getdents64 [all …]
|
/sysdeps/x86_64/fpu/ |
A D | Makeconfig | 1 # Generate libmvec.mk for libmvec ABI tests. 55 # The base libmvec ABI tests. 56 libmvec-abi-func-tests = \ 60 # The AVX libmvec ABI tests. 61 libmvec-abi-func-avx-tests = \ 62 $(addsuffix -avx,$(libmvec-abi-func-tests)) 64 # The AVX2 libmvec ABI tests. 65 libmvec-abi-func-avx2-tests = \ 68 # The AVX512F libmvec ABI tests. 69 libmvec-abi-func-avx512f-tests = \ [all …]
|
A D | Makefile | 29 libmvec-tests += double-vlen2 double-vlen4 double-vlen4-avx2 \ 32 tests += \ 33 $(libmvec-abi-func-tests) \ 34 $(libmvec-abi-func-avx-tests) \ 35 $(libmvec-abi-func-avx2-tests) \ 36 $(libmvec-abi-func-avx512f-tests)
|
/sysdeps/unix/sysv/linux/x86/ |
A D | Makefile | 22 tests += tst-saved_mask-1 27 tests += tst-cet-property-1 tst-cet-property-2 42 tests += tst-cet-vfork-1 47 tests += tst-cet-setcontext-1
|
/sysdeps/x86_64/x32/ |
A D | Makefile | 9 tests += tst-size_t-memchr tst-size_t-memcmp tst-size_t-memcpy \ 16 tests += tst-size_t-wmemchr tst-size_t-wmemcmp tst-size_t-wmemset \
|
/sysdeps/x86_64/ |
A D | Makefile | 19 tests += \ 30 tests += ifuncmain8 35 tests += tst-quad1 tst-quad2 42 tests += $(quad-pie-test) 43 tests-pie += $(quad-pie-test) 53 tests += tst-x86_64-1 64 tests += tst-platform-1 86 tests += tst-split-dynreloc 179 tests-container += tst-glibc-hwcaps-cache 182 tests-internal += tst-x86-64-tls-1 [all …]
|
/sysdeps/wordsize-64/ |
A D | Makefile | 2 tests += tst-writev
|
/sysdeps/powerpc/powerpc64/ |
A D | Makefile | 58 tests += tst-setjmp-bug21895-static 59 tests-static += tst-setjmp-bug21895-static 70 tests += tst-ucontext-ppc64-vscr
|
/sysdeps/powerpc/fpu/ |
A D | Makefile | 6 tests += tst-setcontext-fpscr
|
/sysdeps/nptl/ |
A D | Makefile | 21 tests += tst-mqueue8x
|
/sysdeps/x86/ |
A D | Makefile | 15 tests-static += tst-get-cpu-features-static \ 20 tests += \ 23 tests-static += \ 28 tests += \ 31 tests-static += \ 39 tests += tst-isa-level-1 74 tests += tst-ldbl-nonnormal-printf 82 tests += tst-setjmp-cet 91 tests += \ 242 tests += \ [all …]
|
/sysdeps/unix/sysv/linux/mips/mips32/ |
A D | Makefile | 11 tests += bug-getcontext-mips-gp
|
/sysdeps/aarch64/ |
A D | Makefile | 19 tests-internal += tst-ifunc-arg-1 tst-ifunc-arg-2 22 tests += tst-vpcs
|