Searched refs:IsLogicalElementTrue (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction-templates.h | 59 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 D | transformational.cpp | 325 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 D | dot-product.cpp | 33 (IsLogicalElementTrue(x_, &xAt) && IsLogicalElementTrue(y_, &yAt)); in AccumulateIndexed()
|
| H A D | matmul.cpp | 42 (IsLogicalElementTrue(x_, xAt) && IsLogicalElementTrue(y_, yAt)); in Accumulate()
|
| H A D | findloc.cpp | 78 return IsLogicalElementTrue(array, at) == in operator ()() 79 IsLogicalElementTrue(target, at /*ignored*/); in operator ()()
|
| H A D | reduction.cpp | 217 return Accumulate(IsLogicalElementTrue(array_, at)); in AccumulateAt() 299 if (IsLogicalElementTrue(array_, at)) { in AccumulateAt()
|
| H A D | character.cpp | 413 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc() 418 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc() 423 back && IsLogicalElementTrue(*back, backAt)); in GeneralCharFunc()
|
| H A D | tools.h | 41 inline bool IsLogicalElementTrue( in IsLogicalElementTrue() function
|
| H A D | extrema.cpp | 248 if (IsLogicalElementTrue(*mask, maskAt)) { in TypedPartialMaxOrMinLoc()
|