Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c161 int magnitude, prec_digits; in lexbor_strtod_diyfp_strtod() local
225 magnitude = LEXBOR_DIYFP_SIGNIFICAND_SIZE + value.exp; in lexbor_strtod_diyfp_strtod()
227 - lexbor_strtod_diyfp_sgnd_size(magnitude); in lexbor_strtod_diyfp_strtod()
/PHP-8.2/main/
H A Dsnprintf.c217 uint64_t magnitude; in ap_php_conv_10() local
220 magnitude = (uint64_t) num; in ap_php_conv_10()
236 magnitude = ((uint64_t) - t) + 1; in ap_php_conv_10()
238 magnitude = (uint64_t) num; in ap_php_conv_10()
246 uint64_t new_magnitude = magnitude / 10; in ap_php_conv_10()
248 *--p = (char)(magnitude - new_magnitude * 10 + '0'); in ap_php_conv_10()
249 magnitude = new_magnitude; in ap_php_conv_10()
251 while (magnitude); in ap_php_conv_10()
/PHP-8.2/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt18 // different magnitude's
/PHP-8.2/
H A DUPGRADING485 magnitude for documents with tens of thousands of nodes.

Completed in 12 milliseconds