Home
last modified time | relevance | path

Searched refs:fegetexcept (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/tests/
H A Dfenv_test.cpp178 ASSERT_EQ(0, fegetexcept()); in TEST()
188 ASSERT_EQ(0, fegetexcept()); in TEST()
190 ASSERT_EQ(0, fegetexcept()); in TEST()
192 ASSERT_EQ(0, fegetexcept()); in TEST()
194 ASSERT_EQ(0, fegetexcept()); in TEST()
196 ASSERT_EQ(0, fegetexcept()); in TEST()
198 ASSERT_EQ(0, fegetexcept()); in TEST()
209 ASSERT_EQ(FE_INVALID, fegetexcept()); in TEST()
/aosp12/bionic/libc/include/
H A Dfenv.h62 int fegetexcept(void) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_X86(9);
/aosp12/bionic/libc/include/bits/
H A Dfenv_inlines_arm.h134 __BIONIC_FENV_INLINE int fegetexcept(void) { in fegetexcept() function
/aosp12/bionic/libm/arm64/
H A Dfenv.c175 int fegetexcept(void) { in fegetexcept() function
/aosp12/bionic/libm/amd64/
H A Dfenv.c413 fegetexcept(void) in fegetexcept() function
/aosp12/bionic/libm/i387/
H A Dfenv.c402 fegetexcept(void) in fegetexcept() function
/aosp12/bionic/libm/
H A Dlibm.map.txt117 fegetexcept; # introduced-arm=21 introduced-arm64=21 introduced-x86=9 introduced-x86_64=21