Home
last modified time | relevance | path

Searched refs:bl_check_sorted (Results 1 – 6 of 6) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dbl-nl.c131 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 Dbl.c757 int bl_check_sorted(bl* list, in bl_check_sorted() function
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dbl-nl.c131 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 Dbl.c757 int bl_check_sorted(bl* list, in bl_check_sorted() function
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dbl.h129 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 Dbl.h141 int bl_check_sorted(bl* list, int (*compare)(const void* v1, const void* v2), int isunique);