Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_debug_norm.c301 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()
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.c260 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.c332 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.h51 #define MAX_PRECISION 24 /* max. precision possible */ macro
281 return MAX_PRECISION; /* Exact match */ in significand_match()