Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmath.c390 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
403 RETURN_DOUBLE(cos(num)); in PHP_FUNCTION()
416 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
429 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
442 RETURN_DOUBLE(acos(num)); in PHP_FUNCTION()
455 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
481 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
494 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
507 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
554 RETURN_DOUBLE(M_PI); in PHP_FUNCTION()
[all …]
H A Dlcg.c121 RETURN_DOUBLE(php_combined_lcg(TSRMLS_C)); in PHP_FUNCTION()
H A Dmicrotime.c67 RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); in _php_gettimeofday()
H A Dfilestat.c248 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
387 RETURN_DOUBLE(bytesfree); in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_API.h600 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } macro
/PHP-5.3/ext/curl/
H A Dinterface.c2515 RETURN_DOUBLE(code); in PHP_FUNCTION()
/PHP-5.3/ext/date/
H A Dphp_date.c4201 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()

Completed in 48 milliseconds