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.c297 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function()
302 MAX_PRECISION - significand_match( d[i][0], r[i][0] ) ); in test_norm_function()
305 MAX_PRECISION - significand_match( d[i][1], r[i][1] ) ); in test_norm_function()
308 MAX_PRECISION - significand_match( d[i][2], r[i][2] ) ); in test_norm_function()
313 if ( significand_match( d2[i][j], r2[i][j] ) < REQUIRED_PRECISION ) { in test_norm_function()
318 MAX_PRECISION - significand_match( d2[i][0], r2[i][0] ) ); in test_norm_function()
321 MAX_PRECISION - significand_match( d2[i][1], r2[i][1] ) ); in test_norm_function()
324 MAX_PRECISION - significand_match( d2[i][2], r2[i][2] ) ); in test_norm_function()
Dm_debug_xform.c256 if ( significand_match( d[i][j], r[i][j] ) < REQUIRED_PRECISION ) { in test_transform_function()
261 MAX_PRECISION - significand_match( d[i][0], r[i][0] ) ); in test_transform_function()
264 MAX_PRECISION - significand_match( d[i][1], r[i][1] ) ); in test_transform_function()
267 MAX_PRECISION - significand_match( d[i][2], r[i][2] ) ); in test_transform_function()
270 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