HomeSort by relevance Sort by last modified time
    Searched refs:fenv (Results 1 - 25 of 64) 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/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), "");
  /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), "");
  /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/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/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>
s_fmaf.c 30 #include <fenv.h>
s_lround.c 29 #include <fenv.h>
  /development/ndk/platforms/android-L/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/5/sources/cxx-stl/gnu-libstdc++/include/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>
  /prebuilts/ndk/9/platforms/android-19/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/9/platforms/android-19/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/9/platforms/android-19/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fenv.h 25 /** @file fenv.h
36 # include_next <fenv.h>

Completed in 523 milliseconds

1 2 3