Home
last modified time | relevance | path

Searched refs:fmod (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dfmod_basic.phpt2 Test fmod() - basic function test fmod()
34 $res = fmod($values1[$i], $values2[$j]);
H A Dfmod_basiclong_64bit.phpt2 Test fmod function : 64bit long tests
27 var_dump(fmod($longVal, $otherVal));
/php-src/ext/standard/
H A Dmath.c126 bool even = !fmod(integral, 2.0); in php_round_helper()
143 bool even = !fmod(integral, 2.0); in php_round_helper()
930 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
1361 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument
1370 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3270 function fmod(float $num1, float $num2): float {}
H A Dbasic_functions_arginfo.h2790 ZEND_FUNCTION(fmod);
/php-src/Zend/
H A Dzend_operators.c3748 dmod = fmod(d, two_pow_32);
3762 dmod = fmod(d, two_pow_64);
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c2110 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()
/php-src/ext/date/
H A Dphp_date.c2541 usec = (int)(fmod(ts, 1) * 1000000); in php_date_initialize_from_ts_double()

Completed in 120 milliseconds