HomeSort by relevance Sort by last modified time
    Searched refs:fegetexcept (Results 1 - 10 of 10) sorted by null

  /bionic/tests/
fenv_test.cpp 178 ASSERT_EQ(0, fegetexcept());
188 ASSERT_EQ(0, fegetexcept());
190 ASSERT_EQ(0, fegetexcept());
192 ASSERT_EQ(0, fegetexcept());
194 ASSERT_EQ(0, fegetexcept());
196 ASSERT_EQ(0, fegetexcept());
198 ASSERT_EQ(0, fegetexcept());
208 ASSERT_EQ(FE_INVALID, fegetexcept());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 131 extern int fegetexcept (void) __THROW;
  /bionic/libc/include/
fenv.h 68 int fegetexcept(void) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21) __INTRODUCED_IN_X86(9);
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 131 static __inline int fegetexcept(void) { function
legacy_fenv_inlines_mips.h 155 static __inline int fegetexcept(void) { function
  /bionic/libm/arm/
fenv.c 124 int fegetexcept(void) { function
  /bionic/libm/arm64/
fenv.c 175 int fegetexcept(void) { function
  /bionic/libm/mips/
fenv.c 152 int fegetexcept(void) { function
  /bionic/libm/amd64/
fenv.c 413 fegetexcept(void) function
  /bionic/libm/i387/
fenv.c 402 fegetexcept(void) function

Completed in 495 milliseconds