Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmath.c415 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
428 RETURN_DOUBLE(cos(num)); in PHP_FUNCTION()
441 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
454 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
467 RETURN_DOUBLE(acos(num)); in PHP_FUNCTION()
480 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
507 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
520 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
533 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
580 RETURN_DOUBLE(M_PI); in PHP_FUNCTION()
[all …]
H A Dlcg.c121 RETURN_DOUBLE(php_combined_lcg()); in PHP_FUNCTION()
H A Dmicrotime.c66 RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); in _php_gettimeofday()
H A Dtype.c161 RETURN_DOUBLE(zval_get_double(num)); in PHP_FUNCTION()
H A Dfilestat.c198 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
291 RETURN_DOUBLE(bytesfree); in PHP_FUNCTION()
/PHP-7.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp260 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-7.2/ext/intl/uchar/
H A Duchar.c172 RETURN_DOUBLE(u_getNumericValue(cp)); in IC_METHOD()
/PHP-7.2/Zend/
H A Dzend_API.h656 #define RETURN_DOUBLE(d) { RETVAL_DOUBLE(d); return; } macro
/PHP-7.2/ext/curl/
H A Dinterface.c3264 RETURN_DOUBLE(code); in PHP_FUNCTION()
/PHP-7.2/ext/date/
H A Dphp_date.c5021 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()

Completed in 68 milliseconds