HomeSort by relevance Sort by last modified time
    Searched refs:fegetround (Results 1 - 25 of 72) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /bionic/tests/
fenv_test.cpp 40 ASSERT_EQ(FE_TONEAREST, fegetround());
46 ASSERT_EQ(FE_TOWARDZERO, fegetround());
52 ASSERT_EQ(FE_UPWARD, fegetround());
58 ASSERT_EQ(FE_DOWNWARD, fegetround());
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
fenv-softfloat.h 101 fegetround(void) function
  /ndk/tests/device/fenv/jni/
test_fenv.c 85 ASSERT_EQ(FE_TONEAREST, fegetround());
91 ASSERT_EQ(FE_TOWARDZERO, fegetround());
97 ASSERT_EQ(FE_UPWARD, fegetround());
103 ASSERT_EQ(FE_DOWNWARD, fegetround());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 34 extern int fegetround (void) __THROW;
56 using ::fegetround;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 86 extern int fegetround (void) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 86 extern int fegetround (void) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 86 extern int fegetround (void) __THROW;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 148 WRAP(fegetround)(void) function
150 int round = REAL(fegetround)();
  /bionic/libm/include/i387/
fenv.h 82 int fegetround(void);
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 82 int fegetround(void);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 68 static_assert((std::is_same<decltype(fegetround()), int>::value), "");
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 83 int fegetround(void);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 83 int fegetround(void);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 83 int fegetround(void);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 83 int fegetround(void);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
fenv.h 82 int fegetround(void);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
fenv.h 82 int fegetround(void);

Completed in 1058 milliseconds

1 2 3