Searched refs:teenth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c314 GLdouble teenth = 1.0 / n; local in function:fxt1_variance
323 var = sx2 * teenth - sx * sx * teenth * teenth;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c198 double teenth = 1.0 / n; local in function:fxt1_variance
207 var = sx2 * teenth - sx * sx * teenth * teenth;

Completed in 7 milliseconds