Home
last modified time | relevance | path

Searched refs:dontCare (Results 1 – 25 of 147) sorted by relevance

123456

/dports/misc/tvm/incubator-tvm-0.6.1/vta/hardware/chisel/src/main/scala/core/
H A DISA.scala103 private def dontCare(bits: Int): String = "?" * bits method
109 val inst = dontCare(rem) + memId(id) + dontCare(depBits) + taskId("load")
115 val inst = dontCare(rem) + taskId("store")
121 val inst = dontCare(rem) + taskId("gemm")
127 val inst = dontCare(18) + aluId(id) + dontCare(105) + taskId("alu")
133 val inst = dontCare(rem) + taskId("finish")
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/hardware/chisel/src/main/scala/core/
H A DISA.scala103 private def dontCare(bits: Int): String = "?" * bits method
109 val inst = dontCare(rem) + memId(id) + dontCare(depBits) + taskId("load")
115 val inst = dontCare(rem) + taskId("store")
121 val inst = dontCare(rem) + taskId("gemm")
127 val inst = dontCare(18) + aluId(id) + dontCare(105) + taskId("alu")
133 val inst = dontCare(rem) + taskId("finish")
/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_cursor_x11.c42 XColor dontCare; in getEmptyCursor() local
45 memset( &dontCare, 0, sizeof( dontCare ) ); in getEmptyCursor()
52 &dontCare, &dontCare, 0, 0 ); in getEmptyCursor()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/
H A Dfg_cursor_x11.c42 XColor dontCare; in getEmptyCursor() local
45 memset( &dontCare, 0, sizeof( dontCare ) ); in getEmptyCursor()
52 &dontCare, &dontCare, 0, 0 ); in getEmptyCursor()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/analyse/quinemc/
H A DThreeStateValue.java22 dontCare; enumConstant
53 return ThreeStateValue.dontCare; in value()
76 return dontCare; in invert()
H A DIndependentChecker.java63 if (v1.equals(ThreeStateValue.dontCare) || v2.equals(ThreeStateValue.dontCare)) in isIndependentFrom()
108 if (v.equals(ThreeStateValue.dontCare)) in get()
H A DQuineMcCluskey.java76 add(i, value.equals(ThreeStateValue.dontCare)); in fillTableWith()
83 private void add(int i, boolean dontCare) { in add() argument
84 rows.add(new TableRow(variables.size(), i, rows.size() + 1, dontCare)); in add()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_cursor.c55 XColor dontCare; in getEmptyCursor() local
58 memset( &dontCare, 0, sizeof( dontCare ) ); in getEmptyCursor()
65 &dontCare, &dontCare, 0, 0 ); in getEmptyCursor()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgManipulator/
H A DProjector.cpp360 osg::Vec3d dontCare; in project() local
362 …urn getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, projectedPoint, dontCare); in project()
363 …return getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, dontCare, projectedPoi… in project()
436 osg::Vec3d intersection, dontCare; in getRotation() local
438 getSphereLineIntersection(*getSphere(), p2, planePoint, intersection, dontCare); in getRotation()
440 getSphereLineIntersection(*getSphere(), p1, planePoint, intersection, dontCare); in getRotation()
469 osg::Vec3d sphereIntersection, dontCare; in project() local
472 …getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, sphereIntersection, dontCare); in project()
474 …hitSphere = getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, dontCare, sphereI… in project()
543 osg::Vec3d dontCare; in project() local
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/
H A DProjector.cpp360 osg::Vec3d dontCare; in project() local
362 …urn getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, projectedPoint, dontCare); in project()
363 …return getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, dontCare, projectedPoi… in project()
439 osg::Vec3d intersection, dontCare; in getRotation() local
441 getSphereLineIntersection(*getSphere(), p2, planePoint, intersection, dontCare); in getRotation()
443 getSphereLineIntersection(*getSphere(), p1, planePoint, intersection, dontCare); in getRotation()
472 osg::Vec3d sphereIntersection, dontCare; in project() local
475 …getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, sphereIntersection, dontCare); in project()
477 …hitSphere = getSphereLineIntersection(*_sphere, objectNearPoint, objectFarPoint, dontCare, sphereI… in project()
546 osg::Vec3d dontCare; in project() local
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dephemeral_tracker_test.go67 dontCare := chat1.MessageID(12341234)
110 if x.SupersededBy != dontCare {
191 setExpected("C", msgC, false, dontCare)
213 setExpected("H", msgH, false, dontCare)
226 setExpected("F", msgF, false, dontCare)
238 setExpected("E", msgE, false, dontCare)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Primitives/src/System/Security/Cryptography/
H A DHelpers.cs25 bool dontCare; in IsLegalSize()
26 return size.IsLegalSize(legalSizes, out dontCare); in IsLegalSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkUtil.cpp16 VkFormat dontCare; in GrPixelConfigToVkFormat() local
18 format = &dontCare; in GrPixelConfigToVkFormat()
77 GrPixelConfig dontCare; in GrVkFormatToPixelConfig() local
79 config = &dontCare; in GrVkFormatToPixelConfig()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/Data/
H A DAttributes.hs81 Attr(undef, isUndef, dontCare, isDontCare),
153 dontCare :: a
158 dontCare = interr "Attributes: Undefined `dontCare' method in `Attr' \ function
317 dontCare = DontCareStdAttr function
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DBuffer.cpp120 GLboolean dontCare = GL_FALSE; in bufferDataImpl() local
121 ANGLE_TRY(unmap(context, &dontCare)); in bufferDataImpl()
175 GLboolean dontCare = GL_FALSE; in bufferExternalDataImpl() local
176 ANGLE_TRY(unmap(context, &dontCare)); in bufferExternalDataImpl()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DBuffer.cpp120 GLboolean dontCare = GL_FALSE; in bufferDataImpl() local
121 ANGLE_TRY(unmap(context, &dontCare)); in bufferDataImpl()
175 GLboolean dontCare = GL_FALSE; in bufferExternalDataImpl() local
176 ANGLE_TRY(unmap(context, &dontCare)); in bufferExternalDataImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DBuffer.cpp120 GLboolean dontCare = GL_FALSE; in bufferDataImpl() local
121 ANGLE_TRY(unmap(context, &dontCare)); in bufferDataImpl()
175 GLboolean dontCare = GL_FALSE; in bufferExternalDataImpl() local
176 ANGLE_TRY(unmap(context, &dontCare)); in bufferExternalDataImpl()
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dacl_replication_test.go501 var dontCare string
502 require.NoError(t, s1.RPC("ACL.TokenDelete", &arg, &dontCare))
626 var dontCare string
627 require.NoError(t, s1.RPC("ACL.PolicyDelete", &arg, &dontCare))
929 var dontCare string
930 if err := s1.RPC("ACL.TokenDelete", &arg, &dontCare); err != nil {
942 var dontCare string
943 if err := s1.RPC("ACL.RoleDelete", &arg, &dontCare); err != nil {
955 var dontCare string
956 if err := s1.RPC("ACL.PolicyDelete", &arg, &dontCare); err != nil {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_replication_test.go465 var dontCare string
466 require.NoError(t, s1.RPC("ACL.TokenDelete", &arg, &dontCare))
586 var dontCare string
587 require.NoError(t, s1.RPC("ACL.PolicyDelete", &arg, &dontCare))
881 var dontCare string
882 if err := s1.RPC("ACL.TokenDelete", &arg, &dontCare); err != nil {
894 var dontCare string
895 if err := s1.RPC("ACL.RoleDelete", &arg, &dontCare); err != nil {
907 var dontCare string
908 if err := s1.RPC("ACL.PolicyDelete", &arg, &dontCare); err != nil {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_replication_test.go501 var dontCare string
502 require.NoError(t, s1.RPC("ACL.TokenDelete", &arg, &dontCare))
626 var dontCare string
627 require.NoError(t, s1.RPC("ACL.PolicyDelete", &arg, &dontCare))
929 var dontCare string
930 if err := s1.RPC("ACL.TokenDelete", &arg, &dontCare); err != nil {
942 var dontCare string
943 if err := s1.RPC("ACL.RoleDelete", &arg, &dontCare); err != nil {
955 var dontCare string
956 if err := s1.RPC("ACL.PolicyDelete", &arg, &dontCare); err != nil {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_replication_test.go501 var dontCare string
502 require.NoError(t, s1.RPC("ACL.TokenDelete", &arg, &dontCare))
626 var dontCare string
627 require.NoError(t, s1.RPC("ACL.PolicyDelete", &arg, &dontCare))
929 var dontCare string
930 if err := s1.RPC("ACL.TokenDelete", &arg, &dontCare); err != nil {
942 var dontCare string
943 if err := s1.RPC("ACL.RoleDelete", &arg, &dontCare); err != nil {
955 var dontCare string
956 if err := s1.RPC("ACL.PolicyDelete", &arg, &dontCare); err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_replication_test.go465 var dontCare string
466 require.NoError(t, s1.RPC("ACL.TokenDelete", &arg, &dontCare))
586 var dontCare string
587 require.NoError(t, s1.RPC("ACL.PolicyDelete", &arg, &dontCare))
881 var dontCare string
882 if err := s1.RPC("ACL.TokenDelete", &arg, &dontCare); err != nil {
894 var dontCare string
895 if err := s1.RPC("ACL.RoleDelete", &arg, &dontCare); err != nil {
907 var dontCare string
908 if err := s1.RPC("ACL.PolicyDelete", &arg, &dontCare); err != nil {
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/base/syms/
H A DAttributes.hs83 Attr(undef, isUndef, dontCare, isDontCare),
184 dontCare :: a
189 dontCare = interr "Attributes: Undefined `dontCare' method in `Attr' \ function
334 dontCare = DontCareStdAttr function
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_replication_test.go426 var dontCare string
427 if err := s1.RPC("ACL.Apply", &arg, &dontCare); err != nil {
447 var dontCare string
448 if err := s1.RPC("ACL.Apply", &arg, &dontCare); err != nil {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dacl_replication_legacy_test.go436 var dontCare string
437 if err := s1.RPC("ACL.Apply", &arg, &dontCare); err != nil {
457 var dontCare string
458 if err := s1.RPC("ACL.Apply", &arg, &dontCare); err != nil {

123456