Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dextrema.cpp300 template <TypeCategory CAT, int KIND, bool IS_MAXVAL> struct MaxOrMinIdentity { struct
310 struct MaxOrMinIdentity<TypeCategory::Integer, 16, IS_MAXVAL> { struct
324 extremum_ = MaxOrMinIdentity<CAT, KIND, IS_MAXVAL>::Value(); in Reinitialize()
345 Type extremum_{MaxOrMinIdentity<CAT, KIND, IS_MAXVAL>::Value()};