Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S64 sticky: label
/llvm-project/flang/include/flang/Evaluate/
H A Drounding-bits.h46 constexpr bool sticky() const { return sticky_; } in sticky() function
/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp160 bool sticky{false}; in Multiply() local
247 bool sticky{msb || !top.IsZero()}; in Divide() local
308 bool sticky{true}; in SQRT() local
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h250 const bool sticky = (*lo << (typeWidth - count)) != 0; wideRightShiftWithSticky() local
254 const bool sticky = *hi << (2 * typeWidth - count) | *lo; wideRightShiftWithSticky() local
258 const bool sticky = *hi | *lo; wideRightShiftWithSticky() local