Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c52 ? fabs((integral + copysign(0.5, integral)) / exponent) in php_round_get_basic_edge_case()
53 : fabs((integral + copysign(0.5, integral)) * exponent); in php_round_get_basic_edge_case()
81 return integral + copysign(1.0, integral); in php_round_helper()
84 return integral; in php_round_helper()
89 return integral + copysign(1.0, integral); in php_round_helper()
116 return integral + copysign(1.0, integral); in php_round_helper()
124 return integral + copysign(1.0, integral); in php_round_helper()
132 return integral + copysign(1.0, integral); in php_round_helper()
141 return integral + copysign(1.0, integral); in php_round_helper()
146 return integral + copysign(1.0, integral); in php_round_helper()
[all …]
/php-src/ext/bcmath/tests/
H A Dbcpow_error1.phpt2 bcpow() does not support non-integral exponents
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt14 '1.0K', # Non integral digits.
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt168 * The Base64 might not decode to an integral number of bytes

Completed in 14 milliseconds