Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/standard/tests/streams/
H A Dbug61371.phpt19 echo 'memory: '.round($current / 1024, 0)."kb\n";
/PHP-7.3/scripts/dev/
H A Dsearch_underscores.php79 printf("Errors: %5d (%.1f%%)\n", $err, round($err * 100 / $cnt, 1));
/PHP-7.3/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt2 Test base64_encode() function : basic functionality - check algorithm round trips
/PHP-7.3/ext/opcache/tests/
H A Dphi_remove_001.phpt50 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
/PHP-7.3/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.c2939 PHP_FE(round, arginfo_round)
/PHP-7.3/ext/gmp/
H A Dgmp.c78 ZEND_ARG_INFO(0, round)
1249 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1251 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1255 switch (round) { in ZEND_FUNCTION()
1277 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1279 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1283 switch (round) { in ZEND_FUNCTION()
1305 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
1307 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|l", &a_arg, &b_arg, &round) == FAILURE) { in ZEND_FUNCTION()
1311 switch (round) { in ZEND_FUNCTION()
/PHP-7.3/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt60 // Calculate round-trips
H A Dconn_attr.inc104 //Do a round-trip here
/PHP-7.3/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.3/
H A DREADME.PARAMETER_PARSING_API101 not the other way round!
H A DREADME.RELEASE_PROCESS54 way round.
/PHP-7.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php339 $percent = round(($covered / $total) * 100);
1155 return round(($coverage[0] / $coverage[1]) * 100);
/PHP-7.3/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.3/ext/fileinfo/tests/
H A Dmagic16392 # - Provide a way to round the next offset
H A Dmagic私はガラスを食べられます16392 # - Provide a way to round the next offset
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c114943 FUNCTION(round, 1, 0, 0, roundFunc ),
114944 FUNCTION(round, 2, 0, 0, roundFunc ),

Completed in 849 milliseconds

12