Searched refs:__start (Results 1 – 3 of 3) sorted by relevance
287 return hash((self.__start(), self.__end()))304 other = other.__start()313 return self.__start() < other321 start = self.__start()323 return contains(other.__start()) and contains(other.__end())334 return self.__end().offset - self.__start().offset341 def __start(self) -> SourceLocation: member in SourceRange530 return end >= other.__start() and other.__end() >= self.__start()532 return end >= cast(other.start) and cast(other.end) >= self.__start()553 start = self.__start()
126 …ons) PetscCall((*com->FormCoupleLocations)(dm, NULL, dnz, onz, __rstart, __nrows, __start, __end)); in DMCreateMatrix_Composite_AIJ()
1080 PetscInt PETSC_UNUSED __start; \1083 __start = __end - __ncols; \1084 (void)__start; \1259 if ((cols)[__i] < __start || (cols)[__i] >= __end) onz[row - __rstart]++; \