Searched refs:referencealt (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c132 const u_int32_t referencealt = 100000 * 100; local
162 if (templ < referencealt) { /* below WGS 84 spheroid */
163 altval = referencealt - templ;
166 altval = templ - referencealt;

Completed in 9 milliseconds