Home
last modified time | relevance | path

Searched defs:DomainTraits (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dunroll1.cpp68 struct DomainTraits<Interval> struct
70 typedef int Size_t;
71 typedef int Element_t;
72 typedef Interval Domain_t;
73 typedef Interval OneDomain_t;
74 typedef Loc AskDomain_t;
75 typedef int Storage_t[2];
76 enum { dimensions = 1 };
77 enum { wildcard = false };
101 class Interval : public Domain<DomainTraits<Interval> > argument
[all …]
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunroll1.cpp68 struct DomainTraits<Interval> struct
70 typedef int Size_t;
71 typedef int Element_t;
72 typedef Interval Domain_t;
73 typedef Interval OneDomain_t;
74 typedef Loc AskDomain_t;
75 typedef int Storage_t[2];
76 enum { dimensions = 1 };
77 enum { wildcard = false };
101 class Interval : public Domain<DomainTraits<Interval> > argument
[all …]