Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDreal.c1729 char exp_buf[16]; in real_to_hexadecimal() local
1762 sprintf (exp_buf, "p%+d", exp); in real_to_hexadecimal()
1763 max_digits = buf_size - strlen (exp_buf) - r->sign - 4 - 1; in real_to_hexadecimal()