Home
last modified time | relevance | path

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

/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt32 // For powers of two we expect no rejections and thus exactly
50 // Test lengths that are one more than the powers of two. For these
/php-src/ext/standard/
H A Dmath.c41 static const double powers[] = { in php_intpow10() local
45 return powers[power]; in php_intpow10()
1190 static const zend_ulong powers[] = { in _php_math_number_format_long() local
1225 if (dec < -(sizeof(powers) / sizeof(powers[0]) - 1)) { in _php_math_number_format_long()
1228 power = powers[-dec]; in _php_math_number_format_long()
/php-src/
H A DREADME.md13 web development. Fast, flexible and pragmatic, PHP powers everything from your

Completed in 10 milliseconds