HomeSort by relevance Sort by last modified time
    Searched defs:fesetexceptflag (Results 1 - 25 of 46) sorted by null

1 2

  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 51 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { function
62 WRAP(fesetexceptflag)(&__ex, __excepts);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 77 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 114 WRAP(fesetexceptflag)(const fexcept_t *flagp, int excepts) function
118 return REAL(fesetexceptflag)(&flagp_, excepts_);
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { function
  /bionic/libm/include/arm/
fenv.h 95 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
106 fesetexceptflag(&__ex, __excepts);
  /bionic/libm/include/mips/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 95 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
106 fesetexceptflag(&__ex, __excepts);
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
fenv.h 93 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
109 fesetexceptflag(&__ex, __excepts); /* XXX */

Completed in 630 milliseconds

1 2