Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dsnprintf.c318 register u_wide_int magnitude; in ap_php_conv_10() local
321 magnitude = (u_wide_int) num; in ap_php_conv_10()
337 magnitude = ((u_wide_int) - t) + 1; in ap_php_conv_10()
339 magnitude = (u_wide_int) num; in ap_php_conv_10()
347 register u_wide_int new_magnitude = magnitude / 10; in ap_php_conv_10()
349 *--p = (char)(magnitude - new_magnitude * 10 + '0'); in ap_php_conv_10()
350 magnitude = new_magnitude; in ap_php_conv_10()
352 while (magnitude); in ap_php_conv_10()
/PHP-5.4/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt24 // different magnitude's
/PHP-5.4/
H A DNEWS2928 overflow), as the old fix impacted the algorithm for numbers with magnitude
8357 of magnitude). (Ilia)

Completed in 34 milliseconds