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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_debug_util.h278 int a_ex, b_ex, d_ex; local in function:significand_match
292 frexpf( a, &a_ex );
296 if ( a_ex < b_ex ) {
297 return a_ex - d_ex;
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_debug_util.h278 int a_ex, b_ex, d_ex; local in function:significand_match
292 frexpf( a, &a_ex );
296 if ( a_ex < b_ex ) {
297 return a_ex - d_ex;

Completed in 51 milliseconds