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

1 2

  /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);
fenv-softfloat.h 108 fesetround(int __round) function
s_fma.c 240 fesetround(FE_TONEAREST);
262 fesetround(oround);
272 fesetround(oround);
e_sqrtl.c 137 fesetround(FE_TOWARDZERO); /* Set to round-toward-zero. */
  /bionic/tests/
fenv_test.cpp 39 fesetround(FE_TONEAREST);
45 fesetround(FE_TOWARDZERO);
51 fesetround(FE_UPWARD);
57 fesetround(FE_DOWNWARD);
math_test.cpp 769 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
773 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
778 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
782 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
793 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
812 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
822 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
841 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
851 fesetround(FE_UPWARD); // lround ignores the rounding mode.
861 fesetround(FE_UPWARD); // llround ignores the rounding mode
    [all...]
  /bionic/libm/include/
fenv.h 46 int fesetround(int);
  /development/ndk/platforms/android-L/include/
fenv.h 46 int fesetround(int);
  /development/ndk/platforms/android-3/header-patches/include/
fenv.h 97 int fesetround(int __round);
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 136 int WRAP(fesetround)(int round) { function
137 return REAL(fesetround)(mips64_change_rounding(round));
  /development/ndk/sources/android/libportable/arch-x86/
fenv.c 156 WRAP(fesetround)(int round) function
158 return REAL(fesetround)(x86_change_rounding(round));
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 83 int fesetround(int round);
  /external/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 69 static_assert((std::is_same<decltype(fesetround(0)), int>::value), "");
  /bionic/benchmarks/
math_benchmark.cpp 136 fesetround(FE_TONEAREST);
152 fesetround(FE_TONEAREST);
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 156 int WRAP(fesetround)(int round) { function
157 return REAL(fesetround)(x86_64_change_rounding(round));
  /development/ndk/sources/android/libportable/arch-arm/
fenv.c 78 int WRAP(fesetround)(int __round) { function
  /external/deqp/framework/delibs/debase/
deMath.c 99 ret = fesetround(flag);
  /external/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 69 static_assert((std::is_same<decltype(std::fesetround(0)), int>::value), "");
  /bionic/libm/arm/
fenv.c 93 int fesetround(int __round) { function
  /bionic/libm/mips/
fenv.c 110 int fesetround(int __round) { function
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 122 static __inline int fesetround(int __round) { function
  /external/libpng/contrib/tools/
cvtcolor.c 60 fesetround(FE_TONEAREST);
  /bionic/libm/amd64/
fenv.c 219 * The fesetround() function establishes the rounding direction represented by
224 fesetround(int round) function
  /bionic/libm/arm64/
fenv.c 115 int fesetround(int round) { function

Completed in 421 milliseconds

1 2