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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.c211 const XML_Char *expTail; local in function:strToF
212 exponent = strToI (string+1, &expTail, 10);
213 if (expTail == string+1)
216 *tail = expTail;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.c185 const char *expTail; local in function:strToF
186 exponent = strToI(string+1, &expTail, 10);
187 if (expTail == string+1)
190 *tail = expTail;

Completed in 9 milliseconds