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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 62 fesetround(FE_TOWARDZERO);
65 fesetround(FE_TONEAREST);
s_fmal.c 228 fesetround(FE_TONEAREST);
250 fesetround(oround);
260 fesetround(oround);
  /external/valgrind/main/none/tests/mips32/
test_math.cpp 15 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
16 printf("fesetround(FE_UPWARD)\n");
20 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
21 printf("fesetround(FE_TOWARDZERO)\n");
25 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
26 printf("fesetround(FE_UPWARD)\n");
30 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
31 printf("fesetround(FE_TOWARDZERO)\n");
37 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
38 printf("fesetround(FE_UPWARD)\n")
    [all...]
test_math.stdout.exp 0 fesetround(FE_UPWARD)
5 fesetround(FE_TOWARDZERO)
9 fesetround(FE_UPWARD)
13 fesetround(FE_TOWARDZERO)
17 fesetround(FE_UPWARD)
33 fesetround(FE_TOWARDZERO)
37 fesetround(FE_UPWARD)
47 fesetround(FE_TOWARDZERO)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
fenv.h 49 #undef fesetround macro
69 using ::fesetround;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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);
  /external/valgrind/main/none/tests/mips64/
test_math.stdout.exp 0 fesetround(FE_UPWARD)
5 fesetround(FE_TOWARDZERO)
9 fesetround(FE_UPWARD)
13 fesetround(FE_TOWARDZERO)
17 fesetround(FE_UPWARD)
33 fesetround(FE_TOWARDZERO)
37 fesetround(FE_UPWARD)
47 fesetround(FE_TOWARDZERO)
  /bionic/libm/include/
fenv.h 46 int fesetround(int);
  /development/ndk/platforms/android-L/include/
fenv.h 46 int fesetround(int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
fenv.h 46 int fesetround(int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
fenv.h 46 int fesetround(int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
fenv.h 46 int fesetround(int);
  /development/ndk/platforms/android-3/header-patches/include/
fenv.h 97 int fesetround(int __round);
  /ndk/tests/device/fenv/jni/
test_fenv.c 84 fesetround(FE_TONEAREST);
90 fesetround(FE_TOWARDZERO);
96 fesetround(FE_UPWARD);
102 fesetround(FE_DOWNWARD);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 35 extern int fesetround (int) __THROW;
57 using ::fesetround;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fenv.h 89 extern int fesetround (int __rounding_direction) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fenv.h 89 extern int fesetround (int __rounding_direction) __THROW;

Completed in 1709 milliseconds

1 2 3 4 5