/src/lib/libm/arch/arm/ |
fenv.c | 57 __weak_alias(fesetexceptflag,_fesetexceptflag) 116 * The fesetexceptflag() function shall attempt to set the floating-point 125 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/riscv/ |
fenv.c | 57 __weak_alias(fesetexceptflag,_fesetexceptflag) 137 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/aarch64/ |
fenv.c | 58 __weak_alias(fesetexceptflag,_fesetexceptflag) 117 * The fesetexceptflag() function shall attempt to set the floating-point 126 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/hppa/ |
fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 132 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/sparc/ |
fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 111 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/sparc64/ |
fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 125 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/i387/ |
fenv.c | 52 __weak_alias(fesetexceptflag,_fesetexceptflag) 223 * The validation of input is being deferred to fesetexceptflag(). 233 fesetexceptflag(&ex, excepts); 246 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/lib/libm/arch/x86_64/ |
fenv.c | 50 __weak_alias(fesetexceptflag,_fesetexceptflag) 203 * The validation of input is being deferred to fesetexceptflag(). 213 fesetexceptflag((unsigned int *)&ex, ex); 226 fesetexceptflag(const fexcept_t *flagp, int excepts) function in typeref:typename:int
|
/src/sys/arch/alpha/include/ |
fenv.h | 107 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:int 134 fesetexceptflag(&__ex, __excepts);
|
/src/sys/arch/ia64/include/ |
fenv.h | 98 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:__fenv_static int
|
/src/sys/arch/sh3/include/ |
fenv.h | 109 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:__fenv_static int
|
/src/sys/arch/m68k/include/ |
fenv.h | 145 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:__fenv_static int
|
/src/sys/arch/mips/include/ |
fenv.h | 118 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:__fenv_static int 134 fesetexceptflag(&__ex, __excepts); /* XXX */
|
/src/sys/arch/powerpc/include/ |
fenv.h | 176 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function in typeref:typename:__fenv_static int
|
/src/lib/libm/src/ |
namespace.h | 53 #define fesetexceptflag _fesetexceptflag macro
|