Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/standard/
H A Dphp_math.h63 PHP_FUNCTION(fmod);
H A Dmath.c986 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
1306 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument
1315 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.c2970 PHP_FE(fmod, arginfo_fmod)
/PHP-7.4/Zend/
H A Dzend_operators.c3259 dmod = fmod(d, two_pow_32);
3273 dmod = fmod(d, two_pow_64);
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2121 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()

Completed in 77 milliseconds