PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1680 of file gserialized_gist_2d.c.

1681 {
1682  if (val >= 0.0f)
1683  return val;
1684  else
1685  return 0.0f;
1686 }

Referenced by g_box_consider_split().

Here is the caller graph for this function: