Lines Matching defs:RTDEF
197 void RTDEF(MaxlocCharacter)(Descriptor &result, const Descriptor &x, int kind,
202 void RTDEF(MaxlocInteger1)(Descriptor &result, const Descriptor &x, int kind,
207 void RTDEF(MaxlocInteger2)(Descriptor &result, const Descriptor &x, int kind,
212 void RTDEF(MaxlocInteger4)(Descriptor &result, const Descriptor &x, int kind,
217 void RTDEF(MaxlocInteger8)(Descriptor &result, const Descriptor &x, int kind,
223 void RTDEF(MaxlocInteger16)(Descriptor &result, const Descriptor &x, int kind,
229 void RTDEF(MaxlocUnsigned1)(Descriptor &result, const Descriptor &x, int kind,
234 void RTDEF(MaxlocUnsigned2)(Descriptor &result, const Descriptor &x, int kind,
239 void RTDEF(MaxlocUnsigned4)(Descriptor &result, const Descriptor &x, int kind,
244 void RTDEF(MaxlocUnsigned8)(Descriptor &result, const Descriptor &x, int kind,
250 void RTDEF(MaxlocUnsigned16)(Descriptor &result, const Descriptor &x, int kind,
256 void RTDEF(MaxlocReal4)(Descriptor &result, const Descriptor &x, int kind,
261 void RTDEF(MaxlocReal8)(Descriptor &result, const Descriptor &x, int kind,
267 void RTDEF(MaxlocReal10)(Descriptor &result, const Descriptor &x, int kind,
274 void RTDEF(MaxlocReal16)(Descriptor &result, const Descriptor &x, int kind,
280 void RTDEF(MinlocCharacter)(Descriptor &result, const Descriptor &x, int kind,
285 void RTDEF(MinlocInteger1)(Descriptor &result, const Descriptor &x, int kind,
290 void RTDEF(MinlocInteger2)(Descriptor &result, const Descriptor &x, int kind,
295 void RTDEF(MinlocInteger4)(Descriptor &result, const Descriptor &x, int kind,
300 void RTDEF(MinlocInteger8)(Descriptor &result, const Descriptor &x, int kind,
306 void RTDEF(MinlocInteger16)(Descriptor &result, const Descriptor &x, int kind,
312 void RTDEF(MinlocUnsigned1)(Descriptor &result, const Descriptor &x, int kind,
317 void RTDEF(MinlocUnsigned2)(Descriptor &result, const Descriptor &x, int kind,
322 void RTDEF(MinlocUnsigned4)(Descriptor &result, const Descriptor &x, int kind,
327 void RTDEF(MinlocUnsigned8)(Descriptor &result, const Descriptor &x, int kind,
333 void RTDEF(MinlocUnsigned16)(Descriptor &result, const Descriptor &x, int kind,
339 void RTDEF(MinlocReal4)(Descriptor &result, const Descriptor &x, int kind,
344 void RTDEF(MinlocReal8)(Descriptor &result, const Descriptor &x, int kind,
350 void RTDEF(MinlocReal10)(Descriptor &result, const Descriptor &x, int kind,
357 void RTDEF(MinlocReal16)(Descriptor &result, const Descriptor &x, int kind,
470 void RTDEF(MaxlocDim)(Descriptor &result, const Descriptor &x, int kind,
475 void RTDEF(MinlocDim)(Descriptor &result, const Descriptor &x, int kind,
643 CppTypeFor<TypeCategory::Integer, 1> RTDEF(MaxvalInteger1)(const Descriptor &x,
648 CppTypeFor<TypeCategory::Integer, 2> RTDEF(MaxvalInteger2)(const Descriptor &x,
653 CppTypeFor<TypeCategory::Integer, 4> RTDEF(MaxvalInteger4)(const Descriptor &x,
658 CppTypeFor<TypeCategory::Integer, 8> RTDEF(MaxvalInteger8)(const Descriptor &x,
664 CppTypeFor<TypeCategory::Integer, 16> RTDEF(MaxvalInteger16)(
672 CppTypeFor<TypeCategory::Unsigned, 1> RTDEF(MaxvalUnsigned1)(
678 CppTypeFor<TypeCategory::Unsigned, 2> RTDEF(MaxvalUnsigned2)(
684 CppTypeFor<TypeCategory::Unsigned, 4> RTDEF(MaxvalUnsigned4)(
690 CppTypeFor<TypeCategory::Unsigned, 8> RTDEF(MaxvalUnsigned8)(
697 CppTypeFor<TypeCategory::Unsigned, 16> RTDEF(MaxvalUnsigned16)(
706 CppTypeFor<TypeCategory::Real, 4> RTDEF(MaxvalReal4)(const Descriptor &x,
711 CppTypeFor<TypeCategory::Real, 8> RTDEF(MaxvalReal8)(const Descriptor &x,
717 CppTypeFor<TypeCategory::Real, 10> RTDEF(MaxvalReal10)(const Descriptor &x,
724 CppTypeFor<TypeCategory::Real, 16> RTDEF(MaxvalReal16)(const Descriptor &x,
731 void RTDEF(MaxvalCharacter)(Descriptor &result, const Descriptor &x,
736 CppTypeFor<TypeCategory::Integer, 1> RTDEF(MinvalInteger1)(const Descriptor &x,
741 CppTypeFor<TypeCategory::Integer, 2> RTDEF(MinvalInteger2)(const Descriptor &x,
746 CppTypeFor<TypeCategory::Integer, 4> RTDEF(MinvalInteger4)(const Descriptor &x,
751 CppTypeFor<TypeCategory::Integer, 8> RTDEF(MinvalInteger8)(const Descriptor &x,
757 CppTypeFor<TypeCategory::Integer, 16> RTDEF(MinvalInteger16)(
765 CppTypeFor<TypeCategory::Unsigned, 1> RTDEF(MinvalUnsigned1)(
771 CppTypeFor<TypeCategory::Unsigned, 2> RTDEF(MinvalUnsigned2)(
777 CppTypeFor<TypeCategory::Unsigned, 4> RTDEF(MinvalUnsigned4)(
783 CppTypeFor<TypeCategory::Unsigned, 8> RTDEF(MinvalUnsigned8)(
790 CppTypeFor<TypeCategory::Unsigned, 16> RTDEF(MinvalUnsigned16)(
799 CppTypeFor<TypeCategory::Real, 4> RTDEF(MinvalReal4)(const Descriptor &x,
804 CppTypeFor<TypeCategory::Real, 8> RTDEF(MinvalReal8)(const Descriptor &x,
810 CppTypeFor<TypeCategory::Real, 10> RTDEF(MinvalReal10)(const Descriptor &x,
817 CppTypeFor<TypeCategory::Real, 16> RTDEF(MinvalReal16)(const Descriptor &x,
824 void RTDEF(MinvalCharacter)(Descriptor &result, const Descriptor &x,
829 void RTDEF(MaxvalDim)(Descriptor &result, const Descriptor &x, int dim,
837 void RTDEF(MinvalDim)(Descriptor &result, const Descriptor &x, int dim,
855 CppTypeFor<TypeCategory::Real, 4> RTDEF(Norm2_4)(
860 CppTypeFor<TypeCategory::Real, 8> RTDEF(Norm2_8)(
866 CppTypeFor<TypeCategory::Real, 10> RTDEF(Norm2_10)(
873 void RTDEF(Norm2Dim)(Descriptor &result, const Descriptor &x, int dim,