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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c120 static int dotchar(char *), unreadable(char *), sys(char *), dofort(char *);
290 switch(c = dotchar(infname = argv[i]) ) {
706 dotchar(char *s)
705 dotchar(char *s) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c791 const char *dotchar=NULL; /* where dot was found [NULL if none] */ local
817 if (dotchar!=NULL) break; /* not first '.' */
818 dotchar=c; /* record offset into decimal part */
870 if (dotchar!=NULL) { /* had a '.' */
873 exp-=(Int)(clast-dotchar); /* adjust exponent */
889 if (dotchar!=NULL) { /* a dot to worry about */
H A DdecNumber.c498 const char *dotchar=NULL; /* where dot was found */ local
521 if (*c=='.' && dotchar==NULL) { /* first '.' */
522 dotchar=c; /* record offset into decimal part */
546 if (dotchar!=NULL) break; /* .. unless had a dot */
645 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
646 exponent-=(last-dotchar); /* adjust exponent */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c791 const char *dotchar=NULL; /* where dot was found [NULL if none] */ local
817 if (dotchar!=NULL) break; /* not first '.' */
818 dotchar=c; /* record offset into decimal part */
870 if (dotchar!=NULL) { /* had a '.' */
873 exp-=(Int)(clast-dotchar); /* adjust exponent */
889 if (dotchar!=NULL) { /* a dot to worry about */
H A DdecNumber.c498 const char *dotchar=NULL; /* where dot was found */ local
521 if (*c=='.' && dotchar==NULL) { /* first '.' */
522 dotchar=c; /* record offset into decimal part */
546 if (dotchar!=NULL) break; /* .. unless had a dot */
645 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
646 exponent-=(last-dotchar); /* adjust exponent */

Completed in 200 milliseconds