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

1 2 3

  /ndk/tests/build/fenv/jni/
test_fenv.c 16 #include <fenv.h>
test_fenv.cpp 16 #include <fenv.h>
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
fenv.h 5 "/usr/include/fenv.h"
14 #pragma GCC fenv
16 #include_next <fenv.h>
  /bionic/tests/
fenv_test.cpp 19 #include <fenv.h>
38 TEST(fenv, fesetround_fegetround_FE_TONEAREST) {
44 TEST(fenv, fesetround_fegetround_FE_TOWARDZERO) {
50 TEST(fenv, fesetround_fegetround_FE_UPWARD) {
56 TEST(fenv, fesetround_fegetround_FE_DOWNWARD) {
62 TEST(fenv, feclearexcept_fetestexcept) {
83 TEST(fenv, FE_DFL_ENV_macro) {
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 12 // <fenv.h>
14 #include <fenv.h>
63 fenv_t fenv = {0}; local
72 static_assert((std::is_same<decltype(fegetenv(&fenv)), int>::value), "");
73 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), "");
74 static_assert((std::is_same<decltype(fesetenv(&fenv)), int>::value), "");
75 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp 10 // <fenv.h>
12 #include <fenv.h>
61 fenv_t fenv = {0}; local
70 static_assert((std::is_same<decltype(fegetenv(&fenv)), int>::value), "");
71 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), "");
72 static_assert((std::is_same<decltype(fesetenv(&fenv)), int>::value), "");
73 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), "");
  /device/google/dragon/audio/hal/dsp/tests/
dsp_test_util.c 6 #include <fenv.h>
  /bionic/libm/amd64/
fenv.c 1 /* $OpenBSD: fenv.c,v 1.3 2012/12/05 23:20:02 deraadt Exp $ */
2 /* $NetBSD: fenv.c,v 1.1 2010/07/31 21:47:53 joerg Exp $ */
30 #include <fenv.h>
47 * It can be used as an argument to the functions within the <fenv.h> header
77 fenv_t fenv; local
83 __asm__ __volatile__ ("fnstenv %0" : "=m" (fenv));
86 fenv.__x87.__status &= ~excepts;
89 __asm__ __volatile__ ("fldenv %0" : : "m" (fenv));
153 fenv_t fenv; local
159 __asm__ __volatile__ ("fnstenv %0" : "=m" (fenv));
    [all...]
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 63 std::fenv_t fenv; local
72 static_assert((std::is_same<decltype(std::fegetenv(&fenv)), int>::value), "");
73 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), "");
74 static_assert((std::is_same<decltype(std::fesetenv(&fenv)), int>::value), "");
75 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 61 std::fenv_t fenv = {0}; local
70 static_assert((std::is_same<decltype(std::fegetenv(&fenv)), int>::value), "");
71 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), "");
72 static_assert((std::is_same<decltype(std::fesetenv(&fenv)), int>::value), "");
73 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), "");
  /ndk/tests/device/fenv/jni/
test_fenv.c 21 #include <fenv.h>
83 TEST(fenv, fesetround_fegetround_FE_TONEAREST) {
89 TEST(fenv, fesetround_fegetround_FE_TOWARDZERO) {
95 TEST(fenv, fesetround_fegetround_FE_UPWARD) {
101 TEST(fenv, fesetround_fegetround_FE_DOWNWARD) {
107 TEST(fenv, feclearexcept_fetestexcept) {
  /bionic/libm/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 28 #include <fenv.h>
s_nearbyint.c 30 #include <fenv.h>
  /development/ndk/platforms/android-21/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
fenv.h 1 /* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */
2 /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */
34 #include <machine/fenv.h>

Completed in 536 milliseconds

1 2 3