HomeSort by relevance Sort by last modified time
    Searched refs:feclearexcept (Results 1 - 25 of 71) 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 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /external/llvm/include/llvm/Support/
FEnv.h 36 feclearexcept(FE_ALL_EXCEPT);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 55 feclearexcept(FE_INEXACT);
fenv-softfloat.h 61 feclearexcept(int __excepts) function
  /bionic/tests/
fenv_test.cpp 64 feclearexcept(FE_ALL_EXCEPT);
74 feclearexcept(FE_OVERFLOW);
79 feclearexcept(FE_DIVBYZERO);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 31 extern int feclearexcept (int) __THROW;
53 using ::feclearexcept;
  /ndk/tests/device/fenv/jni/
test_fenv.c 109 feclearexcept(FE_ALL_EXCEPT);
119 feclearexcept(FE_OVERFLOW);
124 feclearexcept(FE_DIVBYZERO);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 65 extern int feclearexcept (int __excepts) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 65 extern int feclearexcept (int __excepts) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 65 extern int feclearexcept (int __excepts) __THROW;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 136 WRAP(feclearexcept)(int excepts) function
138 return REAL(feclearexcept)(x86_change_except(excepts));
  /bionic/libm/include/i387/
fenv.h 74 int feclearexcept(int excepts);
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 74 int feclearexcept(int excepts);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 63 static_assert((std::is_same<decltype(feclearexcept(0)), int>::value), "");
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 75 int feclearexcept(int excepts);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 75 int feclearexcept(int excepts);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 75 int feclearexcept(int excepts);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 75 int feclearexcept(int excepts);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
fenv.h 74 int feclearexcept(int excepts);

Completed in 394 milliseconds

1 2 3