Home
last modified time | relevance | path

Searched refs:col0 (Results 1 – 25 of 1308) sorted by relevance

12345678910>>...53

/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dpbmupc.c442 col0 = rect( bits, row0, col0, height, LINE3_WIDTH, color ); in addlines()
444 col0 = rect( bits, row0, col0, height, LINE1_WIDTH, color ); in addlines()
449 col0 = rect( bits, row0, col0, height, LINE2_WIDTH, color ); in addlines()
451 col0 = rect( bits, row0, col0, height, LINE2_WIDTH, color ); in addlines()
456 col0 = rect( bits, row0, col0, height, LINE2_WIDTH, color ); in addlines()
458 col0 = rect( bits, row0, col0, height, LINE2_WIDTH, color ); in addlines()
463 col0 = rect( bits, row0, col0, height, LINE1_WIDTH, color ); in addlines()
465 col0 = rect( bits, row0, col0, height, LINE1_WIDTH, color ); in addlines()
470 col0 = rect( bits, row0, col0, height, LINE1_WIDTH, color ); in addlines()
472 col0 = rect( bits, row0, col0, height, LINE3_WIDTH, color ); in addlines()
[all …]
/dports/www/rt44/rt-4.4.5/docs/
H A Dschema.dot16 "ACL" [shape = record, fontsize = 18, label = "<col0> \N " ];
20 "Attachments" [shape = record, fontsize = 18, label = "<col0> \N " ];
39 "Groups" [shape = record, fontsize = 18, label = "<col0> \N " ];
42 "Links" [shape = record, fontsize = 18, label = "<col0> \N " ];
46 "Principals" [shape = record, fontsize = 18, label = "<col0> \N " ];
48 "Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ];
51 "Queues" [shape = record, fontsize = 18, label = "<col0> \N " ];
57 "Scrips" [shape = record, fontsize = 18, label = "<col0> \N " ];
66 "Templates" [shape = record, fontsize = 18, label = "<col0> \N " ];
77 "Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ];
[all …]
/dports/www/rt50/rt-5.0.2/docs/
H A Dschema.dot16 "ACL" [shape = record, fontsize = 18, label = "<col0> \N " ];
20 "Attachments" [shape = record, fontsize = 18, label = "<col0> \N " ];
39 "Groups" [shape = record, fontsize = 18, label = "<col0> \N " ];
42 "Links" [shape = record, fontsize = 18, label = "<col0> \N " ];
46 "Principals" [shape = record, fontsize = 18, label = "<col0> \N " ];
48 "Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ];
51 "Queues" [shape = record, fontsize = 18, label = "<col0> \N " ];
57 "Scrips" [shape = record, fontsize = 18, label = "<col0> \N " ];
66 "Templates" [shape = record, fontsize = 18, label = "<col0> \N " ];
77 "Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ];
[all …]
/dports/finance/ledgersmb12/ledgersmb/doc/database/
H A Dledgersmb.neato25 "customertax" [shape = record, label = "{<col0> \N| customer_id: integer\lchart_id: integer\l}" ];
27 "defaults" [shape = record, label = "{<col0> \N| setting_key: text\lvalue: text\l}" ];
31 "dpt_trans" [shape = record, label = "{<col0> \N| trans_id: integer\ldepartment_id: integer\l}" ];
37 "gifi" [shape = record, label = "{<col0> \N| accno: text\ldescription: text\l}" ];
59 "partsgroup" [shape = record, label = "{<col0> \N| id: integer\lpartsgroup: text\l}" ];
65 "pricegroup" [shape = record, label = "{<col0> \N| id: integer\lpricegroup: text\l}" ];
85 "taxmodule" [shape = record, label = "{<col0> \N| taxmodule_id: serial\ltaxmodulename: text\l}" ];
87 "transactions" [shape = record, label = "{<col0> \N| id: integer\ltable_name: text\l}" ];
93 "vendortax" [shape = record, label = "{<col0> \N| vendor_id: integer\lchart_id: integer\l}" ];
95 "warehouse" [shape = record, label = "{<col0> \N| id: integer\ldescription: text\l}" ];
[all …]
/dports/math/spooles/spooles.2.2/Utilities/
H A Dmdot.h28 double col0[],
52 double col0[],
72 double col0[],
97 double col0[],
118 double col0[],
136 double col0[],
157 double col0[]
175 double col0[]
191 double col0[]
/dports/math/spooles-mpich/spooles.2.2/Utilities/
H A Dmdot.h28 double col0[],
52 double col0[],
72 double col0[],
97 double col0[],
118 double col0[],
136 double col0[],
157 double col0[]
175 double col0[]
191 double col0[]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Utilities/
H A Dmdot.h28 double col0[],
52 double col0[],
72 double col0[],
97 double col0[],
118 double col0[],
136 double col0[],
157 double col0[]
175 double col0[]
191 double col0[]
/dports/math/spooles/spooles.2.2_SHARED/Utilities/
H A Dmdot.h28 double col0[],
52 double col0[],
72 double col0[],
97 double col0[],
118 double col0[],
136 double col0[],
157 double col0[]
175 double col0[]
191 double col0[]
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/dds/
H A DBlockDXT.cpp63 color_array[0].b = (col0.b << 3) | (col0.b >> 2); in evaluatePalette()
64 color_array[0].g = (col0.g << 2) | (col0.g >> 4); in evaluatePalette()
65 color_array[0].r = (col0.r << 3) | (col0.r >> 2); in evaluatePalette()
86 if (col0.u > col1.u) { in evaluatePalette()
120 color_array[0].g = (col0.g << 2) | (col0.g >> 4); in evaluatePaletteNV5x()
164 color_array[0].b = (col0.b << 3) | (col0.b >> 2); in evaluatePalette3()
165 color_array[0].g = (col0.g << 2) | (col0.g >> 4); in evaluatePalette3()
166 color_array[0].r = (col0.r << 3) | (col0.r >> 2); in evaluatePalette3()
190 color_array[0].b = (col0.b << 3) | (col0.b >> 2); in evaluatePalette4()
191 color_array[0].g = (col0.g << 2) | (col0.g >> 4); in evaluatePalette4()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp156 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact() argument
167 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
170 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
184 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
193 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
200 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
219 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
226 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
232 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp156 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact() argument
167 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
170 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
184 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
193 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
200 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
219 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
226 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
232 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp151 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact() argument
162 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
165 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
179 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
188 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
194 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
195 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
214 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
221 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
227 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp155 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact() argument
166 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
169 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
183 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
192 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
198 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
199 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
218 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
225 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
231 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp156 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact() argument
167 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
170 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
184 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
193 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction()> result.m_fraction) in calculateTimeOfImpact()
200 col0->setHitFraction( result.m_fraction ); in calculateTimeOfImpact()
219 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for b… in calculateTimeOfImpact()
226 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
232 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtConvex2dConvex2dAlgorithm.cpp133 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0, btCollisionObj… in calculateTimeOfImpact() argument
143 …btScalar squareMot0 = (col0->getInterpolationWorldTransform().getOrigin() - col0->getWorldTransfor… in calculateTimeOfImpact()
146 if (squareMot0 < col0->getCcdSquareMotionThreshold() && in calculateTimeOfImpact()
158 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact()
167 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
172 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
173 col0->setHitFraction(result.m_fraction); in calculateTimeOfImpact()
187 …btSphereShape sphere0(col0->getCcdSweptSphereRadius()); //todo: allow non-zero sphere sizes, for … in calculateTimeOfImpact()
194 if (ccd1.calcTimeOfImpact(col0->getWorldTransform(), col0->getInterpolationWorldTransform(), in calculateTimeOfImpact()
199 if (col0->getHitFraction() > result.m_fraction) in calculateTimeOfImpact()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dvolume.c746 col0 += CS2; in VolumeRegularFace3()
764 col0 += CS2; in VolumeRegularFace3()
785 col0 = col1; in VolumeRegularFace3()
806 col0 += CS0; in VolumeRegularFace3()
880 col0 += CS0; in VolumeRegularFace3()
967 col0 += CS0; in VolumeRegularFace3()
1046 col0 += CS0; in VolumeRegularFace3()
1158 col0 += CS0; in VolumeRegularFace()
1317 col0 += CS0; in VolumeRegularFace()
1385 col0 += CS0; in VolumeRegularFace()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx14.lua60 pl.col0(1)
62 pl.col0(6)
66 pl.col0(9)
70 pl.col0(4)
83 pl.col0(1)
85 pl.col0(2)
98 pl.col0(3)
118 pl.col0(1)
124 pl.col0(2)
128 pl.col0(3)
[all …]
H A Dx01.lua56 pl.col0(1)
58 pl.col0(2)
62 pl.col0(4)
66 pl.col0(3)
75 pl.col0(1)
77 pl.col0(2)
88 pl.col0(3)
111 pl.col0(1)
117 pl.col0(2)
121 pl.col0(3)
[all …]
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx14.lua60 pl.col0(1)
62 pl.col0(6)
66 pl.col0(9)
70 pl.col0(4)
83 pl.col0(1)
85 pl.col0(2)
98 pl.col0(3)
118 pl.col0(1)
124 pl.col0(2)
128 pl.col0(3)
[all …]
H A Dx01.lua56 pl.col0(1)
58 pl.col0(2)
62 pl.col0(4)
66 pl.col0(3)
75 pl.col0(1)
77 pl.col0(2)
88 pl.col0(3)
111 pl.col0(1)
117 pl.col0(2)
121 pl.col0(3)
[all …]

12345678910>>...53