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

1 2

  /external/tensorflow/tensorflow/core/platform/
setround.cc 22 original_mode_ = std::fegetround();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 48 #undef fegetround macro
68 using ::fegetround;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa_fltrnds.h 7 switch(fegetround()) {
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
e_sqrtl.c 136 r = fegetround();
s_fmal.c 191 oround = fegetround();
s_fma.c 203 oround = fegetround();
  /bionic/tests/headers/posix/
fenv_h.c 55 FUNCTION(fegetround, int (*f)(void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 86 extern int fegetround (void) __THROW;
  /bionic/libc/include/
fenv.h 57 int fegetround(void) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21) __INTRODUCED_IN_X86(9);
  /bionic/tests/
fenv_test.cpp 43 ASSERT_EQ(FE_TONEAREST, fegetround());
49 ASSERT_EQ(FE_TOWARDZERO, fegetround());
55 ASSERT_EQ(FE_UPWARD, fegetround());
61 ASSERT_EQ(FE_DOWNWARD, fegetround());
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 70 static_assert((std::is_same<decltype(fegetround()), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 138 extern int __cdecl fegetround (void);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 70 static_assert((std::is_same<decltype(fegetround()), int>::value), "");
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 91 static __inline int fegetround(void) { function
legacy_fenv_inlines_mips.h 107 static __inline int fegetround(void) { function
  /bionic/libm/arm/
fenv.c 84 int fegetround(void) { function
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 72 static_assert((std::is_same<decltype(std::fegetround()), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 72 static_assert((std::is_same<decltype(std::fegetround()), int>::value), "");
  /bionic/libm/arm64/
fenv.c 116 int fegetround(void) { function
  /bionic/libm/mips/
fenv.c 104 int fegetround(void) { function
  /external/deqp/framework/delibs/debase/
deMath.c 53 int mode = fegetround();
  /bionic/libm/amd64/
fenv.c 207 * The fegetround() function gets the current rounding direction.
210 fegetround(void) function
  /bionic/libm/i387/
fenv.c 340 fegetround(void) function

Completed in 752 milliseconds

1 2