OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FE_IEEE_UNDERFLOW
(Results
1 - 2
of
2
) sorted by null
/external/arm-optimized-routines/math/single/
math_private.h
63
#define
FE_IEEE_UNDERFLOW
(0x00000008)
e_powf.c
596
savedexcepts = __ieee_status(0,0) & (FE_IEEE_OVERFLOW |
FE_IEEE_UNDERFLOW
);
598
__ieee_status(FE_IEEE_OVERFLOW |
FE_IEEE_UNDERFLOW
, savedexcepts);
Completed in 213 milliseconds