PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ non_negative()

static float non_negative ( float  val)
inlinestatic

Definition at line 1495 of file gserialized_gist_2d.c.

1496 {
1497  if (val >= 0.0f)
1498  return val;
1499  else
1500  return 0.0f;
1501 }

Referenced by g_box_consider_split().

Here is the caller graph for this function: