Home
last modified time | relevance | path

Searched defs:FE_TONEAREST (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dfp_mode.h20 FE_TONEAREST, enumerator
/external/rust/crates/libm/src/math/
Dfenv.rs7 pub(crate) const FE_TONEAREST: i32 = 0; constant