Searched refs:significand_match (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_debug_norm.c | 296 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function() 301 MAX_PRECISION - significand_match( d[i][0], r[i][0] ) ); in test_norm_function() 304 MAX_PRECISION - significand_match( d[i][1], r[i][1] ) ); in test_norm_function() 307 MAX_PRECISION - significand_match( d[i][2], r[i][2] ) ); in test_norm_function() 312 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function() 317 MAX_PRECISION - significand_match( d2[i][0], r2[i][0] ) ); in test_norm_function() 320 MAX_PRECISION - significand_match( d2[i][1], r2[i][1] ) ); in test_norm_function() 323 MAX_PRECISION - significand_match( d2[i][2], r2[i][2] ) ); in test_norm_function()
|
D | m_debug_xform.c | 255 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_transform_function() 260 MAX_PRECISION - significand_match( d[i][0], r[i][0] ) ); in test_transform_function() 263 MAX_PRECISION - significand_match( d[i][1], r[i][1] ) ); in test_transform_function() 266 MAX_PRECISION - significand_match( d[i][2], r[i][2] ) ); in test_transform_function() 269 MAX_PRECISION - significand_match( d[i][3], r[i][3] ) ); in test_transform_function()
|
D | m_debug_clip.c | 326 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_cliptest_function() 332 MAX_PRECISION - significand_match( d[i][0], r[i][0] ) ); in test_cliptest_function() 335 MAX_PRECISION - significand_match( d[i][1], r[i][1] ) ); in test_cliptest_function() 338 MAX_PRECISION - significand_match( d[i][2], r[i][2] ) ); in test_cliptest_function() 341 MAX_PRECISION - significand_match( d[i][3], r[i][3] ) ); in test_cliptest_function()
|
D | m_debug_util.h | 275 static int significand_match( GLfloat a, GLfloat b ) in significand_match() function
|