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

/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c361 const char *dotchar = NULL; /* where dot was found */ local
401 if (dotchar != NULL)
406 dotchar = c; /* offset into decimal part */
532 if (dotchar != NULL && dotchar < last) /* embedded . found, so */
533 exponent = exponent - (last - dotchar); /* .. adjust exponent */

Completed in 125 milliseconds