PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
non_negative()
static float non_negative
(
float
val
)
inline
static
Definition at line
1576
of file
gserialized_gist_2d.c
.
1577
{
1578
if
(val >= 0.0f)
1579
return
val;
1580
else
1581
return
0.0f;
1582
}
Referenced by
g_box_consider_split()
.
Here is the caller graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.9.1