Lines Matching refs:num2
496 double num1, num2; in PHP_FUNCTION() local
500 Z_PARAM_DOUBLE(num2) in PHP_FUNCTION()
502 RETURN_DOUBLE(atan2(num1, num2)); in PHP_FUNCTION()
766 double num1, num2; in PHP_FUNCTION() local
770 Z_PARAM_DOUBLE(num2) in PHP_FUNCTION()
774 RETURN_DOUBLE(hypot(num1, num2)); in PHP_FUNCTION()
776 RETURN_DOUBLE(_hypot(num1, num2)); in PHP_FUNCTION()
778 RETURN_DOUBLE(sqrt((num1 * num1) + (num2 * num2))); in PHP_FUNCTION()
1281 double num1, num2; in PHP_FUNCTION() local
1285 Z_PARAM_DOUBLE(num2) in PHP_FUNCTION()
1288 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()