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

1 2 3 4 5 6 7 8 91011>>

  /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), "");
  /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), "");
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 18 : fEnv(env), fJavaInputStream(js), fJavaByteArray(ar) {
27 JNIEnv* env = fEnv;
62 JNIEnv* env = fEnv;
113 JNIEnv* env = fEnv;
130 JNIEnv* fEnv;
183 : fEnv(env), fJavaOutputStream(stream), fJavaByteArray(storage), fBytesWritten(0) {
192 JNIEnv* env = fEnv;
214 fEnv->CallVoidMethod(fJavaOutputStream, gOutputStream_writeMethodID,
231 fEnv->CallVoidMethod(fJavaOutputStream, gOutputStream_flushMethodID);
235 JNIEnv* fEnv;
    [all...]
  /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) {
  /ndk/tests/build/fenv/jni/
test_fenv.c 16 #include <fenv.h>
test_fenv.cpp 16 #include <fenv.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/fenv.h
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
fenv.h 1 // TR1 fenv.h -*- C++ -*-
25 /** @file tr1/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...]
  /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>

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>