Searched defs:basic_strict_lower (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | functional.hpp | 2028 struct basic_strict_lower : public basic_unit_lower<Z> { struct 2029 typedef Z size_type; 2030 typedef strict_lower_tag triangular_type; 2035 size_type packed_size (L, size_type size_i, size_type size_j) { in packed_size() 2043 bool zero (size_type i, size_type j) { in zero() 2048 bool one (size_type /*i*/, size_type /*j*/) { in one() 2053 bool other (size_type i, size_type j) { in other() 2059 size_type element (L, size_type i, size_type size_i, size_type j, size_type size_j) { in element() 2067 size_type restrict1 (size_type i, size_type j, size_type size1, size_type size2) { in restrict1() 2072 size_type restrict2 (size_type i, size_type j, size_type size1, size_type size2) { in restrict2() [all …]
|