Home
last modified time | relevance | path

Searched refs:RRSPACING (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h171 Real RRSPACING() const;
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-real.cpp231 [](const Scalar<T> &x) -> Scalar<T> { return x.RRSPACING(); })); in FoldIntrinsicFunction()
H A Dreal.cpp730 template <typename W, int P> Real<W, P> Real<W, P>::RRSPACING() const { in RRSPACING() function in Fortran::evaluate::value::Real