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