Searched refs:bl_check_sorted (Results 1 – 6 of 6) sorted by relevance
/dports/astro/astrometry/astrometry.net-0.85/util/ |
H A D | bl-nl.c | 131 return bl_check_sorted(list, NLF(compare_ascending), isunique); in NLF() 136 return bl_check_sorted(list, NLF(compare_descending), isunique); in NLF()
|
H A D | bl.c | 757 int bl_check_sorted(bl* list, in bl_check_sorted() function
|
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/ |
H A D | bl-nl.c | 131 return bl_check_sorted(list, NLF(compare_ascending), isunique); in NLF() 136 return bl_check_sorted(list, NLF(compare_descending), isunique); in NLF()
|
H A D | bl.c | 757 int bl_check_sorted(bl* list, in bl_check_sorted() function
|
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/ |
H A D | bl.h | 129 int bl_check_sorted(bl* list, int (*compare)(const void* v1, const void* v2), int isunique);
|
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/ |
H A D | bl.h | 141 int bl_check_sorted(bl* list, int (*compare)(const void* v1, const void* v2), int isunique);
|