Home
last modified time | relevance | path

Searched refs:testExcept (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/src/fenv/
Dfetestexcept.cpp14 int LLVM_LIBC_ENTRYPOINT(fetestexcept)(int e) { return fputil::testExcept(e); } in LLVM_LIBC_ENTRYPOINT()
/external/llvm-project/libc/utils/FPUtil/
DDummyFEnv.h21 int testExcept(int) { return 0; } in testExcept() function
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h189 static inline int testExcept(int excepts) { in testExcept() function