Home
last modified time | relevance | path

Searched refs:dy01 (Results 1 – 25 of 56) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/
H A Dvsol_tetrahedron.cxx69 double dy01=storage_[0]->y()-storage_[1]->y(); in volume() local
77 return std::abs( dx23*(dy01*dz12-dy12*dz01) in volume()
79 +dz23*(dx01*dy12-dx12*dy01))/6; in volume()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dpowervr2.cpp2646 dy01 ? db01[0]/dy01 : 0, in render_tri_sorted()
2647 dy01 ? db01[1]/dy01 : 0, in render_tri_sorted()
2648 dy01 ? db01[2]/dy01 : 0, in render_tri_sorted()
2649 dy01 ? db01[3]/dy01 : 0 in render_tri_sorted()
2667 dy01 ? do01[0]/dy01 : 0, in render_tri_sorted()
2668 dy01 ? do01[1]/dy01 : 0, in render_tri_sorted()
2669 dy01 ? do01[2]/dy01 : 0, in render_tri_sorted()
2670 dy01 ? do01[3]/dy01 : 0 in render_tri_sorted()
2687 dx01dy = dy01 ? (v1->x-v0->x)/dy01 : 0; in render_tri_sorted()
2691 du01dy = dy01 ? (v1->u-v0->u)/dy01 : 0; in render_tri_sorted()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dpowervr2.cpp2646 dy01 ? db01[0]/dy01 : 0, in render_tri_sorted()
2647 dy01 ? db01[1]/dy01 : 0, in render_tri_sorted()
2648 dy01 ? db01[2]/dy01 : 0, in render_tri_sorted()
2649 dy01 ? db01[3]/dy01 : 0 in render_tri_sorted()
2667 dy01 ? do01[0]/dy01 : 0, in render_tri_sorted()
2668 dy01 ? do01[1]/dy01 : 0, in render_tri_sorted()
2669 dy01 ? do01[2]/dy01 : 0, in render_tri_sorted()
2670 dy01 ? do01[3]/dy01 : 0 in render_tri_sorted()
2687 dx01dy = dy01 ? (v1->x-v0->x)/dy01 : 0; in render_tri_sorted()
2691 du01dy = dy01 ? (v1->u-v0->u)/dy01 : 0; in render_tri_sorted()
[all …]
/dports/graphics/processing/processing-1.5.1/modes/android/examples/OpenGL/Yellowtail/
H A DGesture.pde117 float dx01, dy01, hp01, si01, co01;
131 dy01 = p1.y - p0.y;
132 hp01 = sqrt(dx01*dx01 + dy01*dy01);
137 si01 = radius0 * dy01 / hp01;
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/opengl/examples/Yellowtail/
H A DGesture.pde117 float dx01, dy01, hp01, si01, co01;
131 dy01 = p1.y - p0.y;
132 hp01 = sqrt(dx01*dx01 + dy01*dy01);
137 si01 = radius0 * dy01 / hp01;
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
H A Dlp_setup_point.c47 int dy01, dy12; member
499 info.dy01 = fixed_width; in try_setup_point()
578 info.dy01 = fixed_width; in try_setup_point()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c69 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
669 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1090 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1097 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1119 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1142 y = position->dy01; in rotate_fixed_position_12()
1144 position->dy01 = -position->dy20; in rotate_fixed_position_12()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c71 int32_t dy01; member
422 position->dy20 = position->dy01; in do_triangle_ccw()
424 position->dy01 = position->y[0] - position->y[1]; in do_triangle_ccw()
443 position->dy01 = position->dy20; in do_triangle_ccw()
671 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1092 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1099 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1120 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1145 y = position->dy01; in rotate_fixed_position_12()
1147 position->dy01 = -position->dy20; in rotate_fixed_position_12()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c74 int32_t dy01; member
615 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1089 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1096 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1117 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1142 y = position->dy01; in rotate_fixed_position_12()
1144 position->dy01 = -position->dy20; in rotate_fixed_position_12()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/
H A Dtrap.cpp523 int32_t dy01 = y0 - y1; in trianglex_small() local
528 if (dx01*dy20 < dy01*dx20) { in trianglex_small()
532 dy01 = y0 - y1; in trianglex_small()
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my); in trianglex_small()
560 if (dy01<0 || (dy01 == 0 && dx01>0)) ey0++; in trianglex_small()
573 ex0 -= dy01 << TRI_FRACTION_BITS; in trianglex_small()
581 ex0 -= dy01 << TRI_FRACTION_BITS; in trianglex_small()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/
H A Dtrap.cpp523 int32_t dy01 = y0 - y1; in trianglex_small() local
528 if (dx01*dy20 < dy01*dx20) { in trianglex_small()
532 dy01 = y0 - y1; in trianglex_small()
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my); in trianglex_small()
560 if (dy01<0 || (dy01 == 0 && dx01>0)) ey0++; in trianglex_small()
573 ex0 -= dy01 << TRI_FRACTION_BITS; in trianglex_small()
581 ex0 -= dy01 << TRI_FRACTION_BITS; in trianglex_small()

123