Searched refs:d_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
294 frexpf( d, &d_ex );
297 return a_ex - d_ex;
299 return b_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
294 frexpf( d, &d_ex );
297 return a_ex - d_ex;
299 return b_ex - d_ex;

Completed in 4 milliseconds