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

  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 41 #define FE_DOWNWARD_PORTABLE 0x2
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 51 case FE_DOWNWARD_PORTABLE:
93 flags = FE_DOWNWARD_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 56 case FE_DOWNWARD_PORTABLE:
100 flags = FE_DOWNWARD_PORTABLE;
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 53 case FE_DOWNWARD_PORTABLE:
97 flags = FE_DOWNWARD_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 61 case FE_DOWNWARD_PORTABLE: {
106 flag = FE_DOWNWARD_PORTABLE;

Completed in 257 milliseconds