Definition at line 1121 of file cu_algorithm.c.
1122{
1123 unsigned int gh;
1125 unsigned long long rs;
1126
1129 rs = 3440103613;
1130 CU_ASSERT_EQUAL(gh, rs);
1131 p.
x = 140; p.
y = 45;
1133 rs = 3982480893;
1134 CU_ASSERT_EQUAL(gh, rs);
1135 p.
x = 140; p.
y = 55;
1137 rs = 4166944232;
1138 CU_ASSERT_EQUAL(gh, rs);
1139}
unsigned int geohash_point_as_int(POINT2D *pt)
References geohash_point_as_int(), POINT2D::x, and POINT2D::y.
Referenced by algorithms_suite_setup().