Home
last modified time | relevance | path

Searched refs:m_im (Results 1 – 25 of 140) sorted by relevance

123456

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/clients/qt5/
H A Dim-nimf-qt5.cpp112 m_im = im; in NimfEventHandler()
122 NimfIM *m_im; member in NimfEventHandler
129 nimf_im_reset (m_im); in eventFilter()
131 nimf_api->im_reset (m_im); in eventFilter()
182 NimfIM *m_im; member in NimfInputContext
425 m_im = nimf_im_new (); in NimfInputContext()
503 if (m_im) in ~NimfInputContext()
505 g_object_unref (m_im); in ~NimfInputContext()
525 if (m_im == NULL) in isValid()
537 nimf_im_reset (m_im); in reset()
[all …]
/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dinputstring.cpp55 m_im=0; in InputString()
63 m_im = 0; in InputString()
77 m_im = new QLabel; in InputString()
78 m_im->setMinimumSize(1,55); in InputString()
79 m_im->setAlignment(Qt::AlignLeft|Qt::AlignTop); in InputString()
81 layout->addWidget( m_im,row,1 ); in InputString()
96 m_im=0; in InputString()
143 if (m_im) in updateDefault()
147 m_im->setText(tr("No Project logo selected.")); in updateDefault()
161 m_im->setPixmap(pm.scaledToHeight(55,Qt::SmoothTransformation)); in updateDefault()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/clients/qt4/
H A Dim-nimf-qt4.cpp67 NimfIM *m_im; member in NimfInputContext
174 nimf_im_set_surrounding (context->m_im, in on_retrieve_surrounding()
226 m_im = nimf_im_new (); in NimfInputContext()
230 g_signal_connect (m_im, "preedit-end", in NimfInputContext()
234 g_signal_connect (m_im, "commit", in NimfInputContext()
241 g_signal_connect (m_im, "beep", in NimfInputContext()
253 g_object_unref (m_im); in ~NimfInputContext()
278 nimf_im_reset (m_im); in reset()
323 nimf_im_focus_out (m_im); in setFocusWidget()
328 nimf_im_focus_in (m_im); in setFocusWidget()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/tests/dimg/
H A Ddimghistory_utest.cpp89 m_im->load(imageFiles.first().filePath(), &container); in testDImg()
93 DImageHistory history = m_im->getImg()->getItemHistory(); in testDImg()
99 m_im->saveAs(m_tempFile, &container, true, QString(), QString()); in testDImg()
103 history = m_im->getImg()->getItemHistory(); in testDImg()
110 m_im->switchToLastSaved(); in testDImg()
112 history = m_im->getImg()->getOriginalImageHistory(); in testDImg()
126 DImageHistory h = m_im->getImg()->getItemHistory(); in slotImageLoaded()
146 m_im->setLastSaved(fileName); in slotImageSaved()
H A Ddimgabstracthistory_utest.cpp54 m_im (nullptr) in DImgAbstractHistoryTest()
231 m_im = new EditorCore(); in initBaseTestCase()
232 EditorCore::setDefaultInstance(m_im); in initBaseTestCase()
234 connect(m_im, SIGNAL(signalImageLoaded(QString,bool)), in initBaseTestCase()
237 connect(m_im, SIGNAL(signalImageSaved(QString,bool)), in initBaseTestCase()
245 delete m_im; in cleanupBaseTestCase()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftBodyInternals.h1163 … const btScalar m = (n0->m_im > 0 && n1->m_im > 0 && n2->m_im > 0 )? dynmargin : stamargin; in DoNode()
1170 btScalar ima = n0->m_im + n1->m_im + n2->m_im; in DoNode()
1187 …tX()*c.m_weights.getX() * n0->m_im + bary.getY()*c.m_weights.getY() * n1->m_im + bary.getZ()*c.m_w… in DoNode()
1281 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
1282 if ((n[0]->m_im <= 0) || in Process()
1283 (n[1]->m_im <= 0) || in Process()
1284 (n[2]->m_im <= 0)) in Process()
1333 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
1356 …_bary[0]*c.m_weights[0] * n[0]->m_im + c.m_bary[1]*c.m_weights[1] * n[1]->m_im + c.m_bary[2]*c.m_w… in Process()
1404 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
[all …]
H A DbtDeformableContactConstraint.cpp405 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
406 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
407 const btScalar& im2 = face->m_n[2]->m_im; in applyImpulse()
438 const btScalar& im0 = face->m_n[0]->m_im; in applySplitImpulse()
439 const btScalar& im1 = face->m_n[1]->m_im; in applySplitImpulse()
440 const btScalar& im2 = face->m_n[2]->m_im; in applySplitImpulse()
504 if (m_node->m_im > 0) in solveConstraint()
556 if (contact->m_node->m_im > 0) in applyImpulse()
565 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
566 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
[all …]
H A DbtDeformableGravityForce.h68 btScalar mass = (n.m_im == 0) ? 0 : 1. / n.m_im; in addScaledGravityForce()
94 if (node.m_im > 0) in totalEnergy()
96 e -= m_gravity.dot(node.m_q)/node.m_im; in totalEnergy()
H A DbtDeformableBackwardEulerObjective.cpp69 b[counter] = (node.m_im == 0) ? btVector3(0,0,0) : x[counter] / node.m_im; in multiply()
111 btScalar one_over_mass = (psb->m_nodes[j].m_im == 0) ? 0 : psb->m_nodes[j].m_im; in applyForce()
182 dv[counter] = psb->m_nodes[j].m_im * residual[counter]; in initialGuess()
H A DbtDeformableContactProjection.cpp125 if (psb->m_nodes[j].m_im == 0) in setConstraints()
137 if (anchor.m_node->m_im == 0) in setConstraints()
151 if (contact.m_node->m_im == 0) in setConstraints()
442 if (node->m_im != 0) in applyDynamicFriction()
445 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
455 if (node->m_im != 0) in applyDynamicFriction()
458 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
467 if (node->m_im != 0) in applyDynamicFriction()
470 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
475 if (node->m_im != 0) in applyDynamicFriction()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftBodyInternals.h1163 … const btScalar m = (n0->m_im > 0 && n1->m_im > 0 && n2->m_im > 0 )? dynmargin : stamargin; in DoNode()
1170 btScalar ima = n0->m_im + n1->m_im + n2->m_im; in DoNode()
1187 …tX()*c.m_weights.getX() * n0->m_im + bary.getY()*c.m_weights.getY() * n1->m_im + bary.getZ()*c.m_w… in DoNode()
1281 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
1282 if ((n[0]->m_im <= 0) || in Process()
1283 (n[1]->m_im <= 0) || in Process()
1284 (n[2]->m_im <= 0)) in Process()
1333 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
1356 …_bary[0]*c.m_weights[0] * n[0]->m_im + c.m_bary[1]*c.m_weights[1] * n[1]->m_im + c.m_bary[2]*c.m_w… in Process()
1404 btScalar mb = BaryEval(n[0]->m_im, n[1]->m_im, n[2]->m_im, w); in Process()
[all …]
H A DbtDeformableContactConstraint.cpp405 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
406 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
407 const btScalar& im2 = face->m_n[2]->m_im; in applyImpulse()
438 const btScalar& im0 = face->m_n[0]->m_im; in applySplitImpulse()
439 const btScalar& im1 = face->m_n[1]->m_im; in applySplitImpulse()
440 const btScalar& im2 = face->m_n[2]->m_im; in applySplitImpulse()
504 if (m_node->m_im > 0) in solveConstraint()
556 if (contact->m_node->m_im > 0) in applyImpulse()
565 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
566 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
[all …]
H A DbtDeformableGravityForce.h68 btScalar mass = (n.m_im == 0) ? 0 : 1. / n.m_im; in addScaledGravityForce()
94 if (node.m_im > 0) in totalEnergy()
96 e -= m_gravity.dot(node.m_q)/node.m_im; in totalEnergy()
H A DbtDeformableBackwardEulerObjective.cpp69 b[counter] = (node.m_im == 0) ? btVector3(0,0,0) : x[counter] / node.m_im; in multiply()
111 btScalar one_over_mass = (psb->m_nodes[j].m_im == 0) ? 0 : psb->m_nodes[j].m_im; in applyForce()
182 dv[counter] = psb->m_nodes[j].m_im * residual[counter]; in initialGuess()
H A DbtDeformableContactProjection.cpp125 if (psb->m_nodes[j].m_im == 0) in setConstraints()
137 if (anchor.m_node->m_im == 0) in setConstraints()
151 if (contact.m_node->m_im == 0) in setConstraints()
442 if (node->m_im != 0) in applyDynamicFriction()
445 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
455 if (node->m_im != 0) in applyDynamicFriction()
458 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
467 if (node->m_im != 0) in applyDynamicFriction()
470 f[index] += constraint.getDv(node)* (1./node->m_im); in applyDynamicFriction()
475 if (node->m_im != 0) in applyDynamicFriction()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletSoftBody/
H A DbtDeformableBackwardEulerObjective.cpp56 if (psb->m_nodes[j].m_im > 0) in reinitialize()
57 psb->m_nodes[j].m_effectiveMass = I * (1.0 / psb->m_nodes[j].m_im); in reinitialize()
80 b[counter] = (node.m_im == 0) ? btVector3(0, 0, 0) : x[counter] / node.m_im; in multiply()
152 if (psb->m_nodes[j].m_im != 0) in applyForce()
162 btScalar one_over_mass = (psb->m_nodes[j].m_im == 0) ? 0 : psb->m_nodes[j].m_im; in applyForce()
266 if (psb->m_nodes[j].m_im > 0) in applyExplicitForce()
284 dv[counter] = psb->m_nodes[j].m_im * residual[counter]; in initialGuess()
H A DbtDeformableGravityForce.h70 btScalar mass = (n.m_im == 0) ? 0 : 1. / n.m_im; in addScaledGravityForce()
96 if (node.m_im > 0) in totalEnergy()
98 e -= m_gravity.dot(node.m_q) / node.m_im; in totalEnergy()
H A DbtDeformableContactConstraint.cpp496 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
497 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
498 const btScalar& im2 = face->m_n[2]->m_im; in applyImpulse()
578 const btScalar& im0 = face->m_n[0]->m_im; in applySplitImpulse()
579 const btScalar& im1 = face->m_n[1]->m_im; in applySplitImpulse()
580 const btScalar& im2 = face->m_n[2]->m_im; in applySplitImpulse()
647 if (m_node->m_im > 0) in solveConstraint()
699 if (contact->m_node->m_im > 0) in applyImpulse()
708 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
709 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletSoftBody/
H A DbtDeformableBackwardEulerObjective.cpp56 if (psb->m_nodes[j].m_im > 0) in reinitialize()
57 psb->m_nodes[j].m_effectiveMass = I * (1.0 / psb->m_nodes[j].m_im); in reinitialize()
80 b[counter] = (node.m_im == 0) ? btVector3(0, 0, 0) : x[counter] / node.m_im; in multiply()
152 if (psb->m_nodes[j].m_im != 0) in applyForce()
162 btScalar one_over_mass = (psb->m_nodes[j].m_im == 0) ? 0 : psb->m_nodes[j].m_im; in applyForce()
266 if (psb->m_nodes[j].m_im > 0) in applyExplicitForce()
284 dv[counter] = psb->m_nodes[j].m_im * residual[counter]; in initialGuess()
H A DbtDeformableGravityForce.h70 btScalar mass = (n.m_im == 0) ? 0 : 1. / n.m_im; in addScaledGravityForce()
96 if (node.m_im > 0) in totalEnergy()
98 e -= m_gravity.dot(node.m_q) / node.m_im; in totalEnergy()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i8085/
H A Di8085.cpp304 m_im = 0; in device_start()
392 m_im &= ~IM_I75; in device_reset()
413 m_im |= IM_SID; in state_import()
424 m_im |= IM_IE; in state_import()
428 m_im &= ~IM_IE; in state_import()
500 m_im |= IM_I75; in execute_set_input()
548 else if ((m_im & IM_I75) && !(m_im & IM_M75) && (m_im & IM_IE)) in check_for_interrupts()
551 m_im &= ~IM_I75; in check_for_interrupts()
632 m_im |= IM_IE; in set_inte()
637 m_im &= ~IM_IE; in set_inte()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i8085/
H A Di8085.cpp304 m_im = 0; in device_start()
392 m_im &= ~IM_I75; in device_reset()
413 m_im |= IM_SID; in state_import()
424 m_im |= IM_IE; in state_import()
428 m_im &= ~IM_IE; in state_import()
500 m_im |= IM_I75; in execute_set_input()
548 else if ((m_im & IM_I75) && !(m_im & IM_M75) && (m_im & IM_IE)) in check_for_interrupts()
551 m_im &= ~IM_I75; in check_for_interrupts()
632 m_im |= IM_IE; in set_inte()
637 m_im &= ~IM_IE; in set_inte()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletSoftBody/
H A DbtDeformableBackwardEulerObjective.cpp56 if (psb->m_nodes[j].m_im > 0) in reinitialize()
57 psb->m_nodes[j].m_effectiveMass = I * (1.0 / psb->m_nodes[j].m_im); in reinitialize()
80 b[counter] = (node.m_im == 0) ? btVector3(0, 0, 0) : x[counter] / node.m_im; in multiply()
152 if (psb->m_nodes[j].m_im != 0) in applyForce()
162 btScalar one_over_mass = (psb->m_nodes[j].m_im == 0) ? 0 : psb->m_nodes[j].m_im; in applyForce()
281 dv[counter] = psb->m_nodes[j].m_im * residual[counter]; in initialGuess()
H A DbtDeformableGravityForce.h70 btScalar mass = (n.m_im == 0) ? 0 : 1. / n.m_im; in addScaledGravityForce()
96 if (node.m_im > 0) in totalEnergy()
98 e -= m_gravity.dot(node.m_q) / node.m_im; in totalEnergy()
H A DbtDeformableContactConstraint.cpp493 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
494 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
495 const btScalar& im2 = face->m_n[2]->m_im; in applyImpulse()
575 const btScalar& im0 = face->m_n[0]->m_im; in applySplitImpulse()
576 const btScalar& im1 = face->m_n[1]->m_im; in applySplitImpulse()
577 const btScalar& im2 = face->m_n[2]->m_im; in applySplitImpulse()
644 if (m_node->m_im > 0) in solveConstraint()
696 if (contact->m_node->m_im > 0) in applyImpulse()
705 const btScalar& im0 = face->m_n[0]->m_im; in applyImpulse()
706 const btScalar& im1 = face->m_n[1]->m_im; in applyImpulse()
[all …]

123456