Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dmath.c320 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
332 RETURN_DOUBLE(cos(num)); in PHP_FUNCTION()
344 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
356 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
368 RETURN_DOUBLE(acos(num)); in PHP_FUNCTION()
380 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
405 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
417 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
429 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
474 RETURN_DOUBLE(M_PI); in PHP_FUNCTION()
[all …]
H A Dlcg.c118 RETURN_DOUBLE(php_combined_lcg()); in PHP_FUNCTION()
H A Dmicrotime.c61 RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); in _php_gettimeofday()
H A Dhrtime.c154 RETURN_DOUBLE(_d); \
H A Dtype.c210 RETURN_DOUBLE(zval_get_double(num)); in PHP_FUNCTION()
H A Dfilestat.c205 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
302 RETURN_DOUBLE(bytesfree); in PHP_FUNCTION()
/PHP-8.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp241 RETURN_DOUBLE((double)fetch_greg(co)->getGregorianChange()); in PHP_FUNCTION()
H A Dcalendar_methods.cpp196 RETURN_DOUBLE((double)Calendar::getNow()); in PHP_FUNCTION()
260 RETURN_DOUBLE((double)result); in PHP_FUNCTION()
/PHP-8.1/ext/intl/uchar/
H A Duchar.c155 RETURN_DOUBLE(u_getNumericValue(cp)); in IC_METHOD()
/PHP-8.1/Zend/
H A Dzend_API.h818 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0) macro
/PHP-8.1/ext/curl/
H A Dinterface.c3326 RETURN_DOUBLE(code); in PHP_FUNCTION()
/PHP-8.1/ext/date/
H A Dphp_date.c4710 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()

Completed in 87 milliseconds