Home
last modified time | relevance | path

Searched defs:zval (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_types.h87 typedef struct _zval_struct zval; typedef
429 #define Z_NEXT(zval) (zval).u2.next argument
456 #define Z_EXTRA(zval) (zval).u2.extra argument
645 #define Z_STR(zval) (zval).value.str argument
657 #define Z_ARR(zval) (zval).value.arr argument
660 #define Z_ARRVAL(zval) Z_ARR(zval) argument
663 #define Z_OBJ(zval) (zval).value.obj argument
684 #define Z_RES(zval) (zval).value.res argument
696 #define Z_REF(zval) (zval).value.ref argument
702 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_types.h87 typedef struct _zval_struct zval; typedef
459 #define Z_NEXT(zval) (zval).u2.next argument
486 #define Z_EXTRA(zval) (zval).u2.extra argument
683 #define Z_STR(zval) (zval).value.str argument
695 #define Z_ARR(zval) (zval).value.arr argument
698 #define Z_ARRVAL(zval) Z_ARR(zval) argument
701 #define Z_OBJ(zval) (zval).value.obj argument
719 #define Z_RES(zval) (zval).value.res argument
731 #define Z_REF(zval) (zval).value.ref argument
737 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_types.h87 typedef struct _zval_struct zval; typedef
459 #define Z_NEXT(zval) (zval).u2.next argument
486 #define Z_EXTRA(zval) (zval).u2.extra argument
683 #define Z_STR(zval) (zval).value.str argument
695 #define Z_ARR(zval) (zval).value.arr argument
698 #define Z_ARRVAL(zval) Z_ARR(zval) argument
701 #define Z_OBJ(zval) (zval).value.obj argument
719 #define Z_RES(zval) (zval).value.res argument
731 #define Z_REF(zval) (zval).value.ref argument
737 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_types.h87 typedef struct _zval_struct zval; typedef
429 #define Z_NEXT(zval) (zval).u2.next argument
456 #define Z_EXTRA(zval) (zval).u2.extra argument
645 #define Z_STR(zval) (zval).value.str argument
657 #define Z_ARR(zval) (zval).value.arr argument
660 #define Z_ARRVAL(zval) Z_ARR(zval) argument
663 #define Z_OBJ(zval) (zval).value.obj argument
684 #define Z_RES(zval) (zval).value.res argument
696 #define Z_REF(zval) (zval).value.ref argument
702 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_types.h90 typedef struct _zval_struct zval; typedef
571 #define Z_NEXT(zval) (zval).u2.next argument
598 #define Z_EXTRA(zval) (zval).u2.extra argument
801 #define Z_STR(zval) (zval).value.str argument
813 #define Z_ARR(zval) (zval).value.arr argument
816 #define Z_ARRVAL(zval) Z_ARR(zval) argument
819 #define Z_OBJ(zval) (zval).value.obj argument
837 #define Z_RES(zval) (zval).value.res argument
849 #define Z_REF(zval) (zval).value.ref argument
855 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_types.h90 typedef struct _zval_struct zval; typedef
571 #define Z_NEXT(zval) (zval).u2.next argument
598 #define Z_EXTRA(zval) (zval).u2.extra argument
801 #define Z_STR(zval) (zval).value.str argument
813 #define Z_ARR(zval) (zval).value.arr argument
816 #define Z_ARRVAL(zval) Z_ARR(zval) argument
819 #define Z_OBJ(zval) (zval).value.obj argument
837 #define Z_RES(zval) (zval).value.res argument
849 #define Z_REF(zval) (zval).value.ref argument
855 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_types.h90 typedef struct _zval_struct zval; typedef
574 #define Z_NEXT(zval) (zval).u2.next argument
598 #define Z_EXTRA(zval) (zval).u2.extra argument
826 #define Z_STR(zval) (zval).value.str argument
838 #define Z_ARR(zval) (zval).value.arr argument
841 #define Z_ARRVAL(zval) Z_ARR(zval) argument
844 #define Z_OBJ(zval) (zval).value.obj argument
862 #define Z_RES(zval) (zval).value.res argument
874 #define Z_REF(zval) (zval).value.ref argument
880 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_types.h90 typedef struct _zval_struct zval; typedef
574 #define Z_NEXT(zval) (zval).u2.next argument
598 #define Z_EXTRA(zval) (zval).u2.extra argument
826 #define Z_STR(zval) (zval).value.str argument
838 #define Z_ARR(zval) (zval).value.arr argument
841 #define Z_ARRVAL(zval) Z_ARR(zval) argument
844 #define Z_OBJ(zval) (zval).value.obj argument
862 #define Z_RES(zval) (zval).value.res argument
874 #define Z_REF(zval) (zval).value.ref argument
880 #define Z_AST(zval) (zval).value.ast argument
[all …]
/dports/devel/swig/swig-4.0.2/Lib/php/
H A Dglobalvar.i36 zval z_var; enumerator
96 zval *z_var = zend_hash_str_find(&EG(symbol_table), "$1", sizeof("$1") - 1); enumerator
201 zval *z_var = zend_hash_str_find(&EG(symbol_table), "$1", sizeof("$1") - 1); enumerator
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/interpolation/
H A DTricubicInterpolatorTest.java37 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPreconditions() local
90 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testIsValid() local
123 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPlane() local
177 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 4}; in testWave() local
H A DSmoothingPolynomialBicubicSplineInterpolatorTest.java40 double[][] zval = new double[xval.length][yval.length]; in testPreconditions() local
104 double[][] zval = new double[xval.length][yval.length]; in testPlane() local
152 double[][] zval = new double[xval.length][yval.length]; in testParaboloid() local
H A DTricubicSplineInterpolatorTest.java41 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPreconditions() local
113 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPlane() local
161 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 4}; in testWave() local
H A DBicubicSplineInterpolatorTest.java42 double[][] zval = new double[xval.length][yval.length]; in testPreconditions() local
104 double[][] zval = new double[xval.length][yval.length]; in testInterpolation1() local
157 double[][] zval = new double[xval.length][yval.length]; in testInterpolation2() local
H A DPiecewiseBicubicSplineInterpolatorTest.java41 double[][] zval = new double[xval.length][yval.length]; in testPreconditions() local
148 double[][] zval = new double[xval.length][yval.length]; in testInterpolation1() local
199 double[][] zval = new double[xval.length][yval.length]; in testInterpolation2() local
H A DTricubicSplineInterpolatingFunctionTest.java40 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPreconditions() local
282 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 2.5}; in testPlane() local
387 double[] zval = new double[] {-12, -8, -5.5, -3, 0, 4}; in testWave() local
H A DBicubicSplineInterpolatingFunctionTest.java45 double[][] zval = new double[xval.length][yval.length]; in testPreconditions() local
133 double[][] zval = new double[xval.length][yval.length]; in testPlane() local
203 double[][] zval = new double[xval.length][yval.length]; in testParaboloid() local
477 double[][] zval = new double[xval.length][yval.length]; in testInterpolation1() local
552 double[][] zval = new double[xval.length][yval.length]; in testInterpolation2() local
H A DBicubicInterpolatorTest.java39 double[][] zval = new double[xval.length][yval.length]; in testPreconditions() local
136 final double[][] zval = new double[xval.length][yval.length]; in testInterpolation() local
/dports/math/php81-gmp/php-8.1.1/ext/gmp/
H A Dgmp.stub.php93 function gmp_kronecker(GMP|int|string $num1, GMP|int|string $num2): int {}
101 function gmp_random_bits(int $bits): GMP {}
129 function gmp_binomial(GMP|int|string $n, int $k): GMP {}
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-access/
H A DPropertyAccessor.php339 …private function readPropertiesUntil(array $zval, PropertyPathInterface $propertyPath, int $lastIn…
411 private function readIndex(array $zval, $index): array
439 …private function readProperty(array $zval, string $property, bool $ignoreInvalidProperty = false):…
550 private function writeIndex(array $zval, $index, $value)
566 private function writeProperty(array $zval, string $property, $value)
600 …private function writeCollection(array $zval, string $property, iterable $collection, PropertyWrit…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/
H A DPropertyAccessor.php359 …private function readPropertiesUntil($zval, PropertyPathInterface $propertyPath, $lastIndex, $igno…
434 private function readIndex($zval, $index)
467 private function readProperty($zval, $property)
627 private function writeIndex($zval, $index, $value)
645 private function writeProperty($zval, $property, $value)
686 private function writeCollection($zval, $property, $collection, $addMethod, $removeMethod)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/
H A DPropertyAccessor.php359 …private function readPropertiesUntil($zval, PropertyPathInterface $propertyPath, $lastIndex, $igno…
434 private function readIndex($zval, $index)
467 private function readProperty($zval, $property)
627 private function writeIndex($zval, $index, $value)
645 private function writeProperty($zval, $property, $value)
686 private function writeCollection($zval, $property, $collection, $addMethod, $removeMethod)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/property-access/
H A DPropertyAccessor.php271 …private function readPropertiesUntil(array $zval, PropertyPathInterface $propertyPath, int $lastIn…
343 private function readIndex(array $zval, $index): array
371 …private function readProperty(array $zval, string $property, bool $ignoreInvalidProperty = false):…
522 private function writeIndex(array $zval, $index, $value)
538 private function writeProperty(array $zval, string $property, $value)
573 …private function writeCollection(array $zval, string $property, iterable $collection, string $addM…
/dports/math/gsl/gsl-2.7/interpolation/
H A Dtest2d.c101 const double zval[], /* expected results */ in test_interp2d()
191 double zval[] = {1.0, 1.1, 1.2, 1.3, 1.5, 1.6}; in test_bilinear_symmetric() local
227 double zval[] = {1.0, 1.2, 1.4, 1.55, 2.025, 2.3, in test_bilinear_asymmetric_z() local
254 double zval[] = {1.2, 1.3, 1.4}; in test_bicubic() local
286 double zval[] = { 1.4, 3.11183531264736, 8.27114315792559, 5.03218982537718, in test_bicubic_nonlinear() local
319 double zval[] = { 1.4, 2.46782030941187003, 10.7717721621846465, in test_bicubic_nonlinear_nonsq() local
/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dgrib_optimize_scaling.c2716 static void encode_decode(double* zval, const char* packingType, const int bitsPerValue, const int … in encode_decode()
2775 double zval[NLAT * NLON]; in main() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/h5part/vtkh5part/src/
H A DH5BlockReadWriteF.c79 const h5part_float64_t *zval, /*!< array of z component data */ in h5bl_3d_write_3dvector_field_r8()
106 h5part_float64_t *zval, /*!< array of z component data */ in h5bl_3d_read_3dvector_field_r8()
183 const h5part_float32_t *zval, /*!< array of z component data */ in h5bl_3d_write_3dvector_field_r4()
210 h5part_float32_t *zval, /*!< array of z component data */ in h5bl_3d_read_3dvector_field_r4()
287 const h5part_int64_t *zval, /*!< array of z component data */ in h5bl_3d_write_3dvector_field_i8()
314 h5part_int64_t *zval, /*!< array of z component data */ in h5bl_3d_read_3dvector_field_i8()
391 const h5part_int32_t *zval, /*!< array of z component data */ in h5bl_3d_write_3dvector_field_i4()
418 h5part_int32_t *zval, /*!< array of z component data */ in h5bl_3d_read_3dvector_field_i4()

12345678910>>...18