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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 62 fesetround(FE_TOWARDZERO);
65 fesetround(FE_TONEAREST);
s_fma.c 240 fesetround(FE_TONEAREST);
260 fesetround(oround);
270 fesetround(oround);
s_fmal.c 228 fesetround(FE_TONEAREST);
248 fesetround(oround);
258 fesetround(oround);
fenv-softfloat.h 108 fesetround(int __round) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /bionic/tests/
fenv_test.cpp 39 fesetround(FE_TONEAREST);
45 fesetround(FE_TOWARDZERO);
51 fesetround(FE_UPWARD);
57 fesetround(FE_DOWNWARD);
math_test.cpp 664 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
668 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
673 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
677 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
684 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
703 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
710 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
729 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
736 fesetround(FE_UPWARD); // lround ignores the rounding mode.
743 fesetround(FE_UPWARD); // llround ignores the rounding mode
    [all...]
  /ndk/tests/device/fenv/jni/
test_fenv.c 84 fesetround(FE_TONEAREST);
90 fesetround(FE_TOWARDZERO);
96 fesetround(FE_UPWARD);
102 fesetround(FE_DOWNWARD);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 89 extern int fesetround (int __rounding_direction) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 89 extern int fesetround (int __rounding_direction) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 89 extern int fesetround (int __rounding_direction) __THROW;
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 155 WRAP(fesetround)(int round) function
157 return REAL(fesetround)(x86_change_rounding(round));
  /bionic/libm/include/i387/
fenv.h 83 int fesetround(int round);
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 83 int fesetround(int round);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
fenv_h.pass.cpp 69 static_assert((std::is_same<decltype(fesetround(0)), int>::value), "");
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 84 int fesetround(int round);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 84 int fesetround(int round);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 84 int fesetround(int round);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 84 int fesetround(int round);
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 78 int WRAP(fesetround)(int __round) { function
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 69 static_assert((std::is_same<decltype(std::fesetround(0)), int>::value), "");
  /bionic/libm/include/arm/
fenv.h 122 static __inline int fesetround(int __round) { function

Completed in 138 milliseconds

1 2 3