Lines Matching refs:num1
484 double num1, num2; in PHP_FUNCTION() local
487 Z_PARAM_DOUBLE(num1) in PHP_FUNCTION()
490 RETURN_DOUBLE(atan2(num1, num2)); in PHP_FUNCTION()
754 double num1, num2; in PHP_FUNCTION() local
757 Z_PARAM_DOUBLE(num1) in PHP_FUNCTION()
762 RETURN_DOUBLE(hypot(num1, num2)); in PHP_FUNCTION()
764 RETURN_DOUBLE(_hypot(num1, num2)); in PHP_FUNCTION()
766 RETURN_DOUBLE(sqrt((num1 * num1) + (num2 * num2))); in PHP_FUNCTION()
1269 double num1, num2; in PHP_FUNCTION() local
1272 Z_PARAM_DOUBLE(num1) in PHP_FUNCTION()
1276 RETURN_DOUBLE(fmod(num1, num2)); in PHP_FUNCTION()