Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_debug_norm.c296 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function()
312 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function()
Dm_debug_util.h50 #define REQUIRED_PRECISION 10 /* allow 4 bits to miss */ macro
Dm_debug_xform.c255 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_transform_function()
Dm_debug_clip.c326 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_cliptest_function()