Home
last modified time | relevance | path

Searched refs:b0xb1 (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy() local
910 t/= b0xb1; in calc_xy()
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy_ld() local
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a); in calc_xy_ld()
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a); in calc_xy_ld()
931 if (fabs(b0xb1) < 1e-15) in calc_xy_ld()
938 *x= hx/b0xb1; in calc_xy_ld()
939 *y= hy/b0xb1; in calc_xy_ld()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy() local
910 t/= b0xb1; in calc_xy()
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy_ld() local
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a); in calc_xy_ld()
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a); in calc_xy_ld()
931 if (fabs(b0xb1) < 1e-15) in calc_xy_ld()
938 *x= hx/b0xb1; in calc_xy_ld()
939 *y= hy/b0xb1; in calc_xy_ld()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x;
910 t/= b0xb1;
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x;
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a);
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a);
931 if (fabs(b0xb1) < 1e-15)
938 *x= hx/b0xb1;
939 *y= hy/b0xb1;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x;
910 t/= b0xb1;
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x;
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a);
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a);
931 if (fabs(b0xb1) < 1e-15)
938 *x= hx/b0xb1;
939 *y= hy/b0xb1;
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy() local
910 t/= b0xb1; in calc_xy()
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy_ld() local
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a); in calc_xy_ld()
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a); in calc_xy_ld()
931 if (fabs(b0xb1) < 1e-15) in calc_xy_ld()
938 *x= hx/b0xb1; in calc_xy_ld()
939 *y= hy/b0xb1; in calc_xy_ld()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dgcalc_slicescan.cc907 double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy() local
910 t/= b0xb1; in calc_xy()
924 long double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy_ld() local
928 long double hx= (b0xb1 * (long double) p1->node.shape.x + b0_x * t_a); in calc_xy_ld()
929 long double hy= (b0xb1 * (long double) p1->node.shape.y + b0_y * t_a); in calc_xy_ld()
931 if (fabs(b0xb1) < 1e-15) in calc_xy_ld()
938 *x= hx/b0xb1; in calc_xy_ld()
939 *y= hy/b0xb1; in calc_xy_ld()