Searched refs:fenv (Results 1 - 20 of 20) sorted by relevance

/bionic/tests/
H A Dfenv_test.cpp19 #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 Dmath_data_test.h19 #include <fenv.h>
H A Dmath_test.cpp55 #include <fenv.h>
/bionic/libm/amd64/
H A Dfenv.c1 /* $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 Dfenv.h1 /* $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 Ds_lrint.c28 #include <fenv.h>
H A Ds_nearbyint.c30 #include <fenv.h>
H A Ds_fmaf.c30 #include <fenv.h>
H A Ds_lround.c29 #include <fenv.h>
H A De_sqrtl.c30 #include <fenv.h>
H A Ds_fmal.c30 #include <fenv.h>
H A Ds_fma.c30 #include <fenv.h>
/bionic/benchmarks/
H A Dmath_benchmark.cpp17 #include <fenv.h>
/bionic/libm/arm/
H A Dfenv.c26 * $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 Dfenv.c26 * $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 Dfenv.c26 * $FreeBSD: libm/aarch64/fenv.c $
29 #include <fenv.h>
/bionic/libm/
H A DAndroid.mk236 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 Dgdtoaimp.h184 #include <fenv.h>
H A Dstrtod.c34 #include <fenv.h>
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c79 #include <fenv.h>

Completed in 124 milliseconds