Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dreduction-templates.h59 if (IsLogicalElementTrue(*mask, maskAt)) { in DoTotalReduction()
64 } else if (!IsLogicalElementTrue(*mask, maskAt)) { in DoTotalReduction()
148 if (IsLogicalElementTrue(mask, maskAt)) { in ReduceDimMaskToScalar()
213 } else if (!IsLogicalElementTrue(*mask, maskAt)) { in PartialReduction()
H A Dtransformational.cpp325 if (IsLogicalElementTrue(mask, nullptr)) { in RTNAME()
332 if (IsLogicalElementTrue(mask, maskAt)) { in RTNAME()
359 if (IsLogicalElementTrue(mask, nullptr)) { in RTNAME()
370 if (IsLogicalElementTrue(mask, maskAt)) { in RTNAME()
577 if (IsLogicalElementTrue(mask, maskAt)) { in RTNAME()
H A Ddot-product.cpp33 (IsLogicalElementTrue(x_, &xAt) && IsLogicalElementTrue(y_, &yAt)); in AccumulateIndexed()
H A Dmatmul.cpp42 (IsLogicalElementTrue(x_, xAt) && IsLogicalElementTrue(y_, yAt)); in Accumulate()
H A Dfindloc.cpp78 return IsLogicalElementTrue(array, at) == in operator ()()
79 IsLogicalElementTrue(target, at /*ignored*/); in operator ()()
H A Dreduction.cpp217 return Accumulate(IsLogicalElementTrue(array_, at)); in AccumulateAt()
299 if (IsLogicalElementTrue(array_, at)) { in AccumulateAt()
H A Dcharacter.cpp413 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc()
418 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc()
423 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc()
H A Dtools.h41 inline bool IsLogicalElementTrue( in IsLogicalElementTrue() function
H A Dextrema.cpp248 if (IsLogicalElementTrue(*mask, maskAt)) { in TypedPartialMaxOrMinLoc()