Home
last modified time | relevance | path

Searched refs:base_log2 (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() argument
885 len = ((sizeof(value) * 8 - zend_ulong_nlz(value)) + (base_log2 - 1)) / base_log2; in _php_math_longtobase_pwr2()
894 *--ptr = digits[value & ((1 << base_log2) - 1)]; in _php_math_longtobase_pwr2()
895 value >>= base_log2; in _php_math_longtobase_pwr2()

Completed in 7 milliseconds