Home | History | Annotate | Download | only in src

Lines Matching defs:sign

265 static int sign(double number);
1463 return (sign(p1OnLine) == sign(p2OnLine));
1517 //! Return the sign of the number
1519 * The sign function returns:
1524 static int sign(double number) {