Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/standard/
H A Dmath.c883 *--ptr = digits[(int) fmod(fvalue, base)]; in _php_math_zvaltobase()
1293 PHP_FUNCTION(fmod) in PHP_FUNCTION() argument
1302 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3205 function fmod(float $num1, float $num2): float {}
H A Dbasic_functions_arginfo.h2685 ZEND_FUNCTION(fmod);
3326 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(fmod, arginfo_fmod)
/PHP-8.3/Zend/
H A Dzend_operators.c3748 dmod = fmod(d, two_pow_32);
3762 dmod = fmod(d, two_pow_64);
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c2150 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()

Completed in 84 milliseconds