Lines Matching defs:RTDEF

86 CppTypeFor<TypeCategory::Integer, 1> RTDEF(IAll1)(const Descriptor &x,
92 CppTypeFor<TypeCategory::Integer, 2> RTDEF(IAll2)(const Descriptor &x,
98 CppTypeFor<TypeCategory::Integer, 4> RTDEF(IAll4)(const Descriptor &x,
104 CppTypeFor<TypeCategory::Integer, 8> RTDEF(IAll8)(const Descriptor &x,
111 CppTypeFor<TypeCategory::Integer, 16> RTDEF(IAll16)(const Descriptor &x,
118 void RTDEF(IAllDim)(Descriptor &result, const Descriptor &x, int dim,
130 CppTypeFor<TypeCategory::Integer, 1> RTDEF(IAny1)(const Descriptor &x,
136 CppTypeFor<TypeCategory::Integer, 2> RTDEF(IAny2)(const Descriptor &x,
142 CppTypeFor<TypeCategory::Integer, 4> RTDEF(IAny4)(const Descriptor &x,
148 CppTypeFor<TypeCategory::Integer, 8> RTDEF(IAny8)(const Descriptor &x,
155 CppTypeFor<TypeCategory::Integer, 16> RTDEF(IAny16)(const Descriptor &x,
162 void RTDEF(IAnyDim)(Descriptor &result, const Descriptor &x, int dim,
174 CppTypeFor<TypeCategory::Integer, 1> RTDEF(IParity1)(const Descriptor &x,
180 CppTypeFor<TypeCategory::Integer, 2> RTDEF(IParity2)(const Descriptor &x,
186 CppTypeFor<TypeCategory::Integer, 4> RTDEF(IParity4)(const Descriptor &x,
192 CppTypeFor<TypeCategory::Integer, 8> RTDEF(IParity8)(const Descriptor &x,
199 CppTypeFor<TypeCategory::Integer, 16> RTDEF(IParity16)(const Descriptor &x,
206 void RTDEF(IParityDim)(Descriptor &result, const Descriptor &x, int dim,
355 bool RTDEF(All)(const Descriptor &x, const char *source, int line, int dim) {
359 void RTDEF(AllDim)(Descriptor &result, const Descriptor &x, int dim,
366 bool RTDEF(Any)(const Descriptor &x, const char *source, int line, int dim) {
370 void RTDEF(AnyDim)(Descriptor &result, const Descriptor &x, int dim,
377 std::int64_t RTDEF(Count)(
383 void RTDEF(CountDim)(Descriptor &result, const Descriptor &x, int dim, int kind,
390 bool RTDEF(Parity)(const Descriptor &x, const char *source, int line, int dim) {
394 void RTDEF(ParityDim)(Descriptor &result, const Descriptor &x, int dim,