Lines Matching refs:num1
496 double num1, num2; in PHP_FUNCTION() local
499 Z_PARAM_DOUBLE(num1) in PHP_FUNCTION()
502 RETURN_DOUBLE(atan2(num1, num2)); in PHP_FUNCTION()
766 double num1, num2; in PHP_FUNCTION() local
769 Z_PARAM_DOUBLE(num1) 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
1284 Z_PARAM_DOUBLE(num1) in PHP_FUNCTION()
1288 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()