Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dsnprintf.c323 register u_wide_int magnitude; in ap_php_conv_10() local
326 magnitude = (u_wide_int) num; in ap_php_conv_10()
342 magnitude = ((u_wide_int) - t) + 1; in ap_php_conv_10()
344 magnitude = (u_wide_int) num; in ap_php_conv_10()
352 register u_wide_int new_magnitude = magnitude / 10; in ap_php_conv_10()
354 *--p = (char)(magnitude - new_magnitude * 10 + '0'); in ap_php_conv_10()
355 magnitude = new_magnitude; in ap_php_conv_10()
357 while (magnitude); in ap_php_conv_10()
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt24 // different magnitude's
/PHP-5.5/
H A DNEWS4117 overflow), as the old fix impacted the algorithm for numbers with magnitude
9546 of magnitude). (Ilia)

Completed in 42 milliseconds