PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1616 of file gserialized_gist_2d.c.

Referenced by g_box_consider_split().

1617 {
1618  if (val >= 0.0f)
1619  return val;
1620  else
1621  return 0.0f;
1622 }
Here is the caller graph for this function: