Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c272 const XML_Char *expTail; in strToF() local
273 exponent = strToI (string+1, &expTail, 10); in strToF()
274 if (expTail == string+1) in strToF()
277 *tail = expTail; in strToF()