Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd-src/regress/lib/libm/cephes/
H A Dmonot.c88 static struct oneargument test1[] = variable
283 fun1 = test1[i].func; in monot()
286 volat1 = test1[i].arg1; in monot()
292 dy = volat1 * test1[i].derivative; in monot()
293 dy = test1[i].answer2 + dy; in monot()
294 volat1 = test1[i].answer1 + dy; in monot()
300 err = volat2 - test1[i].answer1; in monot()
303 if (fabs (err) > ((OKERROR + test1[i].thresh) * MACHEP)) in monot()
306 j, test1[i].name, x, volat2, err); in monot()
319 dy = volat1 * test1[i].derivative; in monot()
[all …]
H A Dmonotll.c98 static struct oneargument test1[] = variable
694 fun1 = test1[i].func; in monotll()
695 if (test1[i].name == NULL) in monotll()
702 volat1 = test1[i].arg1; in monotll()
711 dy = volat1 * test1[i].derivative; in monotll()
713 dy = test1[i].answer2 + dy; in monotll()
714 volat1 = test1[i].answer1 + dy; in monotll()
719 if (! strcmp (test1[i].name, "jnl")) in monotll()
731 err = volat2 - test1[i].answer1; in monotll()
734 err_thresh = test1[i].thresh; in monotll()
[all …]
H A Dmonotl.c94 static struct oneargument test1[] = variable
375 fun1 = test1[i].func; in monotl()
379 volat1 = test1[i].arg1; in monotl()
388 dy = volat1 * test1[i].derivative; in monotl()
390 dy = test1[i].answer2 + dy; in monotl()
391 volat1 = test1[i].answer1 + dy; in monotl()
398 err = volat2 - test1[i].answer1; in monotl()
401 err_thresh = test1[i].thresh; in monotl()
414 j, test1[i].name, x, volat2, err); in monotl()
427 dy = volat1 * test1[i].derivative; in monotl()
[all …]
/openbsd-src/regress/usr.sbin/ifstated/
H A Dstatemachine77 test1 = '( "test -f ${FILE1}" every $EVERY )'
83 if \$test1 && ! \$test2
92 if ! \$test1
96 if ( \$false || \$false ) || ( ! \$test1 || \$false )
100 if ( \$true && \$true ) && ( ! \$test1 && \$true )
107 if ( \$false || \$true ) && ( ! \$true || \$test1 )
114 if ( \$false || \$true ) && ( ! \$true || \$test1 )
132 if \$true && ! ( \$true && ! \$test1 ) {
146 if \$test1 && \$test2 {
155 if \$test1 && \$test2
/openbsd-src/gnu/llvm/llvm/utils/rsp_bisect_test/
H A Dtest.py17 test1 = os.path.join(cur_dir, "test_script.py") variable
45 run_bisect(False, test1)
51 run_bisect(False, test1)
57 output = run_bisect(True, test1)
64 output = run_bisect(True, test1)
71 output = run_bisect(True, test1)
77 output = run_bisect(True, test1)
83 output = run_bisect(True, test1)
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_comment.py29 test1 = get_cursor(tu, 'test1')
30 self.assertIsNotNone(test1, "Could not find test1.")
31 self.assertTrue(test1.type.is_pod())
32 raw = test1.raw_comment
33 brief = test1.brief_comment
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors18.C3 class test1 {
14 gotPtrs(GC_PTR<test1> r1) in gotPtrs()
21 test1 here; in short_alloc()
22 GC_PTR<test1> foo = here; // This works fine. in short_alloc()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020607-2.c12 int test1 (double x, int ok) in test1() function
56 test1 (-2.0, 0); in main()
57 test1 ( 0.0, 0); in main()
58 test1 ( 2.0, 1); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh19.C4 class test1 {
14 test1 var; in main()
19 } catch(test1::fehler()) // function type promoted to pointer in main()
H A Dp2394.C24 test1() { in test1() function
33 if (test1() != 13) in main()
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Das0.sh96 echo test1
97 run_exabgp as0.test1 exabgp.as0.test1.conf > as0.test1.out 2>&1
98 grep -q 'error[OPEN message error / Bad Peer AS]' as0.test1.out
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020506-1.c12 void test1 (signed char c, int set);
33 test1 (signed char c, int set) in test1() function
291 test1 (0, 0); in main()
292 test1 (SCHAR_MAX, 0); in main()
293 test1 (SCHAR_MIN, 1); in main()
294 test1 (UCHAR_MAX, 1); in main()
H A D20030120-1.c5 test1 (unsigned short w) in test1() function
40 if (test1 (1) != 1) in main()
H A Dpr16790-1.c5 static void test1(unsigned int u1) in test1() function
37 test1(0x4000U); in main()
H A D20031215-1.c10 void test1(void) in test1() function
33 test1(); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dauxv.exp171 proc do_core_test {works corefile test1 test2} {
173 unsupported $test1
177 "load core file for $test1" \
179 set core_data [fetch_auxv $test1]
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_suite.py107 test1 = unittest2.FunctionTestCase(lambda: None)
109 suite = unittest2.TestSuite((test1, test2))
111 self.assertEqual(list(suite), [test1, test2])
143 test1 = unittest2.FunctionTestCase(lambda: None)
145 suite = unittest2.TestSuite((test1, test2))
157 def test1(self): pass member in Test_TestSuite.test_countTestCases_nested.Test1
205 def test1(self): pass member in Test_TestSuite.test_run.LoggingCase
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dtypeof5.C4 void test1() { in test1() function
15 test1<int>(); in main()
/openbsd-src/regress/lib/libc/cxa-atexit/test1/
H A DMakefile19 PROG= test1
21 SRCS= test1.C
/openbsd-src/regress/libexec/ld.so/hidden/test1/
H A DMakefile19 PROG= test1
21 SRCS= test1.c
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dnontype4.C18 void test1 (void) { int j = 0; } in test1() function
27 s<x, &x::test1> c4 (r); in main()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt37 # RUN: rm -rf %T/test1
38 # RUN: mkdir %T/test1
39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
41 # RUN: cd %T/test1 && mkdir foo
42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
44 # RUN: cd %T && rm -rf %T/test1
45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
54 # RUN: mkdir -p %T/test/test1 %T/test/test2
55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out
59 # RUN: echo "create a temp1 file" > %T/test/test1/temp1.write
[all …]
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dreduction5.f907 call test1
10 subroutine test1 subroutine
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A DMakefile.in4 EXECUTABLES = objdbg01/test0 objdbg01/test1 objdbg02/test \
5 objdbg03/test objdbg04/test0 objdbg04/test1
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C91 void test1 () in test1() function
98 std::set_terminate (test1); in test1()
236 test1,

12345