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

  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 39 #define FE_TONEAREST_PORTABLE 0x0
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 48 case FE_TONEAREST_PORTABLE:
90 flags = FE_TONEAREST_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 53 case FE_TONEAREST_PORTABLE:
97 flags = FE_TONEAREST_PORTABLE;
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 50 case FE_TONEAREST_PORTABLE:
94 flags = FE_TONEAREST_PORTABLE;
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 57 case FE_TONEAREST_PORTABLE: {
102 flag = FE_TONEAREST_PORTABLE;

Completed in 118 milliseconds