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

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-hexnan.c71 int havedig, hd0, i, nbits; local
86 havedig = hd0 = i = 0;
107 if (hd0 < havedig) {
114 hd0 = havedig;
126 if (/*(*/ c == ')' && havedig) {
145 havedig++;
164 if (!havedig)
H A Dgdtoa-gethex.c53 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
78 havedig = 0;
80 while(s0[havedig] == '0')
81 havedig++;
82 s0 += havedig;
88 havedig++;
108 havedig = 1;
157 if (!havedig)
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c1899 int havedig, udx0, xshift; local
1902 havedig = xshift = 0;
1913 if (udx0 && havedig) {
1919 else if (/*(*/ c == ')' && havedig) {
1925 havedig = 1;

Completed in 111 milliseconds