Searched refs:REQUIRED_PRECISION (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_debug_util.h50 #define REQUIRED_PRECISION 10 /* allow 4 bits to miss */ macro
H A Dm_debug_norm.c297 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {
313 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) {
H A Dm_debug_xform.c256 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {
H A Dm_debug_clip.c326 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_debug_util.h50 #define REQUIRED_PRECISION 10 /* allow 4 bits to miss */ macro
H A Dm_debug_norm.c296 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {
312 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) {
H A Dm_debug_xform.c255 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {
H A Dm_debug_clip.c326 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) {

Completed in 6 milliseconds