Searched refs:fmod (Results 1 – 7 of 7) sorted by relevance
2 Test fmod() - basic function test fmod()34 $res = fmod($values1[$i], $values2[$j]);
2 Test fmod function : 64bit long tests27 var_dump(fmod($longVal, $otherVal));
884 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()1167 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument1176 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
1464 function fmod(float $num1, float $num2): float {} function
2700 ZEND_FUNCTION(fmod);3343 ZEND_FE(fmod, arginfo_fmod)
3405 dmod = fmod(d, two_pow_32);3419 dmod = fmod(d, two_pow_64);
2120 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()
Completed in 77 milliseconds