HomeSort by relevance Sort by last modified time
    Searched defs:fegetexceptflag (Results 1 - 25 of 67) sorted by null

1 2 3

  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 44 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
fenv.h 44 #undef fegetexceptflag macro
63 using ::fegetexceptflag;
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 69 fegetexceptflag(fexcept_t *__flagp, int __excepts) function
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 122 WRAP(fegetexceptflag)(fexcept_t *flagp, int excepts) function
124 REAL(fegetexceptflag)(flagp, x86_change_except(excepts));
  /bionic/libm/amd64/
fenv.c 100 * The fegetexceptflag() function stores an implementation-defined
105 fegetexceptflag(fexcept_t *flagp, int excepts) function
  /bionic/libm/arm/
fenv.c 59 int fegetexceptflag(fexcept_t* __flagp, int __excepts) { function
  /bionic/libm/mips/
fenv.c 69 int fegetexceptflag(fexcept_t* __flagp, int __excepts) { function
  /development/ndk/sources/android/libportable/arch-mips/
fenv.c 136 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { function
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 110 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) { function
111 int ret = REAL(fegetexceptflag)((fexcept_t*)obj, mips64_change_except(flag));
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 128 int WRAP(fegetexceptflag)(fexcept_t_portable *obj, int flag) { function
129 int ret = REAL(fegetexceptflag)((fexcept_t*)obj, x86_64_change_except(flag));
  /bionic/libm/arm64/
fenv.c 73 int fegetexceptflag(fexcept_t* flagp, int excepts) { function
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 88 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { function
  /development/ndk/platforms/android-9/arch-mips/include/
fenv.h 130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { function
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
fenv.h 83 fegetexceptflag(fexcept_t *__flagp, int __excepts) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
fenv.h 83 fegetexceptflag(fexcept_t *__flagp, int __excepts) function
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
fenv.h 83 fegetexceptflag(fexcept_t *__flagp, int __excepts) function
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
fenv.h 83 fegetexceptflag(fexcept_t *__flagp, int __excepts) function

Completed in 181 milliseconds

1 2 3