Home
last modified time | relevance | path

Searched refs:box_construct (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A DMakefile3 S_HTML := box_construct.c \
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2)
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y));
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x),
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x),
4156 result = box_construct(high->x, low->x, high->y, low->y);
4177 result = box_construct(high->x, low->x, high->y, low->y);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
444 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4113 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4122 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4134 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4156 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4177 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dgeo_ops.c43 static BOX *box_construct(double x1, double x2, double y1, double y2);
445 box_construct(double x1, double x2, double y1, double y2) in box_construct() function
4114 PG_RETURN_BOX_P(box_construct(p1->x, p2->x, p1->y, p2->y)); in points_box()
4123 PG_RETURN_BOX_P(box_construct((box->high.x + p->x), in box_add()
4135 PG_RETURN_BOX_P(box_construct((box->high.x - p->x), in box_sub()
4157 result = box_construct(high->x, low->x, high->y, low->y); in box_mul()
4178 result = box_construct(high->x, low->x, high->y, low->y); in box_div()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dgeo_ops.c108 static inline void box_construct(BOX *result, Point *pt1, Point *pt2);
506 box_construct(BOX *result, Point *pt1, Point *pt2) in box_construct() function
4095 box_construct(result, p1, p2); in points_box()
4144 box_construct(result, &high, &low); in box_mul()
4163 box_construct(result, &high, &low); in box_div()
4441 box_construct(&poly->boundbox, &box->high, &box->low); in box_poly()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dgeo_ops.c108 static inline void box_construct(BOX *result, Point *pt1, Point *pt2);
506 box_construct(BOX *result, Point *pt1, Point *pt2) in box_construct() function
4223 box_construct(result, p1, p2); in points_box()
4272 box_construct(result, &high, &low); in box_mul()
4291 box_construct(result, &high, &low); in box_div()
4569 box_construct(&poly->boundbox, &box->high, &box->low); in box_poly()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dgeo_ops.c108 static inline void box_construct(BOX *result, Point *pt1, Point *pt2);
506 box_construct(BOX *result, Point *pt1, Point *pt2) in box_construct() function
4223 box_construct(result, p1, p2); in points_box()
4272 box_construct(result, &high, &low); in box_mul()
4291 box_construct(result, &high, &low); in box_div()
4569 box_construct(&poly->boundbox, &box->high, &box->low); in box_poly()

12