Searched defs:fegetround (Results 1 – 2 of 2) sorted by relevance
14 int LLVM_LIBC_ENTRYPOINT(fegetround)() { return fputil::getRound(); } in LLVM_LIBC_ENTRYPOINT() argument
26 pub(crate) fn fegetround() -> i32 { in fegetround() function