| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20020510-1.c | 46 testl (unsigned long l, int ok) in testl() function 77 testl (0, 0); in main() 78 testl (1, 1); in main() 79 testl (LONG_MAX, 1); in main() 80 testl (LONG_MAX+1UL, 0); in main() 81 testl (ULONG_MAX, 0); in main()
|
| /openbsd-src/regress/lib/libm/msun/ |
| H A D | rem_test.c | 45 static void testl(long double, long double, long double, int); 50 testl(x, y, e_r, e_q); \ 76 testl(-0x1.23456789abcdefp-2000L, 0x1.fedcba987654321p-2000L, in ATF_TC_BODY() 103 testl(-0x1.0000000000003p+0, 0x1.0000000000003p+0, -0.0, -1); in ATF_TC_BODY() 105 testl(-0x1.0000000000001p-749, 0x1.4p-1072, 0x1p-1074, -1288490189); in ATF_TC_BODY() 142 testl(long double x, long double y, long double expected_rem, int expected_quo) in testl() function
|
| H A D | next_test.c | 56 #define testl(exp, ans, ex) do { \ macro 165 testl(nexttowardl(1.0, 1.0 + ldbl_eps), 1.0 + ldbl_eps, 0); in ATF_TC_BODY()
|
| /openbsd-src/regress/lib/libm/complex/ |
| H A D | complex.c | 20 #define testl(f, r, i) ( \ macro 47 assert(testl(rl, 1.150127L, -2.256295L)); in main() 49 assert(testl(rl, -1.150127L, -0.685498L)); in main() 51 assert(testl(rl, -0.381870L, -1.071985L)); in main()
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | in_cksum.s | 128 testl %eax, %eax 138 testl %ebp, %ebp 174 testl %esi, %esi 178 testl %ebp, %ebp 343 testl %esi, %esi
|
| H A D | locore0.S | 84 testl %eax,%eax 122 testl %eax,%eax 165 testl $SEFF0EDX_ARCH_CAP,%edx 171 testl $ARCH_CAP_RDCL_NO,%eax 271 testl %eax,%eax
|
| H A D | vector.s | 105 testl %ebx,%ebx ;\ 124 testl %ebx,%ebx ;\ 154 testl %esi,%esi ;\
|
| H A D | apicvec.s | 241 testl %ebx,%ebx ;\ 263 testl %ebx,%ebx ;\ 282 testl %esi,%esi ;\
|
| H A D | locore.s | 121 testl %eax,%eax ; \ 687 testl %edx,%edx 771 testl %esi,%esi 1026 testl %eax,%eax 1342 testl %eax,%eax 1400 testl $PSL_I,%edx 1444 testl %eax,%eax 1522 testl %edx, %edx 1535 testl $CPUID_PAE, cpu_feature
|
| H A D | apmcall.S | 97 testl $0xff00, %eax
|
| /openbsd-src/lib/libc/arch/i386/sys/ |
| H A D | sigprocmask.S | 38 testl %ecx,%ecx # check new sigset pointer 50 testl %ecx,%ecx # test if old mask requested
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/i386/ |
| H A D | ashrdi3.S | 27 testl %eax, %eax // check the sign-bit of the input 56 testl $0x20, %ecx // If count >= 32
|
| H A D | lshrdi3.S | 46 testl $0x20, %ecx // If count >= 32
|
| H A D | ashldi3.S | 46 testl $0x20, %ecx // If count >= 32
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | locore.S | 313 testl $P_SYSTEM,P_FLAG(%r13) 327 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS) 354 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS) 384 testl $P_SYSTEM,P_FLAG(%r12) 583 testl $MDP_IRET, P_MD_FLAGS(%r14) 587 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS) 591 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS) 776 testl $CPUPF_USERXSTATE,CPUVAR(PFLAGS) 780 testl $CPUPF_USERSEGS,CPUVAR(PFLAGS) 909 //testl [all...] |
| H A D | locore0.S | 157 testl %eax,%eax 232 testl $SEFF0EDX_ARCH_CAP, %edx 238 testl $ARCH_CAP_RDCL_NO, %eax 411 testl %eax,%eax
|
| H A D | mptramp.S | 151 testl %edx, %edx 196 testl %eax,%eax
|
| /openbsd-src/lib/libc/arch/amd64/gen/ |
| H A D | sigsetjmp.S | 58 testl %esi,%esi 128 testl %eax,%eax
|
| H A D | _setjmp.S | 104 testl %eax,%eax
|
| /openbsd-src/lib/libc/arch/i386/stdlib/ |
| H A D | labs.S | 37 testl %eax,%eax
|
| H A D | abs.S | 37 testl %eax,%eax
|
| /openbsd-src/sys/lib/libkern/arch/i386/ |
| H A D | memchr.S | 15 testl %ecx,%ecx /* test for len == 0 */
|
| H A D | scanc.S | 37 testl %ecx,%ecx
|
| /openbsd-src/lib/libc/arch/i386/string/ |
| H A D | memchr.S | 14 testl %ecx,%ecx /* test for len == 0 */
|
| /openbsd-src/sys/lib/libkern/arch/amd64/ |
| H A D | scanc.S | 43 testl %ecx,%ecx
|