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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fenv.h 51 #undef feholdexcept macro
72 using ::feholdexcept;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 51 #undef feholdexcept macro
72 using ::feholdexcept;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 52 feholdexcept(&env);
e_sqrtl.c 99 feholdexcept(&env);
  /bionic/tests/headers/posix/
fenv_h.c 56 FUNCTION(feholdexcept, int (*f)(fenv_t*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 101 extern int feholdexcept (fenv_t *__envp) __THROW;
  /bionic/libc/include/
fenv.h 61 int feholdexcept(fenv_t* __env) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21) __INTRODUCED_IN_X86(9);
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 73 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 146 extern int __cdecl feholdexcept(fenv_t *);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 73 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), "");
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 106 static __inline int feholdexcept(fenv_t* __envp) { function
legacy_fenv_inlines_mips.h 122 static __inline int feholdexcept(fenv_t* __envp) { function
  /bionic/libm/arm/
fenv.c 99 int feholdexcept(fenv_t* __envp) { function
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 75 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 75 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), "");
  /bionic/libm/arm64/
fenv.c 136 int feholdexcept(fenv_t* envp) { function
  /bionic/libm/mips/
fenv.c 119 int feholdexcept(fenv_t* __envp) { function
  /bionic/benchmarks/
math_benchmark.cpp 154 feholdexcept(&__libc_save_rm);
166 feholdexcept(&__libc_save_rm);
  /bionic/libm/amd64/
fenv.c 286 * The feholdexcept() function saves the current floating-point environment
292 feholdexcept(fenv_t *envp) function
321 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
343 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
  /bionic/libm/i387/
fenv.c 193 feholdexcept(fenv_t *envp) function
  /bionic/tests/
fenv_test.cpp 104 // fegetenv (unlike feholdexcept) leaves the current state untouched...
125 // feholdexcept (unlike fegetenv) clears everything...
127 ASSERT_EQ(0, feholdexcept(&state));

Completed in 596 milliseconds