Searched defs:sticky (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/builtins/i386/ | ||
H A D | floatundisf.S | 64 sticky: label |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | rounding-bits.h | 46 constexpr bool sticky() const { return sticky_; } in sticky() function |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | real.cpp | 160 bool sticky{false}; in Multiply() local |
/llvm-project/compiler-rt/lib/builtins/ | ||
H A D | fp_lib.h | 250 const bool sticky = (*lo << (typeWidth - count)) != 0; wideRightShiftWithSticky() local |