Searched defs:FE_TONEAREST (Results 1 – 2 of 2) sorted by relevance
| /external/llvm-project/compiler-rt/lib/builtins/ | ||
| D | fp_mode.h | 20 FE_TONEAREST, enumerator |
| /external/rust/crates/libm/src/math/ | ||
| D | fenv.rs | 7 pub(crate) const FE_TONEAREST: i32 = 0; constant |