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

  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 35 #define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE | FE_INVALID_PORTABLE |\
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 24 int exception = flags & FE_ALL_EXCEPT_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 28 int exception = flags & FE_ALL_EXCEPT_PORTABLE;
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 25 int exception = flags & FE_ALL_EXCEPT_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 36 int exception = flag & FE_ALL_EXCEPT_PORTABLE;

Completed in 185 milliseconds