HomeSort by: relevance | last modified time | path
    Searched defs:lasterror (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_fxt1.c 338 float error, lasterror = 1e9; local
387 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
390 lasterror = error;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_fxt1.c 457 GLfloat error, lasterror = 1e9; local
506 ((error < lasterror) && ((lasterror - error) < LL_RMS_D))) {
509 lasterror = error;

Completed in 6 milliseconds