HomeSort by relevance Sort by last modified time
    Searched refs:FE_INVALID_PORTABLE (Results 1 - 5 of 5) sorted by null

  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 30 #define FE_INVALID_PORTABLE 0x01
35 #define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE | FE_INVALID_PORTABLE |\
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 27 if (exception & FE_INVALID_PORTABLE)
70 flags |= FE_INVALID_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 31 if (exception & FE_INVALID_PORTABLE)
76 flags |= FE_INVALID_PORTABLE;
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 28 if (exception & FE_INVALID_PORTABLE)
73 flags |= FE_INVALID_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 38 if (exception & FE_INVALID_PORTABLE)
83 flag |= FE_INVALID_PORTABLE;

Completed in 237 milliseconds