Lines Matching refs:CppTypeFor
120 using CppType = CppTypeFor<CAT, KIND>; in DoMaxOrMinLoc()
202 using CppType = CppTypeFor<CAT, KIND>; in DoPartialMaxOrMinLocDirection()
301 using Type = CppTypeFor<CAT, KIND>;
311 using Type = CppTypeFor<TypeCategory::Integer, 16>;
320 using Type = CppTypeFor<CAT, KIND>;
349 inline CppTypeFor<CAT, KIND> TotalNumericMaxOrMin(const Descriptor &x, in TotalNumericMaxOrMin()
359 using Type = CppTypeFor<CAT, KIND>; in DoMaxMinNorm2()
416 using Type = CppTypeFor<TypeCategory::Character, KIND>;
475 CppTypeFor<TypeCategory::Integer, 1> RTNAME(MaxvalInteger1)(const Descriptor &x, in RTNAME()
480 CppTypeFor<TypeCategory::Integer, 2> RTNAME(MaxvalInteger2)(const Descriptor &x, in RTNAME()
485 CppTypeFor<TypeCategory::Integer, 4> RTNAME(MaxvalInteger4)(const Descriptor &x, in RTNAME()
490 CppTypeFor<TypeCategory::Integer, 8> RTNAME(MaxvalInteger8)(const Descriptor &x, in RTNAME()
496 CppTypeFor<TypeCategory::Integer, 16> RTNAME(MaxvalInteger16)( in RTNAME()
505 CppTypeFor<TypeCategory::Real, 4> RTNAME(MaxvalReal4)(const Descriptor &x, in RTNAME()
510 CppTypeFor<TypeCategory::Real, 8> RTNAME(MaxvalReal8)(const Descriptor &x, in RTNAME()
516 CppTypeFor<TypeCategory::Real, 10> RTNAME(MaxvalReal10)(const Descriptor &x, in RTNAME()
523 CppTypeFor<TypeCategory::Real, 16> RTNAME(MaxvalReal16)(const Descriptor &x, in RTNAME()
535 CppTypeFor<TypeCategory::Integer, 1> RTNAME(MinvalInteger1)(const Descriptor &x, in RTNAME()
540 CppTypeFor<TypeCategory::Integer, 2> RTNAME(MinvalInteger2)(const Descriptor &x, in RTNAME()
545 CppTypeFor<TypeCategory::Integer, 4> RTNAME(MinvalInteger4)(const Descriptor &x, in RTNAME()
550 CppTypeFor<TypeCategory::Integer, 8> RTNAME(MinvalInteger8)(const Descriptor &x, in RTNAME()
556 CppTypeFor<TypeCategory::Integer, 16> RTNAME(MinvalInteger16)( in RTNAME()
565 CppTypeFor<TypeCategory::Real, 4> RTNAME(MinvalReal4)(const Descriptor &x, in RTNAME()
570 CppTypeFor<TypeCategory::Real, 8> RTNAME(MinvalReal8)(const Descriptor &x, in RTNAME()
576 CppTypeFor<TypeCategory::Real, 10> RTNAME(MinvalReal10)(const Descriptor &x, in RTNAME()
583 CppTypeFor<TypeCategory::Real, 16> RTNAME(MinvalReal16)(const Descriptor &x, in RTNAME()
617 using Type = CppTypeFor<TypeCategory::Real, KIND>;
629 using AccumType = CppTypeFor<TypeCategory::Real,
673 CppTypeFor<TypeCategory::Real, 4> RTNAME(Norm2_4)(const Descriptor &x, in RTNAME()
678 CppTypeFor<TypeCategory::Real, 8> RTNAME(Norm2_8)(const Descriptor &x, in RTNAME()
684 CppTypeFor<TypeCategory::Real, 10> RTNAME(Norm2_10)(const Descriptor &x, in RTNAME()
691 CppTypeFor<TypeCategory::Real, 16> RTNAME(Norm2_16)(const Descriptor &x, in RTNAME()