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

  /bionic/libm/include/
fenv.h 42 int fesetexceptflag(const fexcept_t *, int);
  /development/ndk/platforms/android-L/include/
fenv.h 42 int fesetexceptflag(const fexcept_t *, int);
  /development/ndk/platforms/android-3/header-patches/include/
fenv.h 93 int fesetexceptflag(const fexcept_t* __flagp, int __excepts);
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 51 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { function
62 WRAP(fesetexceptflag)(&__ex, __excepts);
  /bionic/libm/arm/
fenv.c 66 int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
77 fesetexceptflag(&__ex, __excepts);
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 95 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
106 fesetexceptflag(&__ex, __excepts);
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 120 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { function
123 return REAL(fesetexceptflag)(&mips64obj, mips64flag);
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 114 WRAP(fesetexceptflag)(const fexcept_t *flagp, int excepts) function
118 return REAL(fesetexceptflag)(&flagp_, excepts_);
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 77 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 76 int fesetexceptflag(const fexcept_t *flagp, int excepts);
  /external/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 66 static_assert((std::is_same<decltype(fesetexceptflag(&fex, 0)), int>::value), "");
  /bionic/libm/amd64/
fenv.c 132 * The validation of input is being deferred to fesetexceptflag().
139 fesetexceptflag((fexcept_t *)&excepts, excepts);
151 fesetexceptflag(const fexcept_t *flagp, int excepts) function
  /bionic/libm/arm64/
fenv.c 82 int fesetexceptflag(const fexcept_t* flagp, int excepts) { function
96 fesetexceptflag(&ex, excepts);
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 134 int WRAP(fesetexceptflag)(const fexcept_t_portable *obj, int flag) { function
137 return REAL(fesetexceptflag)(&x86_64obj, x86_64flag);
  /external/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 66 static_assert((std::is_same<decltype(std::fesetexceptflag(&fex, 0)), int>::value), "");
  /bionic/libm/mips/
fenv.c 76 int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /bionic/libm/i387/
fenv.c 121 fesetexceptflag(const fexcept_t *flagp, int excepts) function
149 fesetexceptflag(&ex, excepts);
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { function
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { function
  /external/ltrace/etc/
libm.so.conf 418 ; 213: 00000000000067f0 71 FUNC GLOBAL DEFAULT 13 fesetexceptflag@@GLIBC_2.2.5

Completed in 1189 milliseconds