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

  /bionic/libm/include/
fenv.h 51 int feupdateenv(const fenv_t *);
63 * environment, namely fesetenv() and feupdateenv().
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 56 feupdateenv(&env);
fenv-softfloat.h 146 feupdateenv(const fenv_t *__envp) function
e_sqrtl.c 156 feupdateenv(&env); /* Restore env and raise inexact */
  /development/ndk/platforms/android-L/include/
fenv.h 51 int feupdateenv(const fenv_t *);
63 * environment, namely fesetenv() and feupdateenv().
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 152 int WRAP(feupdateenv)(const fenv_t_portable *obj) { function
153 return REAL(feupdateenv)((const fenv_t*)obj);
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 89 int feupdateenv(const fenv_t *__envp);
  /external/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 73 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), "");
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 173 int WRAP(feupdateenv)(const fenv_t_portable *obj) { function
174 return REAL(feupdateenv)((const fenv_t*)obj);
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 96 int WRAP(feupdateenv)(const fenv_t* __envp) { function
  /external/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 73 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), "");
  /bionic/libm/arm/
fenv.c 111 int feupdateenv(const fenv_t* __envp) { function
  /bionic/libm/mips/
fenv.c 128 int feupdateenv(const fenv_t* __envp) { function
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 140 static __inline int feupdateenv(const fenv_t* __envp) { function
  /bionic/benchmarks/
math_benchmark.cpp 138 feupdateenv(&__libc_save_rm);
  /bionic/libm/amd64/
fenv.c 49 * feupdateenv().
332 * The feupdateenv() function saves the currently raised floating-point
340 feupdateenv(const fenv_t *envp) function
  /bionic/libm/arm64/
fenv.c 151 int feupdateenv(const fenv_t* envp) { function
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 189 static __inline int feupdateenv(const fenv_t* __envp) { function
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 201 int WRAP(feupdateenv)(const fenv_t* __envp) { function
  /bionic/libm/i387/
fenv.c 197 feupdateenv(const fenv_t *envp) function
  /external/ltrace/etc/
libm.so.conf 406 ; 68: 0000000000006a60 52 FUNC GLOBAL DEFAULT 13 feupdateenv@@GLIBC_2.2.5

Completed in 357 milliseconds