Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_SORT.cc39 base_B1(base), in CollatingCache()
92 const Cell * ca = cache.base_B1 + cache.comp_len * Za.get_int_value(); in greater_vec()
93 const Cell * cb = cache.base_B1 + cache.comp_len * Zb.get_int_value(); in greater_vec()
118 const Cell * ca = cache.base_B1 + cache.comp_len * Za.get_int_value(); in smaller_vec()
119 const Cell * cb = cache.base_B1 + cache.comp_len * Zb.get_int_value(); in smaller_vec()
212 const Cell * base_B1 = &B1->get_ravel(0) - qio*comp_len; in sort_collating() local
213 CollatingCache cache(A.getref(), base_B1, comp_len); in sort_collating()
H A DBif_F12_SORT.hh123 const Cell * base_B1; member in CollatingCache