Home
last modified time | relevance | path

Searched refs:my_function (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/math/clblas/clBLAS-2.10/src/client/
H A Dclient.cpp196 clblasFunc *my_function = NULL; in main() local
515 my_function->initialize_cpu_buffer(); in main()
523 my_function->roundtrip_func(); in main()
543 my_function->roundtrip_func_rect(); in main()
555 my_function->gflops_formula() << " >: " << my_function->gflops() << in main()
568 my_function->initialize_cpu_buffer(); in main()
569 my_function->initialize_gpu_buffer(); in main()
573 my_function->call_func(); in main()
575 my_function->read_gpu_buffer(); in main()
585 my_function->gflops_formula() << " >: " << my_function->gflops() << in main()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurmdbd_pack.c238 my_function = slurmdb_pack_tres_cond; in _pack_cond_msg()
254 my_function = slurmdb_pack_job_cond; in _pack_cond_msg()
258 my_function = slurmdb_pack_qos_cond; in _pack_cond_msg()
262 my_function = slurmdb_pack_res_cond; in _pack_cond_msg()
270 my_function = slurmdb_pack_user_cond; in _pack_cond_msg()
273 my_function = slurmdb_pack_txn_cond; in _pack_cond_msg()
1215 my_function = _slurmdbd_packstr; in slurmdbd_pack_list_msg()
1243 my_function = _pack_job_start_msg; in slurmdbd_pack_list_msg()
1250 my_function = _pack_buffer; in slurmdbd_pack_list_msg()
1308 my_function = _slurmdbd_unpackstr; in slurmdbd_unpack_list_msg()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
26 call_user_func('Test\\my_function');
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_03.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
25 call_user_func('Test\\my_function');
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_04.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
25 call_user_func_array('Test\\my_function', ['called']);
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_02.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
26 call_user_func_array('Test\\my_function', ['called']);
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
/dports/lang/php81/php-8.1.1/ext/zend_test/tests/
H A Dobserver_call_user_func_03.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
25 call_user_func('Test\\my_function');
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_01.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
26 call_user_func('Test\\my_function');
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_04.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
25 call_user_func_array('Test\\my_function', ['called']);
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_02.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
26 call_user_func_array('Test\\my_function', ['called']);
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
/dports/devel/p5-Test-RandomResults/Test-RandomResults-0.03/
H A DREADME27 is_in( my_function, [ $list, $of, $items ], "result is inside list" );
31 length_lt( my_function, $limit, "length less than $limit");
33 length_le( my_function, $limit, "length less or equal to $limit");
35 length_eq( my_function, $limit, "length equal to $limit");
39 length_gt( my_function, $limit, "length greater than $limit");
53 is_in( my_function, [1, 2, 3], 'either 1, 2 or 3');
64 in_between( my_function, { $_[0] cmp $_[1] }, "aaa", "zzz",
89 length_lt( my_function, $limit, "length less than $limit");
95 length_le( my_function, $limit, "length less or equal to $limit");
101 length_eq( my_function, $limit, "length equal to $limit");
[all …]
/dports/www/mod_php80/php-8.0.15/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
26 call_user_func('Test\\my_function');
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_03.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
25 call_user_func('Test\\my_function');
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_02.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
26 call_user_func_array('Test\\my_function', ['called']);
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_04.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
25 call_user_func_array('Test\\my_function', ['called']);
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
/dports/lang/php80/php-8.0.15/ext/zend_test/tests/
H A Dobserver_call_user_func_01.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
26 call_user_func('Test\\my_function');
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_03.phpt19 function my_function()
21 echo 'my_function called' . PHP_EOL;
25 call_user_func('Test\\my_function');
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
H A Dobserver_call_user_func_02.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
26 call_user_func_array('Test\\my_function', ['called']);
36 <!-- init Test\my_function() -->
37 <Test\my_function>
38 my_function called
39 </Test\my_function>
H A Dobserver_call_user_func_04.phpt19 function my_function(string $msg)
21 echo 'my_function ' . $msg . PHP_EOL;
25 call_user_func_array('Test\\my_function', ['called']);
35 <!-- init Test\my_function() -->
36 <Test\my_function>
37 my_function called
38 </Test\my_function>
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/tests/disable_function/
H A Ddisabled_functions_namespace.phpt10 function my_function() {
15 function my_function() {
20 function my_function() {
24 \my_super_namespace\my_function();
25 \my_second_namespace\my_function();
26 my_function();
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcpp_function_lib.cpp26 : my_function(user_function) in FunctionKeeper()
36 this->my_function = user_function; in set_function()
41 return this->my_function; in get_function()
46 if (!this->my_function) { in call_function()
49 return this->my_function(a, b); in call_function()
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_function_lib.cpp26 : my_function(user_function) in FunctionKeeper()
36 this->my_function = user_function; in set_function()
41 return this->my_function; in get_function()
46 if (!this->my_function) { in call_function()
49 return this->my_function(a, b); in call_function()
/dports/devel/libslang2/slang-2.3.2/doc/tm/tools/
H A DREADME9 \function{my_function}
11 \usage{int my_function (void);}
13 \var{my_function} does something special and returns an integer.
17 if (-1 == my_function ())
35 * \var{my_other_function} is similar to \var{my_function} except that
44 *\seealso{my_function, my_new_function}
55 % \var{my_other_function} is similar to \var{my_function} except that
64 %\seealso{my_function, my_new_function}
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/tools/
H A DREADME9 \function{my_function}
11 \usage{int my_function (void);}
13 \var{my_function} does something special and returns an integer.
17 if (-1 == my_function ())
36 * \var{my_other_function} is similar to \var{my_function} except that
45 *\seealso{my_function, my_new_function}
56 % \var{my_other_function} is similar to \var{my_function} except that
65 %\seealso{my_function, my_new_function}
/dports/math/adept/adept-2.0.8/test/
H A Dstate.cpp81 gsl_multimin_function_fdf my_function; in minimize() local
82 my_function.n = nx(); in minimize()
83 my_function.f = my_function_value; in minimize()
84 my_function.df = my_function_gradient; in minimize()
85 my_function.fdf = my_function_value_and_gradient; in minimize()
86 my_function.params = reinterpret_cast<void*>(this); in minimize()
97 gsl_multimin_fdfminimizer_set(minimizer, &my_function, x, in minimize()

12345678910>>...25