OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_ex
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/math/
m_debug_util.h
275
int a_ex,
b_ex
, d_ex;
local
290
FREXPF( b, &
b_ex
);
293
if ( a_ex <
b_ex
) {
296
return
b_ex
- d_ex;
Completed in 319 milliseconds