Home
last modified time | relevance | path

Searched refs:FE_DFL_ENV (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/arch/generic/bits/
Dfenv.h10 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h15 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/s390x/bits/
Dfenv.h17 #define FE_DFL_ENV ((const fenv_t *)-1) macro
/third_party/musl/arch/riscv64/bits/
Dfenv.h17 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/sh/bits/
Dfenv.h26 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/aarch64/bits/
Dfenv.h19 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/mips/bits/
Dfenv.h25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/mips64/bits/
Dfenv.h25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/arm/bits/
Dfenv.h23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h23 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h25 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/m68k/bits/
Dfenv.h29 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/powerpc64/bits/
Dfenv.h31 #define FE_DFL_ENV ((const fenv_t *)-1) macro
/third_party/musl/arch/i386/bits/
Dfenv.h33 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/powerpc/bits/
Dfenv.h36 #define FE_DFL_ENV ((const fenv_t *)-1) macro
/third_party/musl/arch/x32/bits/
Dfenv.h34 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h34 #define FE_DFL_ENV ((const fenv_t *) -1) macro
/third_party/musl/src/fenv/s390x/
Dfenv.c54 set_fpc(envp != FE_DFL_ENV ? *envp : 0); in fesetenv()
/third_party/musl/libc-test/src/api/
Dfenv.c19 {const fenv_t *c = FE_DFL_ENV;} in f()
/third_party/musl/src/fenv/powerpc64/
Dfenv.c67 set_fpscr_f(envp != FE_DFL_ENV ? *envp : 0); in fesetenv()
/third_party/musl/src/fenv/m68k/
Dfenv.c72 if (envp == FE_DFL_ENV) in fesetenv()
/third_party/musl/libc-test/src/math/
Dfenv.c79 r = fesetenv(FE_DFL_ENV); in test_except()
144 r = fesetenv(FE_DFL_ENV); in test_round()

12