Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/math/
H A Dfmod_basic.phpt2 Test fmod() - basic function test fmod()
36 $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-8.0/ext/standard/
H A Dmath.c888 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
1164 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument
1173 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php1111 function fmod(float $num1, float $num2): float {} function
H A Dbasic_functions_arginfo.h2688 ZEND_FUNCTION(fmod);
3328 ZEND_FE(fmod, arginfo_fmod)
/PHP-8.0/Zend/
H A Dzend_operators.c3231 dmod = fmod(d, two_pow_32);
3245 dmod = fmod(d, two_pow_64);
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c2121 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()

Completed in 73 milliseconds