Searched refs:fenv (Results 1 - 20 of 20) sorted by relevance
/bionic/tests/ |
H A D | 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) {
|
H A D | math_data_test.h | 19 #include <fenv.h>
|
H A D | math_test.cpp | 55 #include <fenv.h>
|
/bionic/libm/amd64/ |
H A D | 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/ |
H A D | 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/ |
H A D | s_lrint.c | 28 #include <fenv.h>
|
H A D | s_nearbyint.c | 30 #include <fenv.h>
|
H A D | s_fmaf.c | 30 #include <fenv.h>
|
H A D | s_lround.c | 29 #include <fenv.h>
|
H A D | e_sqrtl.c | 30 #include <fenv.h>
|
H A D | s_fmal.c | 30 #include <fenv.h>
|
H A D | s_fma.c | 30 #include <fenv.h>
|
/bionic/benchmarks/ |
H A D | math_benchmark.cpp | 17 #include <fenv.h>
|
/bionic/libm/arm/ |
H A D | fenv.c | 26 * $FreeBSD: src/lib/msun/arm/fenv.c,v 1.1 2004/06/06 10:03:59 das Exp $ 29 #include <fenv.h>
|
/bionic/libm/mips/ |
H A D | fenv.c | 26 * $FreeBSD: src/lib/msun/mips/fenv.c,v 1.1 2008/04/26 12:20:29 imp Exp $ 29 #include <fenv.h>
|
/bionic/libm/arm64/ |
H A D | fenv.c | 26 * $FreeBSD: libm/aarch64/fenv.c $ 29 #include <fenv.h>
|
/bionic/libm/ |
H A D | Android.mk | 236 arm/fenv.c \ 296 arm64/fenv.c \ 326 mips/fenv.c \ 369 i387/fenv.c \ 426 amd64/fenv.c \
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 184 #include <fenv.h>
|
H A D | strtod.c | 34 #include <fenv.h>
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | s_logl.c | 79 #include <fenv.h>
|
Completed in 124 milliseconds