Home
last modified time | relevance | path

Searched refs:g1flags (Results 1 – 9 of 9) sorted by relevance

/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dgserialized1.h33 uint8_t g1flags(int has_z, int has_m, int is_geodetic);
H A Dgserialized1.c79 uint8_t g1flags(int has_z, int has_m, int is_geodetic) in g1flags() function
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dgserialized1.h33 uint8_t g1flags(int has_z, int has_m, int is_geodetic);
H A Dgserialized1.c79 uint8_t g1flags(int has_z, int has_m, int is_geodetic) in g1flags() function
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dgserialized1.h33 uint8_t g1flags(int has_z, int has_m, int is_geodetic);
H A Dgserialized1.c77 uint8_t g1flags(int has_z, int has_m, int is_geodetic) in g1flags() function
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/cunit/
H A Dcu_gserialized1.c99 flags = g1flags(1, 0, 1); /* z=1, m=0, geodetic=1 */ in test_flags_macros()
106 flags = g1flags(1, 1, 1); /* z=1, m=1, geodetic=1 */ in test_flags_macros()
113 flags = g1flags(0, 1, 0); /* z=0, m=1, geodetic=0 */ in test_flags_macros()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/cunit/
H A Dcu_gserialized1.c99 flags = g1flags(1, 0, 1); /* z=1, m=0, geodetic=1 */ in test_flags_macros()
106 flags = g1flags(1, 1, 1); /* z=1, m=1, geodetic=1 */ in test_flags_macros()
113 flags = g1flags(0, 1, 0); /* z=0, m=1, geodetic=0 */ in test_flags_macros()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/cunit/
H A Dcu_gserialized1.c99 flags = g1flags(1, 0, 1); /* z=1, m=0, geodetic=1 */ in test_flags_macros()
106 flags = g1flags(1, 1, 1); /* z=1, m=1, geodetic=1 */ in test_flags_macros()
113 flags = g1flags(0, 1, 0); /* z=0, m=1, geodetic=0 */ in test_flags_macros()