HomeSort by relevance Sort by last modified time
    Searched refs:feclearexcept (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fenv.h 43 #undef feclearexcept macro
62 using ::feclearexcept;
  /external/adhd/cras/src/dsp/tests/
dsp_test_util.c 21 feclearexcept(FE_ALL_EXCEPT);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FEnv.h 36 feclearexcept(FE_ALL_EXCEPT);
  /external/valgrind/none/tests/mips32/
test_math.cpp 39 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
40 printf("feclearexcept(FE_ALL_EXCEPT)\n");
48 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
49 printf("feclearexcept(FE_ALL_EXCEPT)\n");
57 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
58 printf("feclearexcept(FE_ALL_EXCEPT)\n");
75 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
76 printf("feclearexcept(FE_ALL_EXCEPT)\n");
80 feclearexcept(FE_ALL_EXCEPT);
81 printf("feclearexcept(FE_ALL_EXCEPT)\n")
    [all...]
test_math.stdout.exp 18 feclearexcept(FE_ALL_EXCEPT)
23 feclearexcept(FE_ALL_EXCEPT)
28 feclearexcept(FE_ALL_EXCEPT)
38 feclearexcept(FE_ALL_EXCEPT)
41 feclearexcept(FE_ALL_EXCEPT)
44 feclearexcept(FE_ALL_EXCEPT)
54 feclearexcept(FE_ALL_EXCEPT): 0
  /external/valgrind/none/tests/mips64/
test_math.cpp 39 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
40 printf("feclearexcept(FE_ALL_EXCEPT)\n");
48 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
49 printf("feclearexcept(FE_ALL_EXCEPT)\n");
57 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
58 printf("feclearexcept(FE_ALL_EXCEPT)\n");
75 feclearexcept(FE_ALL_EXCEPT); // nearbyint/nearbyintf/nearbyintl don't set the FE_INEXACT flag.
76 printf("feclearexcept(FE_ALL_EXCEPT)\n");
80 feclearexcept(FE_ALL_EXCEPT);
81 printf("feclearexcept(FE_ALL_EXCEPT)\n")
    [all...]
test_math.stdout.exp 18 feclearexcept(FE_ALL_EXCEPT)
23 feclearexcept(FE_ALL_EXCEPT)
28 feclearexcept(FE_ALL_EXCEPT)
38 feclearexcept(FE_ALL_EXCEPT)
41 feclearexcept(FE_ALL_EXCEPT)
44 feclearexcept(FE_ALL_EXCEPT)
54 feclearexcept(FE_ALL_EXCEPT): 0
  /bionic/tests/
fenv_test.cpp 67 feclearexcept(FE_ALL_EXCEPT);
77 feclearexcept(FE_OVERFLOW);
82 feclearexcept(FE_DIVBYZERO);
91 feclearexcept(FE_ALL_EXCEPT);
100 feclearexcept(FE_ALL_EXCEPT);
121 feclearexcept(FE_ALL_EXCEPT);
142 feclearexcept(FE_ALL_EXCEPT);
152 feclearexcept(FE_ALL_EXCEPT);
157 feclearexcept(FE_ALL_EXCEPT);
162 feclearexcept(FE_ALL_EXCEPT)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 55 feclearexcept(FE_INEXACT);
  /external/linux-kselftest/tools/testing/selftests/x86/
test_FISTTP.c 25 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
49 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
73 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
102 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
test_FCOMI.c 38 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
95 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
124 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
153 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
185 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
239 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
267 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
  /bionic/tests/headers/posix/
fenv_h.c 52 FUNCTION(feclearexcept, int (*f)(int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 65 extern int feclearexcept (int __excepts) __THROW;
  /bionic/libc/include/
fenv.h 49 int feclearexcept(int __exceptions) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_MIPS(21) __INTRODUCED_IN_X86(9);
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 65 static_assert((std::is_same<decltype(feclearexcept(0)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 130 extern int __cdecl feclearexcept (int);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 65 static_assert((std::is_same<decltype(feclearexcept(0)), int>::value), "");
  /bionic/libc/include/android/
legacy_fenv_inlines_arm.h 55 static __inline int feclearexcept(int __excepts) { function
legacy_fenv_inlines_mips.h 63 static __inline int feclearexcept(int __excepts) { function
  /bionic/libm/arm/
fenv.c 48 int feclearexcept(int __excepts) { function
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 67 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 67 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), "");
  /bionic/libm/arm64/
fenv.c 71 int feclearexcept(int excepts) { function
  /bionic/libm/mips/
fenv.c 60 int feclearexcept(int __excepts) { function

Completed in 874 milliseconds

1 2