Searched refs:significant (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c805 int significant; local
816 significant = 1; /* Does not matter here. */
834 significant = 1; /* Does not matter here. */
855 /* We need space for the significant digits and perhaps
863 significant = 0; /* We count significant digits. */
902 significant = 1;
927 significant = 1;
928 else if (significant == 0)

Completed in 22 milliseconds