Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/fenv/
Dfesetround.cpp14 int LLVM_LIBC_ENTRYPOINT(fesetround)(int m) { return fputil::setRound(m); } in LLVM_LIBC_ENTRYPOINT()
/external/llvm-project/libc/utils/FPUtil/
DDummyFEnv.h27 int setRound(int) { return 0; } in setRound() function
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h274 static inline int setRound(int mode) { in setRound() function