Home
last modified time | relevance | path

Searched refs:fenv (Results 1 – 25 of 240) sorted by relevance

12345678910

/netbsd-src/lib/libm/arch/x86_64/
H A Dfenv.c140 fenv_t fenv; in feclearexcept() local
148 __fnstenv(&fenv); in feclearexcept()
151 fenv.x87.status &= ~ex; in feclearexcept()
154 __fldenv(fenv); in feclearexcept()
157 __stmxcsr(&fenv.mxcsr); in feclearexcept()
158 fenv.mxcsr &= ~ex; in feclearexcept()
159 __ldmxcsr(fenv.mxcsr); in feclearexcept()
228 fenv_t fenv; in fesetexceptflag() local
237 __fnstenv(&fenv); in fesetexceptflag()
240 fenv.x87.status |= *flagp & ex; in fesetexceptflag()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dsfp-exceptions.c27 struct fenv struct
59 struct fenv temp; in __sfp_handle_exceptions() argument
77 struct fenv temp; in __sfp_handle_exceptions()
85 struct fenv temp; in __sfp_handle_exceptions()
/netbsd-src/lib/libm/
H A DMakefile63 EXPSYM_SRCS+= m.fenv.expsym
85 COMMON_SRCS+= fenv.c
94 COMMON_SRCS+= fenv.c
108 # Instead, they are static inlines in fenv.h. So we won't use
109 # m.fenv.expsym.
116 COMMON_SRCS+= fenv.c
119 .for f in fenv.c lrint.S lrintf.S s_fabsf.S s_fma.S s_fmaf.S
130 COMMON_SRCS += fenv.c
134 COMMON_SRCS+= fenv.c
138 COMMON_SRCS+= fenv
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dhardware.d20 static import core.stdc.fenv;
136 INEXACT_MASK = core.stdc.fenv.FE_INEXACT, in version()
137 UNDERFLOW_MASK = core.stdc.fenv.FE_UNDERFLOW, in version()
138 OVERFLOW_MASK = core.stdc.fenv.FE_OVERFLOW, in version()
139 DIVBYZERO_MASK = core.stdc.fenv.FE_DIVBYZERO, in version()
140 INVALID_MASK = core.stdc.fenv.FE_INVALID, in version()
141 EXCEPTIONS_MASK = core.stdc.fenv.FE_ALL_EXCEPT, in version()
582 roundToNearest = core.stdc.fenv.FE_TONEAREST,
583 roundDown = core.stdc.fenv.FE_DOWNWARD,
584 roundUp = core.stdc.fenv.FE_UPWARD,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-387.h72 struct fenv struct
91 _Static_assert (sizeof(struct fenv) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE, argument
113 struct fenv temp; in local_feraiseexcept()
275 struct fenv temp; in set_fpu_except_flags()
429 struct fenv *envp = state; in get_fpu_state()
444 struct fenv *envp = state; in set_fpu_state()
H A Dfpu-aarch64.h51 struct fenv struct
58 _Static_assert (sizeof(struct fenv) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE, argument
226 struct fenv *envp = state; in get_fpu_state()
235 struct fenv *envp = state; in set_fpu_state()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dsfp-exceptions.c27 struct fenv struct
55 struct fenv temp; in __sfp_handle_exceptions() argument
/netbsd-src/sys/arch/ofppc/include/
H A DMakefile6 fenv.h \
/netbsd-src/sys/arch/ibmnws/include/
H A DMakefile6 fenv.h \
/netbsd-src/sys/arch/amigappc/include/
H A DMakefile6 fenv.h \
/netbsd-src/sys/arch/evbppc/include/
H A DMakefile6 fenv.h \
/netbsd-src/sys/arch/sandpoint/include/
H A DMakefile7 fenv.h \
/netbsd-src/sys/arch/rs6000/include/
H A DMakefile7 fenv.h \
/netbsd-src/sys/arch/mvmeppc/include/
H A DMakefile7 fenv.h \
/netbsd-src/sys/arch/bebox/include/
H A DMakefile7 fenv.h \
/netbsd-src/sys/arch/prep/include/
H A DMakefile7 fenv.h \
/netbsd-src/sys/arch/macppc/include/
H A DMakefile10 fenv.h \
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dt-linux3 # with <fenv.h>.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dt-linux3 # with <fenv.h>.
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfenv.h59 #include_next <fenv.h>
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d39 import core.stdc.fenv; in version()
43 import core.stdc.fenv; in version()
47 import core.stdc.fenv; in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h36 # include_next <fenv.h>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h36 # include_next <fenv.h>
/netbsd-src/sys/arch/evbcf/include/
H A DMakefile10 fenv.h float.h frame.h \
/netbsd-src/sys/arch/evbsh3/include/
H A DMakefile10 fenv.h float.h frame.h \

12345678910