HomeSort by relevance Sort by last modified time
    Searched defs:fexcept_t (Results 76 - 79 of 79) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fenv.h 79 typedef __uint32_t fexcept_t; typedef
122 fexcept_t __fcsr;
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) {
131 fexcept_t __fcsr;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) {
138 fexcept_t __fcsr;
149 fexcept_t __fcsr;
160 fexcept_t __FCSR;
190 fexcept_t __fcsr;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
145 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
145 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
146 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);

Completed in 82 milliseconds

1 2 34