Home
last modified time | relevance | path

Searched refs:CCW (Results 151 – 175 of 2034) sorted by relevance

12345678910>>...82

/dports/devel/libvirt/libvirt-7.10.0/tests/qemuxml2argvdata/
H A Dhostdev-subsys-mdev-vfio-ccw.err1 unsupported configuration: VFIO CCW device assignment is not supported by this version of QEMU
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dtriangulator.h106 CCW, // counterclockwise orientation enumerator
199 case CCW: in triangulate()
376 else return det > ValueType(0.0) ? CCW : CW; in compute_triangle_orientation()
434 assert(compute_triangle_orientation(v0, v1, v2) == CCW); in point_in_triangle()
/dports/cad/ldview/ldview-4.4/TestModels/Transparency/
H A DFakePart.dat3 0 BFC CERTIFY CCW
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/bin/i18n/
H A Dlcresourcestring.bg.po19 msgid "Corr. HSL CCW"
27 msgid "HSL CCW"
H A Dlcresourcestring.zh_CN.po20 msgid "Corr. HSL CCW"
29 msgid "HSL CCW"
H A Dlcresourcestring.de.po9 msgid "Corr. HSL CCW"
17 msgid "HSL CCW"
H A Dlcresourcestring.nl.po9 msgid "Corr. HSL CCW"
17 msgid "HSL CCW"
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dpic.hpp138 CCW = 345, enumerator
263 #define CCW 345 macro
/dports/graphics/gegl/gegl-0.4.34/subprojects/poly2tri-c/poly2tri-c/p2t/common/
H A Dutils.h49 CW, CCW, COLLINEAR enumerator
/dports/graphics/krita/krita-4.4.8/plugins/paintops/deform/
H A DTODO2 - add support for tilt of the stylus to change CCW/CW
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/gprim/
H A Dgeom2d.hpp168 friend inline bool CCW (const Point2d & p1, const Point2d & p2, const Point2d & p3) in CCW() function
178 friend inline bool CCW (const Point2d & p1, const Point2d & p2, const Point2d & p3, double eps) in CCW() function
538 int CCW () const;
600 int CCW () const;
631 int CCW () const { return HArea() < 0; } in CCW() function in netgen::Polygon2d
763 inline int TRIANGLE2D :: CCW () const in CCW() function in netgen::TRIANGLE2D
783 inline int PTRIANGLE2D :: CCW () const in CCW() function in netgen::PTRIANGLE2D
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/gprim/
H A Dgeom2d.hpp165 friend inline bool CCW (const Point2d & p1, const Point2d & p2, const Point2d & p3) in CCW() function
175 friend inline bool CCW (const Point2d & p1, const Point2d & p2, const Point2d & p3, double eps) in CCW() function
535 int CCW () const;
597 int CCW () const;
628 int CCW () const { return HArea() < 0; } in CCW() function in Polygon2d
760 inline int TRIANGLE2D :: CCW () const in CCW() function in TRIANGLE2D
780 inline int PTRIANGLE2D :: CCW () const in CCW() function in PTRIANGLE2D
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/
H A DSPolygon.hpp40 CCW = 0, CW enumerator
/dports/cad/oregano/oregano-0.84.43/data/models/
H A DPotentiometer.model3 * TERMINALS: 1-CCW , 2-WIPER, 3-CW
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/X3D/
H A DX3DImporter_Rendering.cpp262 ne_alias.CCW = ccw; in readIndexedTriangleFanSet()
368 ne_alias.CCW = ccw; in readIndexedTriangleSet()
469 ne_alias.CCW = ccw; in readIndexedTriangleStripSet()
697 ne_alias.CCW = ccw; in readTriangleFanSet()
801 ne_alias.CCW = ccw; in readTriangleSet()
879 ne_alias.CCW = ccw; in readTriangleStripSet()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/net/
H A DKconfig8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
18 depends on CCW && NETDEVICES
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/net/
H A DKconfig8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
18 depends on CCW && NETDEVICES
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/net/
H A DKconfig8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
18 depends on CCW && NETDEVICES
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
/dports/biology/molden/molden5.8/plush/
H A DOCE10 lab="CCW" NH="0"
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeneralizedStrip.java68 private static final int CCW = field in GeneralizedStrip
238 winding = (curFlag == RESTART_CW ? CW : CCW) ; in toStripsAndFans()
271 winding = (newFlag == RESTART_CW ? CW : CCW) ; in toStripsAndFans()
284 winding = (winding == CW ? CCW : CW) ; in toStripsAndFans()
292 winding = (winding == CW ? CCW : CW) ; in toStripsAndFans()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeneralizedStrip.java54 private static final int CCW = field in GeneralizedStrip
224 winding = (curFlag == RESTART_CW ? CW : CCW) ; in toStripsAndFans()
257 winding = (newFlag == RESTART_CW ? CW : CCW) ; in toStripsAndFans()
270 winding = (winding == CW ? CCW : CW) ; in toStripsAndFans()
278 winding = (winding == CW ? CCW : CW) ; in toStripsAndFans()
/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-0.38.0/src/
H A Dstate.rs251 FaceCullingOrder::CCW => gl::FrontFace(gl::CCW), in set_face_culling_order()
591 let mut order = gl::CCW as GLint; in get_ctx_face_culling_order()
596 gl::CCW => Ok(FaceCullingOrder::CCW), in get_ctx_face_culling_order()
/dports/emulators/hercules/hercules-3.13/
H A DRELEASE.NOTES28 Briefly, the 0x4B (Set Diagnose) CCW is used to mount (or unmount) a file
29 onto a tape drive, and the 0xE4 (Sense Id) CCW opcode is used to query the
32 For mounts, the 0x4B CCW specifies the filename of the file to be mounted
37 To query the name of the currently mounted file, the 0xE4 CCW is used. Note
38 however that the 0xE4 (Sense Id) CCW opcode cannot be used by itself since
39 the drive may also already natively support the Sense Id CCW opcode. Instead,
40 it must be preceded by (command-chained from) a 0x4B CCW with a data transfer
116 high-speed positioning for the Locate CCW).
133 available documentation. Details regarding 3590 CCW handling is restricted
/dports/cad/ldview/ldview-4.4/TestModels/Primitives/48/
H A Dtm04i1000.dat7 0 BFC CERTIFY CCW
H A Dtm04o1000.dat7 0 BFC CERTIFY CCW

12345678910>>...82