Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c872 static zend_always_inline zend_string * _php_math_longtobase_pwr2(zend_long arg, int base_log2) in _php_math_longtobase_pwr2() function
989 RETURN_STR(_php_math_longtobase_pwr2(arg, 1)); in PHP_FUNCTION()
1002 RETURN_STR(_php_math_longtobase_pwr2(arg, 3)); in PHP_FUNCTION()
1015 RETURN_STR(_php_math_longtobase_pwr2(arg, 4)); in PHP_FUNCTION()
1025 RETVAL_STR(_php_math_longtobase_pwr2(arg, 4));

Completed in 12 milliseconds