Searched refs:fmod (Results 1 – 7 of 7) sorted by relevance
2 Test fmod() - basic function test fmod()36 $res = fmod($values1[$i], $values2[$j]);
2 Test fmod function : 64bit long tests27 var_dump(fmod($longVal, $otherVal));
888 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()1164 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument1173 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
1111 function fmod(float $num1, float $num2): float {} function
2688 ZEND_FUNCTION(fmod);3328 ZEND_FE(fmod, arginfo_fmod)
3231 dmod = fmod(d, two_pow_32);3245 dmod = fmod(d, two_pow_64);
2121 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()
Completed in 60 milliseconds