Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dmath.c404 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
417 RETURN_DOUBLE(cos(num)); in PHP_FUNCTION()
430 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
443 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
456 RETURN_DOUBLE(acos(num)); in PHP_FUNCTION()
469 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
495 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
508 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
521 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
568 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.c247 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
382 RETURN_DOUBLE(bytesfree); in PHP_FUNCTION()
/PHP-5.6/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp231 RETURN_DOUBLE((double)fetch_greg(co)->getGregorianChange()); in PHP_FUNCTION()
H A Dcalendar_methods.cpp195 RETURN_DOUBLE((double)Calendar::getNow()); in PHP_FUNCTION()
273 RETURN_DOUBLE((double)result); in PHP_FUNCTION()
/PHP-5.6/Zend/
H A Dzend_API.h638 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } macro
/PHP-5.6/ext/curl/
H A Dinterface.c3170 RETURN_DOUBLE(code); in PHP_FUNCTION()
/PHP-5.6/ext/date/
H A Dphp_date.c4801 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()

Completed in 54 milliseconds