Lines Matching refs:Real
97 CppTypeFor<TypeCategory::Real, 4> RTNAME(ProductReal4)(const Descriptor &x, in RTNAME()
99 return GetTotalReduction<TypeCategory::Real, 4>(x, source, line, dim, mask, in RTNAME()
100 NonComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 8>>{x}, in RTNAME()
103 CppTypeFor<TypeCategory::Real, 8> RTNAME(ProductReal8)(const Descriptor &x, in RTNAME()
105 return GetTotalReduction<TypeCategory::Real, 8>(x, source, line, dim, mask, in RTNAME()
106 NonComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 8>>{x}, in RTNAME()
110 CppTypeFor<TypeCategory::Real, 10> RTNAME(ProductReal10)(const Descriptor &x, in RTNAME()
112 return GetTotalReduction<TypeCategory::Real, 10>(x, source, line, dim, mask, in RTNAME()
113 NonComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 10>>{x}, in RTNAME()
117 CppTypeFor<TypeCategory::Real, 16> RTNAME(ProductReal16)(const Descriptor &x, in RTNAME()
119 return GetTotalReduction<TypeCategory::Real, 16>(x, source, line, dim, mask, in RTNAME()
120 NonComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 16>>{x}, in RTNAME()
129 mask, ComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 8>>{x}, in RTNAME()
136 mask, ComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 8>>{x}, in RTNAME()
144 mask, ComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 10>>{x}, in RTNAME()
152 mask, ComplexProductAccumulator<CppTypeFor<TypeCategory::Real, 16>>{x}, in RTNAME()