Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/fenv/
Dfegetround.cpp14 int LLVM_LIBC_ENTRYPOINT(fegetround)() { return fputil::getRound(); } in LLVM_LIBC_ENTRYPOINT()
/external/llvm-project/libc/utils/FPUtil/
DDummyFEnv.h25 int getRound() { return FE_TONEAREST; } in getRound() function
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h257 static inline int getRound() { in getRound() function