Home
last modified time | relevance | path

Searched refs:IBCLR (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp37 if (word_.IOR(y.word_).IBCLR(bits - 1).IsZero()) { in Compare()
318 word_ = Word{word_.MASKR(word_.bits - 1)}.IBCLR(significandBits); in Normalize()
341 word_ = word_.IBCLR(significandBits); in Normalize()
Dfold-integer.cpp276 auto fptr{&Scalar<T>::IBCLR}; in FoldIntrinsicFunction()
/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h95 return {word_.IBCLR(bits - 1)}; in ABS()
299 return result.IBCLR(significandBits); in GetFraction()
Dinteger.h683 constexpr Integer IBCLR(int pos) const { in IBCLR() function