Searched defs:round (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt_freesec.c | 374 int shifts, round; in des_setkey() local 464 int round; in do_des() local
|
H A D | math.c | 334 PHP_FUNCTION(round) in PHP_FUNCTION() argument
|
/php-src/ext/hash/ |
H A D | hash_tiger.c | 38 #define round(a,b,c,x,mul) \ macro
|
H A D | hash_snefru.c | 22 #define round(L, C, N, SB) \ macro
|
H A D | hash_gost.c | 26 #define round(tables, k1, k2) \ macro
|
H A D | hash_sha3.c | 90 unsigned char round; in permute() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 86 …public function round(int $precision = 0, \RoundingMode $mode = \RoundingMode::HalfAwayFromZero): … function in BcMath\\Number
|
H A D | bcmath.c | 1768 PHP_METHOD(BcMath_Number, round) in PHP_METHOD() argument
|
/php-src/ext/gmp/ |
H A D | gmp.c | 1172 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local 1199 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local 1229 zend_long round = GMP_ROUND_ZERO; in ZEND_FUNCTION() local
|
/php-src/ext/zlib/ |
H A D | zlib.c | 422 int status, round = 0; in php_zlib_inflate_rounds() local
|
Completed in 48 milliseconds