Home
last modified time | relevance | path

Searched refs:ConstexprArray (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/cif/cif/common/
H A Dcoder.h26 struct ConstexprArray;
29 struct ConstexprArray<T>{
40 struct ConstexprArray<T, Val, RestVals...>{
42 return (Idx == 0) ? Val : ConstexprArray<T, RestVals...>::Get(Idx-1);
46 return 1 + ConstexprArray<T, RestVals...>::Size();
55 using SpecialChars = ConstexprArray<char, '-', '_', ':', '@', '.'>;
71 using SpecialChars = ConstexprArray<char, '-', '_', ':', '#', '.'>;
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/containers/
H A DStaticArray.h292 class ConstexprArray {
298 constexpr ConstexprArray(TArgs&&... args) in ConstexprArray() function
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/geometry/
H A DMultipole.h12 ConstexprArray<Size, N> array{ Is... }; in sortIndices()
62 constexpr ConstexprArray<Size, sizeof...(Idxs)> ar = sortIndices<Idxs...>();
278 constexpr ConstexprArray<Size, sizeof...(Idxs)> ar = sortIndices<Idxs...>();
524 constexpr ConstexprArray<Size, sizeof...(Idxs)> ar = sortIndices<Idxs...>();