/third_party/boost/boost/detail/ |
D | fenv.hpp | 29 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/ |
D | fenv.c | 8 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/ |
D | fenv.h | 11 int fegetexceptflag(fexcept_t *, int); 13 int fesetexceptflag(const fexcept_t *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fenv.h | 11 int fegetexceptflag(fexcept_t *, int); 13 int fesetexceptflag(const fexcept_t *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fenv.h | 11 int fegetexceptflag(fexcept_t *, int); 13 int fesetexceptflag(const fexcept_t *, int);
|
/third_party/musl/ndk_musl_include/ |
D | fenv.h | 11 int fegetexceptflag(fexcept_t *, int); 13 int fesetexceptflag(const fexcept_t *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fenv.h | 11 int fegetexceptflag(fexcept_t *, int); 13 int fesetexceptflag(const fexcept_t *, int);
|
/third_party/musl/src/fenv/ |
D | fegetexceptflag.c | 3 int fegetexceptflag(fexcept_t *fp, int mask) in fegetexceptflag()
|
D | fesetexceptflag.c | 3 int fesetexceptflag(const fexcept_t *fp, int mask) in fesetexceptflag()
|
/third_party/musl/arch/generic/bits/ |
D | fenv.h | 4 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fenv.h | 12 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/arch/s390x/bits/ |
D | fenv.h | 14 typedef unsigned fexcept_t; typedef
|
/third_party/musl/arch/riscv64/bits/ |
D | fenv.h | 14 typedef unsigned int fexcept_t; typedef
|
/third_party/musl/arch/sh/bits/ |
D | fenv.h | 20 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/arch/aarch64/bits/ |
D | fenv.h | 12 typedef unsigned int fexcept_t; typedef
|
/third_party/musl/arch/mips/bits/ |
D | fenv.h | 19 typedef unsigned short fexcept_t; typedef
|
/third_party/musl/porting/linux/user/arch/arm/bits/ |
D | fenv.h | 17 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fenv.h | 17 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fenv.h | 17 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/arch/mips64/bits/ |
D | fenv.h | 19 typedef unsigned short fexcept_t; typedef
|
/third_party/musl/arch/arm/bits/ |
D | fenv.h | 17 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fenv.h | 17 typedef unsigned long fexcept_t; typedef
|
/third_party/musl/arch/mipsn32/bits/ |
D | fenv.h | 19 typedef unsigned short fexcept_t; typedef
|
/third_party/musl/arch/m68k/bits/ |
D | fenv.h | 23 typedef unsigned fexcept_t; typedef
|
/third_party/musl/arch/powerpc64/bits/ |
D | fenv.h | 28 typedef unsigned fexcept_t; typedef
|