HomeSort by relevance Sort by last modified time
    Searched refs:fexcept_t (Results 51 - 68 of 68) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 59 using ::fexcept_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 59 using ::fexcept_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 59 using ::fexcept_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 59 using ::fexcept_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 59 using ::fexcept_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 59 using ::fexcept_t;
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 39 * - a typedef for fexcept_t (XXX This file assumes fexcept_t is a
51 * define fenv_t and fexcept_t to match the hardware ABI. Otherwise, it
69 fegetexceptflag(fexcept_t *__flagp, int __excepts)
77 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 114 WRAP(fesetexceptflag)(const fexcept_t *flagp, int excepts)
116 const fexcept_t flagp_ = x86_change_except(*flagp);
122 WRAP(fegetexceptflag)(fexcept_t *flagp, int excepts)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenv.h 63 typedef unsigned short int fexcept_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h 63 typedef unsigned short int fexcept_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h 63 typedef unsigned short int fexcept_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
145 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
145 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h 55 typedef __uint16_t fexcept_t; typedef
132 fegetexceptflag(fexcept_t *__flagp, int __excepts)
146 int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 62 fexcept_t fex = 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 62 std::fexcept_t fex = 0;
  /bionic/libm/i387/
fenv.c 119 fesetexceptflag(const fexcept_t *flagp, int excepts)
145 fexcept_t ex = excepts;
283 fegetexceptflag(fexcept_t *flagp, int excepts)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 295 fexcept_t m_flags;
302 # define BOOST_MATH_INSTRUMENT_FPU do{ fexcept_t cpu_flags; fegetexceptflag(&cpu_flags, FE_ALL_EXCEPT); BOOST_MATH_INSTRUMENT_VARIABLE(cpu_flags); } while(0);

Completed in 2160 milliseconds

1 23