Searched refs:fegetexceptflag (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | fenv_test.cpp | 147 ASSERT_EQ(0, fegetexceptflag(&all, FE_ALL_EXCEPT)); in TEST() 148 ASSERT_EQ(0, fegetexceptflag(&two, FE_OVERFLOW | FE_UNDERFLOW)); in TEST()
|
/bionic/tests/headers/posix/ |
D | fenv_h.c | 54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int)); in fenv_h()
|
/bionic/libc/include/ |
D | fenv.h | 47 int fegetexceptflag(fexcept_t* __flag_ptr, int __exceptions) __INTRODUCED_IN_ARM(21) __INTRODUCED_I…
|
/bionic/libc/include/bits/ |
D | fenv_inlines_arm.h | 66 __BIONIC_FENV_INLINE int fegetexceptflag(fexcept_t* __flagp, int __excepts) { in fegetexceptflag() function
|
/bionic/libm/arm64/ |
D | fenv.c | 81 int fegetexceptflag(fexcept_t* flagp, int excepts) { in fegetexceptflag() function
|
/bionic/libm/amd64/ |
D | fenv.c | 112 fegetexceptflag(fexcept_t *flagp, int excepts) in fegetexceptflag() function
|
/bionic/libm/i387/ |
D | fenv.c | 304 fegetexceptflag(fexcept_t *flagp, int excepts) in fegetexceptflag() function
|
/bionic/libm/ |
D | libm.map.txt | 118 fegetexceptflag; # introduced-arm=21 introduced-arm64=21 introduced-x86=9 introduced-x86_64=21
|
/bionic/libc/tools/ |
D | posix-2013.txt | 244 fegetexceptflag
|