Home
last modified time | relevance | path

Searched refs:ce_shape (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_SORT.hh50 ce_shape() in CollatingCacheEntry()
56 ce_shape(shape_A) // shape_A means not found in CollatingCacheEntry()
63 Shape ce_shape; member
72 return ce_shape.get_shape_item(axis) in compare_axis()
73 - other.ce_shape.get_shape_item(axis); in compare_axis()
H A DBif_F12_SORT.cc71 const Rank axis = entry.ce_shape.get_rank() - r - 1; in CollatingCache()
74 if (entry.ce_shape.get_shape_item(axis) > ar) in CollatingCache()
75 entry.ce_shape.set_shape_item(axis, ar); in CollatingCache()