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

  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 89 #define _FCSR_CAUSE_SHIFT 10
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
154 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT);
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 131 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
164 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT);

Completed in 3226 milliseconds