HomeSort by relevance Sort by last modified time
    Searched refs:feupdateenv (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 53 #undef feupdateenv macro
74 using ::feupdateenv;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 53 #undef feupdateenv macro
74 using ::feupdateenv;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 56 feupdateenv(&env);
e_sqrtl.c 156 feupdateenv(&env); /* Restore env and raise inexact */
  /bionic/tests/headers/posix/
fenv_h.c 62 FUNCTION(feupdateenv, int (*f)(const fenv_t*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 110 extern int feupdateenv (__const fenv_t *__envp) __THROW;
  /bionic/libc/include/
fenv.h 63 int feupdateenv(const fenv_t* __env) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21)
79 * environment, namely fesetenv() and feupdateenv().
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 75 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 145 extern int __cdecl feupdateenv(const fenv_t *);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 75 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), "");
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 115 static __inline int feupdateenv(const fenv_t* __envp) { function
legacy_fenv_inlines_mips.h 131 static __inline int feupdateenv(const fenv_t* __envp) { function
  /bionic/libm/arm/
fenv.c 108 int feupdateenv(const fenv_t* __envp) { function
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 77 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 77 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), "");
  /bionic/libm/arm64/
fenv.c 150 int feupdateenv(const fenv_t* envp) { function
  /bionic/libm/mips/
fenv.c 128 int feupdateenv(const fenv_t* __envp) { function
  /bionic/libm/amd64/
fenv.c 56 * feupdateenv().
339 * The feupdateenv() function saves the currently raised floating-point
347 feupdateenv(const fenv_t *envp) function
  /bionic/benchmarks/
math_benchmark.cpp 157 feupdateenv(&__libc_save_rm);
  /bionic/libm/i387/
fenv.c 216 feupdateenv(const fenv_t *envp) function
  /bionic/tests/
fenv_test.cpp 113 // And fesetenv (unlike feupdateenv) clobbers that to return to where
134 // And feupdateenv (unlike fesetenv) merges what we started with
136 ASSERT_EQ(0, feupdateenv(&state));

Completed in 1336 milliseconds