Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogram_lexer.l340 yylval->real = _mesa_strtof(yytext, NULL);
344 yylval->real = _mesa_strtof(yytext, NULL);
348 yylval->real = _mesa_strtof(yytext, NULL);
352 yylval->real = _mesa_strtof(yytext, NULL);
Dnvfragparse.c459 *number = (GLfloat) _mesa_strtof((const char *) parseState->pos, &end); in Parse_ScalarConstant()
/external/mesa3d/src/mesa/main/
Dimports.c542 _mesa_strtof( const char *s, char **end ) in _mesa_strtof() function
Dimports.h631 _mesa_strtof( const char *s, char **end );