Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/standard/
H A Dmath.c53 ? fabs((integral + copysign(0.5, integral)) / exponent) in php_round_get_basic_edge_case()
54 : fabs((integral + copysign(0.5, integral)) * exponent); in php_round_get_basic_edge_case()
82 return integral + copysign(1.0, integral); in php_round_helper()
85 return integral; in php_round_helper()
90 return integral + copysign(1.0, integral); in php_round_helper()
117 return integral + copysign(1.0, integral); in php_round_helper()
125 return integral + copysign(1.0, integral); in php_round_helper()
133 return integral + copysign(1.0, integral); in php_round_helper()
142 return integral + copysign(1.0, integral); in php_round_helper()
147 return integral + copysign(1.0, integral); in php_round_helper()
[all …]
/PHP-8.2/ext/bcmath/tests/
H A Dbcpow_error1.phpt2 bcpow() does not support non-integral exponents
/PHP-8.2/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt14 '1.0K', # Non integral digits.
/PHP-8.2/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt168 * The Base64 might not decode to an integral number of bytes

Completed in 13 milliseconds