Home
last modified time | relevance | path

Searched refs:ztmp (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_server_port.cc240 zval *ztmp;
242 zend::String str_v(ztmp);
250 zend::String str_v(ztmp);
264 zval *ztmp;
282 zend_long v = zval_get_long(ztmp);
286 zend_long v = zval_get_long(ztmp);
296 zend_long v = zval_get_long(ztmp);
306 zend_long v = zval_get_long(ztmp);
353 zend::String str_v(ztmp);
437 zend::String str_v(ztmp);
[all …]
H A Dswoole_async_coro.cc45 zval *ztmp; in php_swoole_set_aio_option() local
48 zend_long v = zval_get_long(ztmp); in php_swoole_set_aio_option()
53 zend_long v = zval_get_long(ztmp); in php_swoole_set_aio_option()
58 SwooleG.aio_max_wait_time = zval_get_double(ztmp); in php_swoole_set_aio_option()
73 zval *ztmp; in PHP_FUNCTION() local
85 SwooleG.enable_signalfd = zval_is_true(ztmp); in PHP_FUNCTION()
88 SwooleG.wait_signal = zval_is_true(ztmp); in PHP_FUNCTION()
95 zend_long v = zval_get_long(ztmp); in PHP_FUNCTION()
100 zend_long v = zval_get_long(ztmp); in PHP_FUNCTION()
105 SwooleG.socket_dontwait = zval_is_true(ztmp); in PHP_FUNCTION()
[all …]
H A Dswoole_client_coro.cc274 zval *ztmp; in php_swoole_client_set() local
295 zend_long v = zval_get_long(ztmp); in php_swoole_client_set()
299 zend::String tmp = ztmp; in php_swoole_client_set()
335 zend::String host(ztmp); in php_swoole_client_set()
366 zend::String host(ztmp); in php_swoole_client_set()
399 zval *ztmp; in php_swoole_socket_set_ssl() local
403 zend_long v = zval_get_long(ztmp); in php_swoole_socket_set_ssl()
412 zend::String str_v(ztmp); in php_swoole_socket_set_ssl()
421 zend::String str_v(ztmp); in php_swoole_socket_set_ssl()
457 zend_long v = zval_get_long(ztmp); in php_swoole_socket_set_ssl()
[all …]
H A Dswoole_coroutine_scheduler.cc143 zval *ztmp; in php_swoole_set_coroutine_option() local
144 if (php_swoole_array_get_value(vht, "max_coro_num", ztmp) || in php_swoole_set_coroutine_option()
146 zend_long max_num = zval_get_long(ztmp); in php_swoole_set_coroutine_option()
150 PHPCoroutine::set_deadlock_check(zval_is_true(ztmp)); in php_swoole_set_coroutine_option()
152 if (php_swoole_array_get_value(vht, "hook_flags", ztmp)) { in php_swoole_set_coroutine_option()
153 PHPCoroutine::set_hook_flags(zval_get_long(ztmp)); in php_swoole_set_coroutine_option()
158 …hp_swoole_array_get_value(vht, "c_stack_size", ztmp) || php_swoole_array_get_value(vht, "stack_siz… in php_swoole_set_coroutine_option()
159 Coroutine::set_stack_size(zval_get_long(ztmp)); in php_swoole_set_coroutine_option()
171 zval *ztmp; in PHP_METHOD() local
182 System::set_dns_cache_expire((time_t) zval_get_long(ztmp)); in PHP_METHOD()
[all …]
H A Dswoole_client.cc274 zval *ztmp; in php_swoole_client_check_ssl_setting() local
283 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
290 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
297 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
302 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
313 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
317 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
325 zend::String str_v(ztmp); in php_swoole_client_check_ssl_setting()
337 zval *ztmp; in php_swoole_client_check_setting() local
500 zend::String host(ztmp); in php_swoole_client_check_setting()
[all …]
H A Dphp_swoole.cc347 zval *ztmp; in php_swoole_set_global_option() local
350 if (php_swoole_array_get_value(vht, "debug_mode", ztmp) && zval_is_true(ztmp)) { in php_swoole_set_global_option()
357 if (php_swoole_array_get_value(vht, "log_file", ztmp)) { in php_swoole_set_global_option()
358 sw_logger()->open(zend::String(ztmp).val()); in php_swoole_set_global_option()
360 if (php_swoole_array_get_value(vht, "log_level", ztmp)) { in php_swoole_set_global_option()
361 sw_logger()->set_level(zval_get_long(ztmp)); in php_swoole_set_global_option()
370 sw_logger()->set_rotation(zval_get_long(ztmp)); in php_swoole_set_global_option()
373 SWOOLE_G(display_errors) = zval_is_true(ztmp); in php_swoole_set_global_option()
389 Socket::default_dns_timeout = timeout_format(ztmp); in php_swoole_set_global_option()
400 Socket::default_read_timeout = timeout_format(ztmp); in php_swoole_set_global_option()
[all …]
/dports/databases/redis6/redis-6.0.16/tests/unit/type/
H A Dzset.tcl24 r del ztmp
30 r del ztmp
49 r del ztmp
55 r del ztmp
61 r del ztmp
68 r del ztmp
75 r del ztmp
84 r del ztmp
90 r del ztmp
96 r del ztmp
[all …]
/dports/databases/redis5/redis-5.0.14/tests/unit/type/
H A Dzset.tcl22 r del ztmp
28 r del ztmp
47 r del ztmp
53 r del ztmp
59 r del ztmp
66 r del ztmp
73 r del ztmp
82 r del ztmp
88 r del ztmp
94 r del ztmp
[all …]
/dports/databases/redis-devel/redis-0e5b813/tests/unit/type/
H A Dzset.tcl114 r del ztmp
120 r del ztmp
139 r del ztmp
145 r del ztmp
151 r del ztmp
158 r del ztmp
165 r del ztmp
174 r del ztmp
184 r del ztmp
194 r del ztmp
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/Relay/
H A Drelay_compute_error.c50 double * ztmp = (double*)malloc(n * sizeof(double)); in relay_compute_error() local
51 cblas_dcopy_msan(n, z, 1, ztmp, 1); // ztmp <-z in relay_compute_error()
54 cblas_daxpy(n, rho, w, 1, ztmp, 1); //ztmp <- ztmp - rho w in relay_compute_error()
56 project_on_box(n, ztmp, problem->lb, problem->ub); in relay_compute_error()
57 cblas_daxpy(n, -1.0, z, 1, ztmp, 1); //ztmp <- ztmp -z in relay_compute_error()
60 *error = cblas_dnrm2(n, ztmp, 1); in relay_compute_error()
66 free(ztmp); in relay_compute_error()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_lll/
H A Dcheck_babai_heuristic.c31 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
35 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
111 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
250 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
256 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
260 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
327 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
465 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
472 fmpz_mul(ztmp, ztmp, fmpz_mat_entry(GM, j, i)); in fmpz_lll_check_babai_heuristic()
473 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_lll/
H A Dcheck_babai_heuristic.c31 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
35 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
111 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
250 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
256 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
260 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
327 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
465 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
472 fmpz_mul(ztmp, ztmp, fmpz_mat_entry(GM, j, i)); in fmpz_lll_check_babai_heuristic()
473 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_lll/
H A Dcheck_babai_heuristic.c31 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
35 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
111 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
250 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
256 fmpz_t ztmp; in fmpz_lll_check_babai_heuristic() local
260 fmpz_init(ztmp); in fmpz_lll_check_babai_heuristic()
327 fmpz_clear(ztmp); in fmpz_lll_check_babai_heuristic()
465 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
472 fmpz_mul(ztmp, ztmp, fmpz_mat_entry(GM, j, i)); in fmpz_lll_check_babai_heuristic()
473 fmpz_mul_2exp(ztmp, ztmp, 1); in fmpz_lll_check_babai_heuristic()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_tri_scat.F90342 ztmp => fA(idx+1:sIdx)
345 ztmp => fA(eIdx:)
353 ztmp => fA(1:sIdx)
355 ztmp => fA(eIdx+idx:)
364 ztmp => fA(1:sIdx)
366 ztmp => fA(eIdx:)
376 nrtmp = size(ztmp) / no
379 nullify(ztmp)
380 allocate(ztmp(no*nrtmp))
618 deallocate(ztmp)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/zlib/
H A Dvendor.sh14 ztmp="zlib.$version"
17 ../../fuzz/config/git-copy.sh https://github.com/madler/zlib "v$version" "$ztmp"
18 fullversion="$version ("$(cat "$ztmp"/.git-copy)")"
56 for i in "${prune[@]}"; do rm -rf "$ztmp"/"$i"; done
57 for i in "$ztmp"/*; do mv "$i" .; done
58 rmdir "$ztmp"
/dports/www/firefox/firefox-99.0/security/nss/lib/zlib/
H A Dvendor.sh14 ztmp="zlib.$version"
17 ../../fuzz/config/git-copy.sh https://github.com/madler/zlib "v$version" "$ztmp"
18 fullversion="$version ("$(cat "$ztmp"/.git-copy)")"
56 for i in "${prune[@]}"; do rm -rf "$ztmp"/"$i"; done
57 for i in "$ztmp"/*; do mv "$i" .; done
58 rmdir "$ztmp"
/dports/security/ca_root_nss/nss-3.71/nss/lib/zlib/
H A Dvendor.sh14 ztmp="zlib.$version"
17 ../../fuzz/config/git-copy.sh https://github.com/madler/zlib "v$version" "$ztmp"
18 fullversion="$version ("$(cat "$ztmp"/.git-copy)")"
56 for i in "${prune[@]}"; do rm -rf "$ztmp"/"$i"; done
57 for i in "$ztmp"/*; do mv "$i" .; done
58 rmdir "$ztmp"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/zlib/
H A Dvendor.sh14 ztmp="zlib.$version"
17 ../../fuzz/config/git-copy.sh https://github.com/madler/zlib "v$version" "$ztmp"
18 fullversion="$version ("$(cat "$ztmp"/.git-copy)")"
56 for i in "${prune[@]}"; do rm -rf "$ztmp"/"$i"; done
57 for i in "$ztmp"/*; do mv "$i" .; done
58 rmdir "$ztmp"
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/zlib/
H A Dvendor.sh14 ztmp="zlib.$version"
17 ../../fuzz/config/git-copy.sh https://github.com/madler/zlib "v$version" "$ztmp"
18 fullversion="$version ("$(cat "$ztmp"/.git-copy)")"
56 for i in "${prune[@]}"; do rm -rf "$ztmp"/"$i"; done
57 for i in "$ztmp"/*; do mv "$i" .; done
58 rmdir "$ztmp"
/dports/math/calc/calc-2.14.0.14/
H A Dzmod.c456 zfree(ztmp); in zmod6()
466 zfree(ztmp); in zmod6()
491 ZVALUE ztmp; in zpowermod() local
538 ztmp.len = 0; in zpowermod()
543 z1 = ztmp; in zpowermod()
807 if (ztmp.len) in zpowermod()
808 zfree(ztmp); in zpowermod()
1027 ZVALUE ztmp; in zredcdecode() local
1517 z1 = ztmp; in zredcsquare()
1699 ZVALUE ztmp; in zredcpower() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dnpair_kokkos.cpp418 const X_FLOAT ztmp = x(i, 2); in build_Item() local
486 if (x(j,2) == ztmp) { in build_Item()
593 X_FLOAT ztmp; in build_ItemGPU() local
600 ztmp = x(i, 2); in build_ItemGPU()
629 ((j >= nlocal) && ((x(j, 2) < ztmp) || (x(j, 2) == ztmp && x(j, 1) < ytmp) || in build_ItemGPU()
634 if (x(j,2) == ztmp) { in build_ItemGPU()
711 if (x(j,2) == ztmp) { in build_ItemGPU()
966 if (x(j,2) == ztmp) { in build_ItemSize()
1039 X_FLOAT ztmp; in build_ItemSizeGPU() local
1048 ztmp = x(i, 2); in build_ItemSizeGPU()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneigh_half_bin.cpp103 ztmp = x[i][2]; in half_bin_no_newton()
121 delz = ztmp - x[j][2]; in half_bin_no_newton()
199 ztmp = x[i][2]; in half_bin_no_newton_ghost()
221 delz = ztmp - x[j][2]; in half_bin_no_newton_ghost()
320 ztmp = x[i][2]; in half_bin_newton()
329 if (x[j][2] == ztmp) { in half_bin_newton()
340 delz = ztmp - x[j][2]; in half_bin_newton()
365 delz = ztmp - x[j][2]; in half_bin_newton()
439 ztmp = x[i][2]; in half_bin_newton_tri()
451 if (x[j][2] == ztmp) { in half_bin_newton_tri()
[all …]
H A Dneigh_gran.cpp136 ztmp = x[i][2]; in granular_nsq_no_newton()
147 delz = ztmp - x[j][2]; in granular_nsq_no_newton()
245 ztmp = x[i][2]; in granular_nsq_newton()
272 delz = ztmp - x[j][2]; in granular_nsq_newton()
375 ztmp = x[i][2]; in granular_bin_no_newton_ghost()
558 ztmp = x[i][2]; in granular_bin_no_newton()
577 delz = ztmp - x[j][2]; in granular_bin_no_newton()
687 ztmp = x[i][2]; in granular_bin_newton()
697 if (x[j][2] == ztmp) { in granular_bin_newton()
707 delz = ztmp - x[j][2]; in granular_bin_newton()
[all …]
H A Dneigh_half_multi.cpp106 ztmp = x[i][2]; in half_multi_no_newton()
129 delz = ztmp - x[j][2]; in half_multi_no_newton()
205 ztmp = x[i][2]; in half_multi_newton()
213 if (x[j][2] < ztmp) continue; in half_multi_newton()
214 if (x[j][2] == ztmp) { in half_multi_newton()
225 delz = ztmp - x[j][2]; in half_multi_newton()
256 delz = ztmp - x[j][2]; in half_multi_newton()
332 ztmp = x[i][2]; in half_multi_newton_tri()
351 if (x[j][2] < ztmp) continue; in half_multi_newton_tri()
352 if (x[j][2] == ztmp) { in half_multi_newton_tri()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/VI/
H A DVariationalInequality_computeError.c51 double *ztmp = options->dWork; in variationalInequality_computeError() local
59 ztmp[i]=0.0 ; in variationalInequality_computeError()
61 problem->F(problem,n,ztmp,w); in variationalInequality_computeError()
72 cblas_dcopy(n, z, 1, ztmp, 1); in variationalInequality_computeError()
73 cblas_daxpy(n, -1.0, w, 1, ztmp, 1) ; in variationalInequality_computeError()
75 problem->ProjectionOnX(problem,ztmp,wtmp); in variationalInequality_computeError()

12345678910>>...29