HomeSort by relevance Sort by last modified time
    Searched refs:feraiseexcept (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fenv.h 45 #undef feraiseexcept macro
64 using ::feraiseexcept;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 45 #undef feraiseexcept macro
64 using ::feraiseexcept;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 63 feraiseexcept(FE_INVALID);
s_fmal.c 200 feraiseexcept(FE_INEXACT);
202 feraiseexcept(FE_UNDERFLOW);
s_fma.c 212 feraiseexcept(FE_INEXACT);
214 feraiseexcept(FE_UNDERFLOW);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenv.h 97 extern int __REDIRECT_NTH (__feraiseexcept_renamed, (int), feraiseexcept);
99 __NTH (feraiseexcept (int __excepts)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenv.h 104 extern int __REDIRECT_NTH (__feraiseexcept_renamed, (int), feraiseexcept);
106 __NTH (feraiseexcept (int __excepts)) function
  /bionic/tests/
fenv_test.cpp 90 TEST(fenv, feraiseexcept) {
94 ASSERT_EQ(0, feraiseexcept(FE_DIVBYZERO | FE_OVERFLOW));
102 ASSERT_EQ(0, feraiseexcept(FE_OVERFLOW));
123 ASSERT_EQ(0, feraiseexcept(FE_OVERFLOW));
143 ASSERT_EQ(0, feraiseexcept(FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW));
179 ASSERT_EQ(0, feraiseexcept(FE_INVALID));
209 ASSERT_EQ(0, feraiseexcept(FE_INVALID));
  /bionic/tests/headers/posix/
fenv_h.c 57 FUNCTION(feraiseexcept, int (*f)(int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 72 extern int feraiseexcept (int __excepts) __THROW;
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 79 static __inline int feraiseexcept(int __excepts) { function
119 feraiseexcept(__fpscr & FE_ALL_EXCEPT);
legacy_fenv_inlines_mips.h 90 static __inline int feraiseexcept(int __excepts) { function
135 feraiseexcept(__fcsr & FE_ALL_EXCEPT);
  /bionic/libm/arm/
fenv.c 72 int feraiseexcept(int __excepts) { function
112 feraiseexcept(__fpscr & FE_ALL_EXCEPT);
  /bionic/libm/mips/
fenv.c 87 int feraiseexcept(int __excepts) { function
132 feraiseexcept(__fcsr & FE_ALL_EXCEPT);
  /bionic/libc/include/
fenv.h 52 int feraiseexcept(int __exceptions) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21) __INTRODUCED_IN_X86(9);
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 67 static_assert((std::is_same<decltype(feraiseexcept(0)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 132 extern int __cdecl feraiseexcept (int excepts );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 67 static_assert((std::is_same<decltype(feraiseexcept(0)), int>::value), "");
  /bionic/libm/amd64/
fenv.c 132 * The feraiseexcept() function raises the supported floating-point exceptions
142 feraiseexcept(int excepts) function
362 feraiseexcept(status | mxcsr);
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 69 static_assert((std::is_same<decltype(std::feraiseexcept(0)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 69 static_assert((std::is_same<decltype(std::feraiseexcept(0)), int>::value), "");
  /bionic/libm/arm64/
fenv.c 101 int feraiseexcept(int excepts) { function
  /bionic/libm/i387/
fenv.c 164 feraiseexcept(int excepts) function
228 feraiseexcept((mxcsr | status) & FE_ALL_EXCEPT);

Completed in 456 milliseconds