| /openbsd-src/regress/lib/libm/msun/ |
| H A D | invtrig_test.c | 91 #define test2(func, y, x, result, excepts) \ macro 173 test2(atan2f, 0.0, ldexpf(z, e), 0.0, 0); in ATF_TC_BODY() 174 test2(atan2f, -0.0, ldexpf(z, e), -0.0, 0); in ATF_TC_BODY() 175 test2(atan2f, 0.0, ldexpf(-z, e), (float)pi, FE_INEXACT); in ATF_TC_BODY() 176 test2(atan2f, -0.0, ldexpf(-z, e), (float)-pi, FE_INEXACT); in ATF_TC_BODY() 177 test2(atan2f, ldexpf(z, e), 0.0, (float)pi / 2, FE_INEXACT); in ATF_TC_BODY() 178 test2(atan2f, ldexpf(z, e), -0.0, (float)pi / 2, FE_INEXACT); in ATF_TC_BODY() 179 test2(atan2f, ldexpf(-z, e), 0.0, (float)-pi / 2, FE_INEXACT); in ATF_TC_BODY() 180 test2(atan2f, ldexpf(-z, e), -0.0, (float)-pi / 2, FE_INEXACT); in ATF_TC_BODY() 183 test2(atan2, 0.0, ldexp(z, e), 0.0, 0); in ATF_TC_BODY() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | 20020607-2.c | 32 int test2 (double x, int ok) in test2() function 64 test2 (-2.0, 1); in main() 65 test2 ( 0.0, 0); in main() 66 test2 ( 2.0, 0); in main()
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | as0.sh | 101 echo test2 102 run_exabgp as0.test2 exabgp.as0.test2*.conf > as0.test2.out 2>&1 103 grep 'receive update announced' as0.test2.out | sort | \ 104 diff -u ${BGPDCONFIGDIR}/exabgp.as0.test2.ok /dev/stdin
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 20000517-1.c | 1 void test2 (int*, int, int, int); 7 test2 (0, 0, 0, 0); in test() 8 test2 (&l, 0, 0, 0); in test()
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_suite.py | 108 test2 = unittest2.FunctionTestCase(lambda: None) 109 suite = unittest2.TestSuite((test1, test2)) 111 self.assertEqual(list(suite), [test1, test2]) 144 test2 = unittest2.FunctionTestCase(lambda: None) 145 suite = unittest2.TestSuite((test1, test2)) 159 def test2(self): pass member in Test_TestSuite.test_countTestCases_nested.Test1 161 test2 = unittest2.FunctionTestCase(lambda: None) 163 child = unittest2.TestSuite((Test1('test2'), test2)) 207 def test2(self): pass member in Test_TestSuite.test_run.LoggingCase
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | code-gen3.C | 16 int test2 (struct base formal_base, int v1); 21 return test2 (global_base, val1); in main() 24 int test2 (struct base formal_base, int v1) in test2() function
|
| H A D | dtors1.C | 40 void test2 (); 44 test2 (); in main() 51 void test2 () in test2() function
|
| H A D | code-gen1.C | 18 int test2 (base formal_base); 25 if (test2 (global_base) == 0) in main() 33 int test2 (base formal_base) in test2() function
|
| H A D | operators4.C | 28 int test2 (void*); 47 if (test2 (vp)) in main() 66 int test2 (void* vp) in test2() function
|
| /openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
| H A D | nestedfn2.f90 | 12 call test2 15 subroutine test2 subroutine 23 end subroutine test2 argument
|
| H A D | reduction5.f90 | 8 call test2 23 subroutine test2 subroutine 40 end subroutine test2 argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20020506-1.c | 13 void test2 (unsigned char c, int set); 65 test2 (unsigned char c, int set) in test2() function 296 test2 (0, 0); in main() 297 test2 (SCHAR_MAX, 0); in main() 298 test2 (SCHAR_MIN, 1); in main() 299 test2 (UCHAR_MAX, 1); in main()
|
| H A D | 20030120-1.c | 16 test2 (unsigned long w) in test2() function 43 if (test2 (1) != 1) in main()
|
| H A D | pr16790-1.c | 20 static void test2(unsigned int u1) in test2() function 38 test2(0x4000U); in main()
|
| H A D | 20031215-1.c | 17 void test2(void) in test2() function 34 test2(); in main()
|
| /openbsd-src/regress/usr.sbin/ifstated/ |
| H A D | statemachine | 78 test2 = '( "test -f ${FILE2}" every $EVERY )' 83 if \$test1 && ! \$test2 85 if \$test2 146 if \$test1 && \$test2 { 155 if \$test1 && \$test2
|
| /openbsd-src/regress/usr.sbin/bgpd/config/ |
| H A D | bgpd.conf.4.in | 21 neighbor 192.0.2.5 { descr "test2-peer" } 24 descr "test2-peer" 36 group test2 {
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | auxv.exp | 171 proc do_core_test {works corefile test1 test2} { argument 174 unsupported $test2 182 pass $test2 184 fail $test2
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_comment.py | 37 test2 = get_cursor(tu, 'test2') 38 raw = test2.raw_comment 39 brief = test2.brief_comment
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | hv_refs.t | 47 threads->create(sub{${$foo{foo}} = "test2";})->join(); 48 ok(4, $foo eq "test2", "Check after assign in another thread"); 50 ok(5, $$bar eq "test2", "check delete"); 102 bless $object, 'test2'; 103 ok(18, ref($test{object}) eq 'test2', "reblessing works!");
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/ |
| H A D | typeof5.C | 9 void test2() { in test2() function 16 test2 (); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | net28.C | 13 typedef int ( test ::* test2)(int fd); typedef 21 test2 _input;
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-size.rst | 63 $ llvm-size --format=berkeley test.o test2.o 66 82 8 1 91 5b test2.o 82 $ llvm-size --format=sysv test.elf test2.o 92 test2.o : 167 $ llvm-size --totals test.elf test2.o 170 82 8 1 91 5b test2.o
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | nontype4.C | 19 void test2 (void) { int j = 1; } in test2() function 28 s<x, &x::test2> c5 (r); in main()
|
| /openbsd-src/regress/libexec/ld.so/hidden/test2/ |
| H A D | Makefile | 19 PROG= test2 21 SRCS= test2.c
|