Home
last modified time | relevance | path

Searched refs:fexcept_t (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/detail/
Dfenv.hpp29 extern int fegetexceptflag (fexcept_t*, int) __THROW;
30 extern int fesetexceptflag (__const fexcept_t*, int) __THROW;
50 using ::fexcept_t;
77 using ::fexcept_t;
/third_party/musl/libc-test/src/api/
Dfenv.c8 T(fexcept_t) in f()
22 {int(*p)(fexcept_t*,int) = fegetexceptflag;} in f()
27 {int(*p)(const fexcept_t*,int) = fesetexceptflag;} in f()
/third_party/musl/include/
Dfenv.h11 int fegetexceptflag(fexcept_t *, int);
13 int fesetexceptflag(const fexcept_t *, int);
/third_party/musl/porting/uniproton/kernel/include/
Dfenv.h11 int fegetexceptflag(fexcept_t *, int);
13 int fesetexceptflag(const fexcept_t *, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dfenv.h11 int fegetexceptflag(fexcept_t *, int);
13 int fesetexceptflag(const fexcept_t *, int);
/third_party/musl/ndk_musl_include/
Dfenv.h11 int fegetexceptflag(fexcept_t *, int);
13 int fesetexceptflag(const fexcept_t *, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dfenv.h11 int fegetexceptflag(fexcept_t *, int);
13 int fesetexceptflag(const fexcept_t *, int);
/third_party/musl/src/fenv/
Dfegetexceptflag.c3 int fegetexceptflag(fexcept_t *fp, int mask) in fegetexceptflag()
Dfesetexceptflag.c3 int fesetexceptflag(const fexcept_t *fp, int mask) in fesetexceptflag()
/third_party/musl/arch/generic/bits/
Dfenv.h4 typedef unsigned long fexcept_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h12 typedef unsigned long fexcept_t; typedef
/third_party/musl/arch/s390x/bits/
Dfenv.h14 typedef unsigned fexcept_t; typedef
/third_party/musl/arch/riscv64/bits/
Dfenv.h14 typedef unsigned int fexcept_t; typedef
/third_party/musl/arch/sh/bits/
Dfenv.h20 typedef unsigned long fexcept_t; typedef
/third_party/musl/arch/aarch64/bits/
Dfenv.h12 typedef unsigned int fexcept_t; typedef
/third_party/musl/arch/mips/bits/
Dfenv.h19 typedef unsigned short fexcept_t; typedef
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h17 typedef unsigned long fexcept_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h17 typedef unsigned long fexcept_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h17 typedef unsigned long fexcept_t; typedef
/third_party/musl/arch/mips64/bits/
Dfenv.h19 typedef unsigned short fexcept_t; typedef
/third_party/musl/arch/arm/bits/
Dfenv.h17 typedef unsigned long fexcept_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h17 typedef unsigned long fexcept_t; typedef
/third_party/musl/arch/mipsn32/bits/
Dfenv.h19 typedef unsigned short fexcept_t; typedef
/third_party/musl/arch/m68k/bits/
Dfenv.h23 typedef unsigned fexcept_t; typedef
/third_party/musl/arch/powerpc64/bits/
Dfenv.h28 typedef unsigned fexcept_t; typedef

12