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

  /bionic/libm/include/
fenv.h 49 int feholdexcept(fenv_t *);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 52 feholdexcept(&env);
fenv-softfloat.h 125 feholdexcept(fenv_t *__envp) function
e_sqrtl.c 99 feholdexcept(&env);
  /development/ndk/platforms/android-L/include/
fenv.h 49 int feholdexcept(fenv_t *);
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 144 int WRAP(feholdexcept)(fenv_t_portable *obj) { function
145 return REAL(feholdexcept)((fenv_t*)obj);
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 87 int feholdexcept(fenv_t *__envp);
  /external/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 71 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), "");
  /bionic/benchmarks/
math_benchmark.cpp 135 feholdexcept(&__libc_save_rm);
151 feholdexcept(&__libc_save_rm);
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 165 int WRAP(feholdexcept)(fenv_t_portable *obj) { function
166 return REAL(feholdexcept)((fenv_t*)obj);
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 87 int WRAP(feholdexcept)(fenv_t* __envp) { function
  /external/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 71 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), "");
  /bionic/libm/arm/
fenv.c 102 int feholdexcept(fenv_t* __envp) { function
  /bionic/libm/mips/
fenv.c 119 int feholdexcept(fenv_t* __envp) { function
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 131 static __inline int feholdexcept(fenv_t* __envp) { function
  /bionic/libm/amd64/
fenv.c 279 * The feholdexcept() function saves the current floating-point environment
285 feholdexcept(fenv_t *envp) function
314 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
336 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
  /bionic/libm/arm64/
fenv.c 128 int feholdexcept(fenv_t* envp) { function
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 180 static __inline int feholdexcept(fenv_t* __envp) { function
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 192 int WRAP(feholdexcept)(fenv_t* __envp) { function
  /bionic/libm/i387/
fenv.c 174 feholdexcept(fenv_t *envp) function
  /external/ltrace/etc/
libm.so.conf 402 ; 50: 00000000000068d0 85 FUNC GLOBAL DEFAULT 13 feholdexcept@@GLIBC_2.2.5

Completed in 1160 milliseconds