Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dxmlconfig.c185 const char *expTail; in strToF() local
186 exponent = strToI(string+1, &expTail, 10); in strToF()
187 if (expTail == string+1) in strToF()
190 *tail = expTail; in strToF()