Searched refs:__env_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/msun/mips/
H A Dfenv.c48 #define __env_flags(env) ((env) & FE_ALL_EXCEPT) macro
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.c44 #define __env_flags(env) ((env) & FE_ALL_EXCEPT) macro
/freebsd-13-stable/lib/msun/src/
H A Dfenv-softfloat.h48 * - macros __env_flags(env), __env_mask(env), and __env_round(env), which
141 __softfloat_float_exception_flags = __env_flags(*__envp);
/freebsd-13-stable/lib/msun/arm/
H A Dfenv.c68 #define __env_flags(env) ((env) & FE_ALL_EXCEPT) macro

Completed in 47 milliseconds