/third_party/musl/arch/generic/bits/ |
D | fenv.h | 10 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fenv.h | 15 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/s390x/bits/ |
D | fenv.h | 17 #define FE_DFL_ENV ((const fenv_t *)-1) macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fenv.h | 17 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/sh/bits/ |
D | fenv.h | 26 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fenv.h | 19 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/mips/bits/ |
D | fenv.h | 25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/porting/linux/user/arch/arm/bits/ |
D | fenv.h | 23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fenv.h | 23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fenv.h | 23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/mips64/bits/ |
D | fenv.h | 25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/arm/bits/ |
D | fenv.h | 23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fenv.h | 23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fenv.h | 25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/m68k/bits/ |
D | fenv.h | 29 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fenv.h | 31 #define FE_DFL_ENV ((const fenv_t *)-1) macro
|
/third_party/musl/arch/i386/bits/ |
D | fenv.h | 33 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fenv.h | 36 #define FE_DFL_ENV ((const fenv_t *)-1) macro
|
/third_party/musl/arch/x32/bits/ |
D | fenv.h | 34 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fenv.h | 34 #define FE_DFL_ENV ((const fenv_t *) -1) macro
|
/third_party/musl/src/fenv/s390x/ |
D | fenv.c | 54 set_fpc(envp != FE_DFL_ENV ? *envp : 0); in fesetenv()
|
/third_party/musl/libc-test/src/api/ |
D | fenv.c | 19 {const fenv_t *c = FE_DFL_ENV;} in f()
|
/third_party/musl/src/fenv/powerpc64/ |
D | fenv.c | 67 set_fpscr_f(envp != FE_DFL_ENV ? *envp : 0); in fesetenv()
|
/third_party/musl/src/fenv/m68k/ |
D | fenv.c | 72 if (envp == FE_DFL_ENV) in fesetenv()
|
/third_party/musl/libc-test/src/math/ |
D | fenv.c | 79 r = fesetenv(FE_DFL_ENV); in test_except() 144 r = fesetenv(FE_DFL_ENV); in test_round()
|