Searched refs:feenableexcept (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/lib/libm/softfloat/
H A Dfeenableexcept.c1 /* $NetBSD: feenableexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */
33 __RCSID("$NetBSD: feenableexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $");
41 __weak_alias(feenableexcept,_feenableexcept)
45 feenableexcept(int excepts)
/netbsd-current/tests/lib/libm/
H A Dt_fenv.c305 ATF_TC(feenableexcept); variable
307 ATF_TC_HEAD(feenableexcept, tc)
310 "verify the feenableexcept() function agrees with the legacy "
314 ATF_TC_BODY(feenableexcept, tc)
323 feenableexcept(FE_UNDERFLOW);
329 feenableexcept(FE_OVERFLOW);
335 feenableexcept(FE_DIVBYZERO);
341 feenableexcept(FE_INEXACT);
347 feenableexcept(FE_INVALID);
384 feenableexcept(FE_TRAP_EXCEP
[all...]
/netbsd-current/lib/libm/arch/ia64/
H A Dfenv.c42 __weak_alias(feenableexcept,_feenableexcept)
72 extern inline int feenableexcept(int __excepts);
/netbsd-current/lib/libm/arch/mips/
H A Dfenv.c41 __weak_alias(feenableexcept,_feenableexcept)
76 extern inline int feenableexcept(int __excepts);
/netbsd-current/lib/libm/arch/powerpc/
H A Dfenv.c41 __weak_alias(feenableexcept,_feenableexcept)
72 extern inline int feenableexcept(int __excepts);
/netbsd-current/lib/libm/arch/m68k/
H A Dfenv.c53 __weak_alias(feenableexcept,_feenableexcept)
73 extern inline int feenableexcept(int __excepts);
/netbsd-current/lib/libm/arch/alpha/
H A Dfenv.c43 __weak_alias(feenableexcept,_feenableexcept)
123 feenableexcept(int mask) function
/netbsd-current/lib/libm/arch/riscv/
H A Dfenv.c49 __weak_alias(feenableexcept,_feenableexcept)
279 feenableexcept(int nmask) function
/netbsd-current/include/
H A Dfenv.h96 int feenableexcept(int);
/netbsd-current/lib/libm/arch/sh3/
H A Dfenv.c42 __weak_alias(feenableexcept,_feenableexcept)
/netbsd-current/lib/libm/arch/arm/
H A Dfenv.c49 __weak_alias(feenableexcept,_feenableexcept)
138 feenableexcept(int excepts) function
/netbsd-current/lib/libm/arch/sparc/
H A Dfenv.c37 __weak_alias(feenableexcept,_feenableexcept)
318 feenableexcept(int mask) function
/netbsd-current/lib/libm/arch/hppa/
H A Dfenv.c37 __weak_alias(feenableexcept,_feenableexcept)
339 feenableexcept(int mask) function
/netbsd-current/lib/libm/arch/sparc64/
H A Dfenv.c37 __weak_alias(feenableexcept,_feenableexcept)
332 feenableexcept(int mask) function
/netbsd-current/lib/libm/arch/aarch64/
H A Dfenv.c50 __weak_alias(feenableexcept,_feenableexcept)
237 feenableexcept(int excepts) function
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h187 int feenableexcept(int);
/netbsd-current/lib/libm/src/
H A Dnamespace.h45 #define feenableexcept _feenableexcept macro
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h256 feenableexcept(int __mask) function
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h221 feenableexcept(int __mask) function
/netbsd-current/sys/arch/mips/include/
H A Dfenv.h216 feenableexcept(int __excepts) function
/netbsd-current/tests/kernel/
H A Dh_segv.c140 feenableexcept(FE_ALL_EXCEPT);
/netbsd-current/lib/libm/arch/i387/
H A Dfenv.c44 __weak_alias(feenableexcept,_feenableexcept)
475 feenableexcept(int mask) function
/netbsd-current/lib/libm/arch/x86_64/
H A Dfenv.c42 __weak_alias(feenableexcept,_feenableexcept)
494 feenableexcept(int mask) function
/netbsd-current/tests/lib/libc/gen/
H A Dt_siginfo.c330 feenableexcept(FE_ALL_EXCEPT);
381 feenableexcept(FE_ALL_EXCEPT);
/netbsd-current/sys/arch/powerpc/include/
H A Dfenv.h288 feenableexcept(int __mask) function

Completed in 153 milliseconds

12