Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_debug_norm.c296 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()
Dm_debug_xform.c255 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()
Dm_debug_clip.c326 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()
Dm_debug_util.h275 static int significand_match( GLfloat a, GLfloat b ) in significand_match() function