Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmath.c830 static zend_always_inline zend_string * _php_math_longtobase_pwr2(zend_long arg, int base_log2) in _php_math_longtobase_pwr2() argument
843 len = ((sizeof(value) * 8 - zend_ulong_nlz(value)) + (base_log2 - 1)) / base_log2; in _php_math_longtobase_pwr2()
852 *--ptr = digits[value & ((1 << base_log2) - 1)]; in _php_math_longtobase_pwr2()
853 value >>= base_log2; in _php_math_longtobase_pwr2()

Completed in 10 milliseconds