Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
De_powf.c596 savedexcepts = __ieee_status(0,0) & (FE_IEEE_OVERFLOW | FE_IEEE_UNDERFLOW); in powf()
598 __ieee_status(FE_IEEE_OVERFLOW | FE_IEEE_UNDERFLOW, savedexcepts); in powf()
Dmath_private.h63 #define FE_IEEE_UNDERFLOW (0x00000008) macro