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

1 2 3

  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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_);
  /bionic/libm/amd64/
fenv.c 132 * The validation of input is being deferred to fesetexceptflag().
139 fesetexceptflag((fexcept_t *)&excepts, excepts);
151 fesetexceptflag(const fexcept_t *flagp, int excepts) function
  /bionic/libm/arm/
fenv.c 66 int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
77 fesetexceptflag(&__ex, __excepts);
  /bionic/libm/mips/
fenv.c 76 int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { function
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 120 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { function
123 return REAL(fesetexceptflag)(&mips64obj, mips64flag);
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 134 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { function
137 return REAL(fesetexceptflag)(&x86_64obj, x86_64flag);
  /bionic/libm/arm64/
fenv.c 82 int fesetexceptflag(const fexcept_t* flagp, int excepts) { function
96 fesetexceptflag(&ex, excepts);
  /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 */

Completed in 84 milliseconds

1 2 3