Home
last modified time | relevance | path

Searched refs:fegetexceptflag (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/tests/
H A Dfenv_test.cpp148 ASSERT_EQ(0, fegetexceptflag(&all, FE_ALL_EXCEPT)); in TEST()
149 ASSERT_EQ(0, fegetexceptflag(&two, FE_OVERFLOW | FE_UNDERFLOW)); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dfenv_h.c54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int)); in fenv_h()
/aosp12/bionic/libc/include/
H A Dfenv.h47 int fegetexceptflag(fexcept_t* __flag_ptr, int __exceptions) __INTRODUCED_IN_ARM(21) __INTRODUCED_I…
/aosp12/bionic/libc/include/bits/
H A Dfenv_inlines_arm.h66 __BIONIC_FENV_INLINE int fegetexceptflag(fexcept_t* __flagp, int __excepts) { in fegetexceptflag() function
/aosp12/bionic/libm/arm64/
H A Dfenv.c81 int fegetexceptflag(fexcept_t* flagp, int excepts) { in fegetexceptflag() function
/aosp12/bionic/libm/amd64/
H A Dfenv.c112 fegetexceptflag(fexcept_t *flagp, int excepts) in fegetexceptflag() function
/aosp12/bionic/libm/i387/
H A Dfenv.c304 fegetexceptflag(fexcept_t *flagp, int excepts) in fegetexceptflag() function
/aosp12/bionic/libm/
H A Dlibm.map.txt118 fegetexceptflag; # introduced-arm=21 introduced-arm64=21 introduced-x86=9 introduced-x86_64=21
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt244 fegetexceptflag