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

1 2 3

  /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-linux-glibc2.15-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
fenv.h 46 #undef fesetexceptflag macro
65 using ::fesetexceptflag;
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 71 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
82 fesetexceptflag(&__ex, __excepts);
legacy_fenv_inlines_mips.h 77 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /bionic/libm/amd64/
fenv.c 139 * The validation of input is being deferred to fesetexceptflag().
146 fesetexceptflag((fexcept_t *)&excepts, excepts);
158 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/platforms/android-9/arch-arm/include/
fenv.h 117 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
128 fesetexceptflag(&__ex, __excepts);
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 123 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /bionic/libm/arm64/
fenv.c 93 int fesetexceptflag(const fexcept_t* flagp, int excepts) { function
107 fesetexceptflag(&ex, excepts);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
fenv.h 131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
142 fesetexceptflag(&__ex, __excepts);

Completed in 2287 milliseconds

1 2 3