HomeSort by: relevance | last modified time | path
    Searched refs:deltay (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 62 void deltay(double y);
223 deltay((double) p1->y);
233 deltay((double) firsty);
430 | Routine: deltay (y_destination)
440 deltay(double y) function
  /src/games/phantasia/
misc.c 958 double deltax, deltay; local
961 deltay = y_1 - y_2;
962 return (sqrt(deltax * deltax + deltay * deltay));

Completed in 31 milliseconds