Home
last modified time | relevance | path

Searched refs:HTM_LEVEL (Results 1 – 12 of 12) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/data/tools/
H A Dbinfile.h119 for (index = HTM_LEVEL + 1; index >= 1; --index) in trixel2number()
121 id += (trixel[index] - '0') * (u_int16_t)round(pow(4, (HTM_LEVEL + 1 - index))); in trixel2number()
123 id += ((trixel[0] == 'S') ? round(pow(4, HTM_LEVEL + 1)) + 1 : 0); in trixel2number()
130 u_int16_t hpv = (u_int16_t)round(pow(4, HTM_LEVEL)) * 2; in number2trixel()
140 for (index = 1; index < HTM_LEVEL + 2; ++index) in number2trixel()
147 trixel[HTM_LEVEL + 2] = '\0'; in number2trixel()
H A Dnomadbinfile2sqlite.h11 #define HTM_LEVEL 6 macro
13 #define NTRIXELS pow2(2 * HTM_LEVEL) * 8
H A Dnomadmysql2bin-merge.c13 #define HTM_LEVEL 6 macro
150 htm_level = HTM_LEVEL; in main()
H A Dbinfiletester.c14 #define HTM_LEVEL 3 macro
150 if (HTM_Level != HTM_LEVEL) in verifyStarData()
155 HTM_Level, HTM_LEVEL); in verifyStarData()
H A Dnomadbinfiletester.c7 #define HTM_LEVEL 6 macro
143 if (HTM_Level != HTM_LEVEL) in verifyStarData()
148 HTM_Level, HTM_LEVEL); in verifyStarData()
H A Dnomadmysql2bin.c13 #define HTM_LEVEL 6 macro
175 htm_level = HTM_LEVEL; in main()
H A Dnomadbinfile2mysql.h11 #define HTM_LEVEL 6 macro
H A Dreadnomadbindump.c7 #define HTM_LEVEL 6 // Does not matter macro
H A Dnomadmysql2bin-split.c17 #define HTM_LEVEL 6 macro
H A Dmysql2bin.c15 #define HTM_LEVEL 3 macro
305 htm_level = HTM_LEVEL; in main()
H A Dnomadbinfile2mysql.cpp468 NOMADStarDataWriter writer(f, HTM_LEVEL, &link, db_tbl); in main()
H A Dnomadbinfile2sqlite.cpp545 NOMADStarDataWriter writer(f, HTM_LEVEL, db, db_tbl); in main()