HomeSort by relevance Sort by last modified time
    Searched defs:FE_DENORMAL (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/bits/
fenv_arm.h 66 #define FE_DENORMAL 0x80
67 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW | FE_DENORMAL)
fenv_x86.h 53 #define FE_DENORMAL 0x02
58 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
fenv_x86_64.h 42 #define FE_DENORMAL 0x02
52 #define FE_ALL_EXCEPT (FE_INVALID | FE_DENORMAL | FE_DIVBYZERO | \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 33 #define FE_DENORMAL 0x02
38 #define FE_ALL_EXCEPT (FE_INVALID | FE_DENORMAL | FE_DIVBYZERO \

Completed in 404 milliseconds