HomeSort by relevance Sort by last modified time
    Searched refs:fegetexceptflag (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 29 extern int fegetexceptflag (fexcept_t*, int) __THROW;
51 using ::fegetexceptflag;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 69 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 69 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 69 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 122 WRAP(fegetexceptflag)(fexcept_t *flagp, int excepts) function
124 REAL(fegetexceptflag)(flagp, x86_change_except(excepts));
  /bionic/libm/include/i387/
fenv.h 75 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 69 fegetexceptflag(fexcept_t *__flagp, int __excepts) function
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 75 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 64 static_assert((std::is_same<decltype(fegetexceptflag(&fex, 0)), int>::value), "");
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 76 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 76 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 76 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 76 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
fenv.h 75 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
fenv.h 75 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fenv.h 75 int fegetexceptflag(fexcept_t *flagp, int excepts);
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 44 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 64 static_assert((std::is_same<decltype(std::fegetexceptflag(&fex, 0)), int>::value), "");

Completed in 1444 milliseconds

1 2 3