Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_debug_util.h275 int a_ex, b_ex, d_ex; in significand_match() local
289 FREXPF( a, &a_ex ); in significand_match()
293 if ( a_ex < b_ex ) { in significand_match()
294 return a_ex - d_ex; in significand_match()