Searched refs:fesetexceptflag (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | fenv_test.cpp | 152 ASSERT_EQ(0, fesetexceptflag(&all, FE_ALL_EXCEPT)); in TEST() 157 ASSERT_EQ(0, fesetexceptflag(&two, FE_ALL_EXCEPT)); in TEST() 162 ASSERT_EQ(0, fesetexceptflag(&all, FE_DIVBYZERO)); in TEST() 167 ASSERT_EQ(0, fesetexceptflag(&all, FE_OVERFLOW | FE_UNDERFLOW)); in TEST()
|
/bionic/libc/include/bits/ |
D | fenv_inlines_arm.h | 73 __BIONIC_FENV_INLINE int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { in fesetexceptflag() function 84 fesetexceptflag(&__ex, __excepts); in feraiseexcept()
|
D | fenv_inlines_mips.h | 82 __BIONIC_FENV_INLINE int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { in fesetexceptflag() function
|
/bionic/tests/headers/posix/ |
D | fenv_h.c | 59 FUNCTION(fesetexceptflag, int (*f)(const fexcept_t*, int)); in fenv_h()
|
/bionic/libm/arm64/ |
D | fenv.c | 90 int fesetexceptflag(const fexcept_t* flagp, int excepts) { in fesetexceptflag() function 104 fesetexceptflag(&ex, excepts); in feraiseexcept()
|
/bionic/libc/include/ |
D | fenv.h | 52 int fesetexceptflag(const fexcept_t* __flag_ptr, int __exceptions) __INTRODUCED_IN_ARM(21) __INTROD…
|
/bionic/libm/amd64/ |
D | fenv.c | 146 fesetexceptflag((fexcept_t *)&excepts, excepts); in feraiseexcept() 158 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() function
|
/bionic/libm/i387/ |
D | fenv.c | 140 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() function 168 fesetexceptflag(&ex, excepts); in feraiseexcept()
|
/bionic/libm/ |
D | libm.map.txt | 123 …fesetexceptflag; # introduced-arm=21 introduced-arm64=21 introduced-mips=21 introduced-mips64=21 i…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 251 fesetexceptflag
|