Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dmath.c319 RETURN_DOUBLE(sin(num)); in PHP_FUNCTION()
331 RETURN_DOUBLE(cos(num)); in PHP_FUNCTION()
343 RETURN_DOUBLE(tan(num)); in PHP_FUNCTION()
355 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
367 RETURN_DOUBLE(acos(num)); in PHP_FUNCTION()
379 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
404 RETURN_DOUBLE(sinh(num)); in PHP_FUNCTION()
416 RETURN_DOUBLE(cosh(num)); in PHP_FUNCTION()
428 RETURN_DOUBLE(tanh(num)); in PHP_FUNCTION()
473 RETURN_DOUBLE(M_PI); in PHP_FUNCTION()
[all …]
H A Dhrtime.c38 RETURN_DOUBLE(_d); \
H A Dmicrotime.c61 RETURN_DOUBLE((double)(tp.tv_sec + tp.tv_usec / MICRO_IN_SEC)); in _php_gettimeofday()
H A Dtype.c210 RETURN_DOUBLE(zval_get_double(num)); in PHP_FUNCTION()
H A Dfilestat.c186 RETURN_DOUBLE(bytestotal); in PHP_FUNCTION()
268 RETURN_DOUBLE(bytesfree); in PHP_FUNCTION()
/PHP-8.3/ext/random/
H A Drandomizer.c126 RETURN_DOUBLE(step_size * result); in PHP_METHOD()
172RETURN_DOUBLE(php_random_gammasection_closed_open(randomizer->algo, randomizer->status, min, max)); in PHP_METHOD()
179RETURN_DOUBLE(php_random_gammasection_closed_closed(randomizer->algo, randomizer->status, min, max… in PHP_METHOD()
186RETURN_DOUBLE(php_random_gammasection_open_closed(randomizer->algo, randomizer->status, min, max)); in PHP_METHOD()
H A Drandom.c471 RETURN_DOUBLE(php_combined_lcg());
/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp329 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.3/ext/zend_test/
H A Dtest.c302 RETURN_DOUBLE(Z_DVAL_P(input)); in ZEND_FUNCTION()
326 RETURN_DOUBLE(Z_DVAL_P(input)); in ZEND_FUNCTION()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c156 RETURN_DOUBLE(u_getNumericValue(cp)); in IC_METHOD()
/PHP-8.3/ext/curl/
H A Dinterface.c2815 RETURN_DOUBLE(code); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h1031 #define RETURN_DOUBLE(d) do { RETVAL_DOUBLE(d); return; } while (0) macro
/PHP-8.3/ext/date/
H A Dphp_date.c5317 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()

Completed in 98 milliseconds