Searched refs:b0xb1 (Results 1 – 6 of 6) sorted by relevance
907 double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy() local910 t/= b0xb1; in calc_xy()924 long double b0xb1= b0_x * b1_y - b0_y * b1_x; in calc_xy_ld() local928 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()
907 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;