Home
last modified time | relevance | path

Searched refs:RETVAL_ARR (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/include/
H A Darithmetic.c30 RETVAL_ARR(Z_ARR(c)); in tensor_multiply()
55 RETVAL_ARR(Z_ARR(c)); in tensor_divide()
80 RETVAL_ARR(Z_ARR(c)); in tensor_add()
105 RETVAL_ARR(Z_ARR(c)); in tensor_subtract()
130 RETVAL_ARR(Z_ARR(c)); in tensor_pow()
155 RETVAL_ARR(Z_ARR(c)); in tensor_mod()
180 RETVAL_ARR(Z_ARR(c)); in tensor_multiply_scalar()
205 RETVAL_ARR(Z_ARR(c)); in tensor_divide_scalar()
230 RETVAL_ARR(Z_ARR(c)); in tensor_add_scalar()
255 RETVAL_ARR(Z_ARR(c)); in tensor_subtract_scalar()
[all …]
H A Dcomparison.c31 RETVAL_ARR(Z_ARR(c)); in tensor_equal()
57 RETVAL_ARR(Z_ARR(c)); in tensor_not_equal()
83 RETVAL_ARR(Z_ARR(c)); in tensor_greater()
109 RETVAL_ARR(Z_ARR(c)); in tensor_greater_equal()
135 RETVAL_ARR(Z_ARR(c)); in tensor_less()
161 RETVAL_ARR(Z_ARR(c)); in tensor_less_equal()
187 RETVAL_ARR(Z_ARR(c)); in tensor_equal_scalar()
213 RETVAL_ARR(Z_ARR(c)); in tensor_not_equal_scalar()
239 RETVAL_ARR(Z_ARR(c)); in tensor_greater_scalar()
265 RETVAL_ARR(Z_ARR(c)); in tensor_greater_equal_scalar()
[all …]
H A Dlinear_algebra.c67 RETVAL_ARR(Z_ARR(c)); in tensor_matmul()
157 RETVAL_ARR(Z_ARR(b)); in tensor_inverse()
221 RETVAL_ARR(Z_ARR(b)); in tensor_pseudoinverse()
294 RETVAL_ARR(Z_ARR(tuple)); in tensor_ref()
350 RETVAL_ARR(Z_ARR(b)); in tensor_cholesky()
445 RETVAL_ARR(Z_ARR(tuple)); in tensor_lu()
511 RETVAL_ARR(Z_ARR(tuple)); in tensor_eig()
577 RETVAL_ARR(Z_ARR(tuple)); in tensor_eig_symmetric()
659 RETVAL_ARR(Z_ARR(tuple)); in tensor_svd()
H A Dsignal_processing.c61 RETVAL_ARR(Z_ARR(c)); in tensor_convolve_1d()
148 RETVAL_ARR(Z_ARR(c)); in tensor_convolve_2d()
/dports/www/pecl-yaf/yaf-3.3.3/
H A Dyaf_session.c219 RETVAL_ARR(sess->session); in PHP_METHOD()
H A Dyaf_config.c240 RETVAL_ARR(conf->config); in PHP_METHOD()
H A Dyaf_response.c499 RETVAL_ARR(response->body); in PHP_METHOD()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dbrowscap.c767 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dbrowscap.c749 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dbrowscap.c749 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
H A Darray.c4441 RETVAL_ARR(zend_array_dup(Z_ARRVAL_P(array)));
4715 RETVAL_ARR(zend_array_dup(Z_ARRVAL(args[0])));
5089 RETVAL_ARR(zend_array_dup(Z_ARRVAL(args[0])));
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dbrowscap.c751 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dbrowscap.c747 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dbrowscap.c767 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dbrowscap.c751 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dbrowscap.c747 RETVAL_ARR(agent_ht); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_API.h629 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
647 #define RETURN_ARR(r) { RETVAL_ARR(r); return; }
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_API.h629 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
647 #define RETURN_ARR(r) { RETVAL_ARR(r); return; }
/dports/security/pecl-crypto/crypto-0.3.1/phpc/
H A Dphpc.h801 #define PHPC_HASH_RETVAL RETVAL_ARR
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_API.h632 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
651 #define RETURN_ARR(r) { RETVAL_ARR(r); return; }
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_API.h632 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
651 #define RETURN_ARR(r) { RETVAL_ARR(r); return; }
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_API.h798 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
824 #define RETURN_ARR(r) do { RETVAL_ARR(r); return; } while (0)
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_API.h798 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
824 #define RETURN_ARR(r) do { RETVAL_ARR(r); return; } while (0)
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_API.h724 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
749 #define RETURN_ARR(r) do { RETVAL_ARR(r); return; } while (0)
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_API.h724 #define RETVAL_ARR(r) ZVAL_ARR(return_value, r) macro
749 #define RETURN_ARR(r) do { RETVAL_ARR(r); return; } while (0)

123