Searched refs:fegetexceptflag (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/include/ |
D | fenv.h | 66 int fegetexceptflag(fexcept_t* _Nonnull __flag_ptr, int __exceptions);
|
/bionic/tests/headers/posix/ |
D | fenv_h.c | 54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int)); in fenv_h()
|
/bionic/libm/riscv64/ |
D | fenv.c | 53 int fegetexceptflag(fexcept_t* flagp, int excepts) { in fegetexceptflag() function
|
/bionic/tests/ |
D | fenv_test.cpp | 164 ASSERT_EQ(0, fegetexceptflag(&all, FE_ALL_EXCEPT)); in TEST() 165 ASSERT_EQ(0, fegetexceptflag(&two, FE_OVERFLOW | FE_UNDERFLOW)); in TEST()
|
/bionic/libm/arm/ |
D | fenv.c | 56 int fegetexceptflag(fexcept_t* __flagp, int __excepts) { in fegetexceptflag() function
|
/bionic/libm/arm64/ |
D | fenv.c | 78 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
|