Home
last modified time | relevance | path

Searched refs:SetExponent (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dnumeric.cpp213 template <typename T> inline T SetExponent(T x, std::int64_t p) { in SetExponent() function
778 return SetExponent(x, p); in RTNAME()
782 return SetExponent(x, p); in RTNAME()
787 return SetExponent(x, p); in RTNAME()
792 return SetExponent(x, p); in RTNAME()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumeric.cpp120 TEST(Numeric, SetExponent) { in TEST() argument