Home
last modified time | relevance | path

Searched refs:round (Results 26 – 40 of 40) sorted by relevance

12

/PHP-7.4/ext/opcache/tests/
H A Dphi_remove_001.phpt50 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
/PHP-7.4/ext/standard/
H A Dphp_math.h54 PHP_FUNCTION(round);
H A Dmath.c355 PHP_FUNCTION(round) in PHP_FUNCTION() argument
H A Dbasic_functions.c2934 PHP_FE(round, arginfo_round)
/PHP-7.4/ext/gmp/
H A Dgmp.c78 ZEND_ARG_INFO(0, round)
1230 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1232 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1236 switch (round) { in ZEND_FUNCTION()
1258 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1260 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1264 switch (round) { in ZEND_FUNCTION()
1286 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1288 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1292 switch (round) { in ZEND_FUNCTION()
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt60 // Calculate round-trips
H A Dconn_attr.inc104 //Do a round-trip here
/PHP-7.4/ext/zlib/
H A Dzlib.c375 int status, round = 0; in php_zlib_inflate_rounds() local
391 …R: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%7lu\n", round, status, buffer.si… in php_zlib_inflate_rounds()
398 …R: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%7lu\n", round, status, buffer.si… in php_zlib_inflate_rounds()
402 } while ((Z_BUF_ERROR == status || (Z_OK == status && Z->avail_in)) && ++round < 100); in php_zlib_inflate_rounds()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md109 `size_t`), not the other way round!
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros43 /* --- Code for round, with prepare-theta (lane complementing pattern 'bebigokimisa') */
159 /* --- Code for round (lane complementing pattern 'bebigokimisa') */
251 /* --- Code for round, with prepare-theta */
367 /* --- Code for round */
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar339 $percent = round(($covered / $total) * 100);
1155 return round(($coverage[0] / $coverage[1]) * 100);
/PHP-7.4/
H A DUPGRADING184 . round(-0.0) will now return -0.0 rather than +0.0.
H A DNEWS1097 . Fixed bug #79174 (cookie values with spaces fail to round-trip). (cmb)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17672 # - Provide a way to round the next offset
H A Dmagic17672 # - Provide a way to round the next offset

Completed in 157 milliseconds

12