Searched refs:feholdexcept (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/lib/libm/softfloat/
H A Dfeholdexcept.c1 /* $NetBSD: feholdexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */
33 __RCSID("$NetBSD: feholdexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $");
41 __weak_alias(feholdexcept,_feholdexcept)
45 feholdexcept(fenv_t *envp)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dfenv.h46 int feholdexcept(fenv_t* envp);
99 #ifdef feholdexcept
100 #undef feholdexcept macro
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dnearbyintq.c45 feholdexcept (&env);
58 feholdexcept (&env);
H A Dexpq.c141 feholdexcept (&oldenv);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dnearbyintq.c45 feholdexcept (&env);
58 feholdexcept (&env);
H A Dexpq.c141 feholdexcept (&oldenv);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h51 #undef feholdexcept macro
72 using ::feholdexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h51 #undef feholdexcept macro
72 using ::feholdexcept;
/netbsd-current/lib/libm/src/
H A Ds_lrint.c58 feholdexcept(&env);
H A De_sqrtl.c108 feholdexcept(&env);
H A Dnamespace.h50 #define feholdexcept _feholdexcept macro
/netbsd-current/lib/libm/arch/ia64/
H A Dfenv.c47 __weak_alias(feholdexcept,_feholdexcept)
70 extern inline int feholdexcept(fenv_t *__envp);
/netbsd-current/lib/libm/arch/mips/
H A Dfenv.c46 __weak_alias(feholdexcept,_feholdexcept)
73 extern inline int feholdexcept(fenv_t *__envp);
/netbsd-current/lib/libm/arch/powerpc/
H A Dfenv.c46 __weak_alias(feholdexcept,_feholdexcept)
69 extern inline int feholdexcept(fenv_t *__envp);
/netbsd-current/lib/libm/arch/sh3/
H A Dfenv.c47 __weak_alias(feholdexcept,_feholdexcept)
68 extern inline int feholdexcept(fenv_t *__envp);
/netbsd-current/lib/libm/arch/m68k/
H A Dfenv.c44 __weak_alias(feholdexcept,_feholdexcept)
69 extern inline int feholdexcept(fenv_t *__envp);
/netbsd-current/lib/libm/arch/alpha/
H A Dfenv.c40 __weak_alias(feholdexcept,_feholdexcept)
74 feholdexcept(fenv_t *envp) function
/netbsd-current/lib/libm/arch/riscv/
H A Dfenv.c54 __weak_alias(feholdexcept,_feholdexcept)
208 * The feholdexcept() function saves the current floating-point environment in
214 feholdexcept(fenv_t *envp) function
229 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
258 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/include/
H A Dfenv.h90 int feholdexcept(fenv_t *);
/netbsd-current/lib/libm/arch/arm/
H A Dfenv.c54 __weak_alias(feholdexcept,_feholdexcept)
216 * The feholdexcept() function shall save the current floating-point
222 feholdexcept(fenv_t *envp) function
/netbsd-current/lib/libm/arch/sparc/
H A Dfenv.c42 __weak_alias(feholdexcept,_feholdexcept)
248 * The feholdexcept() function saves the current floating-point environment
254 feholdexcept(fenv_t *envp) function
272 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
294 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/hppa/
H A Dfenv.c42 __weak_alias(feholdexcept,_feholdexcept)
269 * The feholdexcept() function saves the current floating-point environment
275 feholdexcept(fenv_t *envp) function
293 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
315 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/sparc64/
H A Dfenv.c42 __weak_alias(feholdexcept,_feholdexcept)
262 * The feholdexcept() function saves the current floating-point environment
268 feholdexcept(fenv_t *envp) function
286 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
308 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/aarch64/
H A Dfenv.c55 __weak_alias(feholdexcept,_feholdexcept)
189 * The feholdexcept() function shall save the current floating-point
195 feholdexcept(fenv_t *envp) function
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h182 int feholdexcept(fenv_t *);

Completed in 192 milliseconds

12