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

  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 31 #define FE_DIVBYZERO_PORTABLE 0x02
35 #define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE | FE_INVALID_PORTABLE |\
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 29 if (exception & FE_DIVBYZERO_PORTABLE)
72 flags |= FE_DIVBYZERO_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 33 if (exception & FE_DIVBYZERO_PORTABLE)
78 flags |= FE_DIVBYZERO_PORTABLE;
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 30 if (exception & FE_DIVBYZERO_PORTABLE)
75 flags |= FE_DIVBYZERO_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 40 if (exception & FE_DIVBYZERO_PORTABLE)
85 flag |= FE_DIVBYZERO_PORTABLE;

Completed in 472 milliseconds