Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Ds_expression.cpp78 char *float_end = NULL; in read_atom() local
79 float f = _mesa_strtof(src, &float_end); in read_atom()
80 if (float_end != src) { in read_atom()
84 if (float_end > int_end) in read_atom()