Searched refs:sqr (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspath.c518 static double sqr(double x);
519 __inline__ double sqr(double x) { return x*x; } function
572 +(sqr(p1->x)-sqr(p2->x))*dy23
573 -(sqr(p2->x)-sqr(p3->x))*dy12;
576 +(sqr(p1->y)-sqr(p2->y))*dx23
577 -(sqr(p2->y)-sqr(p
[all...]

Completed in 84 milliseconds