/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>
|
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
JavaInputStream.cpp | 12 : fEnv(env) 34 fEnv->CallIntMethod(fInputStream, fReadMethodID, fJavaBuffer); 35 if (fEnv->ExceptionCheck()) { 36 fEnv->ExceptionDescribe(); 37 fEnv->ExceptionClear(); 51 = fEnv->GetByteArrayElements(fJavaBuffer, NULL); 54 fEnv->ReleaseByteArrayElements(fJavaBuffer, bufferElements, 0);
|
JavaInputStream.h | 19 JNIEnv* fEnv;
|
/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), "");
|
/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) {
|
/device/google/dragon/audio/hal/dsp/tests/ |
dsp_test_util.c | 6 #include <fenv.h>
|
/frameworks/base/core/jni/android/graphics/ |
CreateJavaOutputStreamAdaptor.cpp | 20 : fEnv(env), fJavaInputStream(js), fJavaByteArray(ar) { 63 JNIEnv* env = fEnv; 114 JNIEnv* env = fEnv; 131 JNIEnv* fEnv; 184 : fEnv(env), fJavaOutputStream(stream), fJavaByteArray(storage), fBytesWritten(0) { 193 JNIEnv* env = fEnv; 215 fEnv->CallVoidMethod(fJavaOutputStream, gOutputStream_writeMethodID, 232 fEnv->CallVoidMethod(fJavaOutputStream, gOutputStream_flushMethodID); 236 JNIEnv* fEnv;
|
/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.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-linux-glibc2.15-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/current/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>
|
/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>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
fenv.hpp | 26 #include <bits/fenv.h> 64 #else /* if we're not using GNU's C stdlib, fenv.h should work with clang */ 69 #include <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>
|