Home
last modified time | relevance | path

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

12345

/openbsd-src/regress/lib/libm/msun/
H A Dinvtrig_test.c91 #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 D20020607-2.c32 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 Das0.sh101 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 D20000517-1.c1 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 Dtest_suite.py108 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 Dcode-gen3.C16 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 Ddtors1.C40 void test2 ();
44 test2 (); in main()
51 void test2 () in test2() function
H A Dcode-gen1.C18 int test2 (base formal_base);
25 if (test2 (global_base) == 0) in main()
33 int test2 (base formal_base) in test2() function
H A Doperators4.C28 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 Dnestedfn2.f9012 call test2
15 subroutine test2 subroutine
23 end subroutine test2 argument
H A Dreduction5.f908 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 D20020506-1.c13 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 D20030120-1.c16 test2 (unsigned long w) in test2() function
43 if (test2 (1) != 1) in main()
H A Dpr16790-1.c20 static void test2(unsigned int u1) in test2() function
38 test2(0x4000U); in main()
H A D20031215-1.c17 void test2(void) in test2() function
34 test2(); in main()
/openbsd-src/regress/usr.sbin/ifstated/
H A Dstatemachine78 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 Dbgpd.conf.4.in21 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 Dauxv.exp171 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 Dtest_comment.py37 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 Dhv_refs.t47 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 Dtypeof5.C9 void test2() { in test2() function
16 test2 (); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet28.C13 typedef int ( test ::* test2)(int fd); typedef
21 test2 _input;
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-size.rst63 $ 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 Dnontype4.C19 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 DMakefile19 PROG= test2
21 SRCS= test2.c

12345