Home
last modified time | relevance | path

Searched refs:m_mz (Results 1 – 25 of 103) sorted by relevance

12345

/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DpeakCentroid.cpp54 m_mz = mz; in PeakCentroid()
61 : m_mz(other.m_mz), in PeakCentroid()
91 other->m_mz = m_mz; in clone()
103 m_mz = other.m_mz; in mold()
121 m_mz = value; in setMz()
128 return m_mz; in mz()
H A DpeakShape.cpp82 : PeakCentroid(other.m_mz, in PeakShape()
187 m_mz = value; in setMz()
195 return m_mz; in mz()
203 string.setNum(m_mz); in mzString()
269 double leftPoint = m_mz - (2 * m_config.fwhm()); in calculateGaussianPeakShape()
270 double rightPoint = m_mz + (2 * m_config.fwhm()); in calculateGaussianPeakShape()
295 exp(-1 * (pow((x - m_mz), 2) / (2*c2Value))); in calculateGaussianPeakShape()
340 double leftPoint = m_mz - (2 * m_config.fwhm()); in calculateLorentzianPeakShape()
341 double rightPoint = m_mz + (2 * m_config.fwhm()); in calculateLorentzianPeakShape()
361 (gamma2Value / (pow((x - m_mz), 2) + gamma2Value)); in calculateLorentzianPeakShape()
H A DpeakCentroid.hpp57 double m_mz; member in massXpert::PeakCentroid
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry_x11.cpp343 m_mz = 0; in Context()
465 case Button4: ++m_mz; break; in run()
466 case Button5: --m_mz; break; in run()
475 , m_mz in run()
485 , m_mz in run()
502 , m_mz in run()
663 int32_t m_mz; member
H A Dentry_p.h151 int32_t m_mz; member
251 ev->m_mz = _mz; in postMouseEvent()
263 ev->m_mz = _mz; in postMouseEvent()
H A Dentry.cpp705 inputSetMousePos(mouse->m_mx, mouse->m_my, mouse->m_mz); in processEvents()
716 _mouse->m_mz = mouse->m_mz; in processEvents()
859 inputSetMousePos(mouse->m_mx, mouse->m_my, mouse->m_mz); in processWindowEvents()
872 win.m_mouse.m_mz = mouse->m_mz; in processWindowEvents()
H A Dentry_windows.cpp367 : m_mz(0) in Context()
783 m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz); in process()
793 m_mz += GET_WHEEL_DELTA_WPARAM(_wparam)/WHEEL_DELTA; in process()
794 m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz); in process()
805 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Left, _id == WM_LBUTTOND… in process()
816 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Middle, _id == WM_MBUTTO… in process()
827 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Right, _id == WM_RBUTTON… in process()
1067 int32_t m_mz; member
H A Dentry.h221 , m_mz(0) in MouseState()
231 int32_t m_mz; member
H A Dentry_sdl.cpp380 , m_mz(0) in Context()
578 m_eventQueue.postMouseEvent(handle, m_mx, m_my, m_mz); in run()
602 , m_mz in run()
613 m_mz += mev.y; in run()
618 m_eventQueue.postMouseEvent(handle, m_mx, m_my, m_mz); in run()
1071 int32_t m_mz; member
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Dentry_x11.cpp343 m_mz = 0; in Context()
465 case Button4: ++m_mz; break; in run()
466 case Button5: --m_mz; break; in run()
475 , m_mz in run()
485 , m_mz in run()
502 , m_mz in run()
663 int32_t m_mz; member
H A Dentry_p.h151 int32_t m_mz; member
251 ev->m_mz = _mz; in postMouseEvent()
263 ev->m_mz = _mz; in postMouseEvent()
H A Dentry.cpp705 inputSetMousePos(mouse->m_mx, mouse->m_my, mouse->m_mz); in processEvents()
716 _mouse->m_mz = mouse->m_mz; in processEvents()
859 inputSetMousePos(mouse->m_mx, mouse->m_my, mouse->m_mz); in processWindowEvents()
872 win.m_mouse.m_mz = mouse->m_mz; in processWindowEvents()
H A Dentry_windows.cpp367 : m_mz(0) in Context()
783 m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz); in process()
793 m_mz += GET_WHEEL_DELTA_WPARAM(_wparam)/WHEEL_DELTA; in process()
794 m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz); in process()
805 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Left, _id == WM_LBUTTOND… in process()
816 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Middle, _id == WM_MBUTTO… in process()
827 …m_eventQueue.postMouseEvent(findHandle(_hwnd), mx, my, m_mz, MouseButton::Right, _id == WM_RBUTTON… in process()
1067 int32_t m_mz; member
H A Dentry.h221 , m_mz(0) in MouseState()
231 int32_t m_mz; member
H A Dentry_sdl.cpp380 , m_mz(0) in Context()
578 m_eventQueue.postMouseEvent(handle, m_mx, m_my, m_mz); in run()
602 , m_mz in run()
613 m_mz += mev.y; in run()
618 m_eventQueue.postMouseEvent(handle, m_mx, m_my, m_mz); in run()
1071 int32_t m_mz; member
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/00-helloworld/
H A Dhelloworld.cpp73 , m_mouseState.m_mz in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/00-helloworld/
H A Dhelloworld.cpp73 , m_mouseState.m_mz in update()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/04-mesh/
H A Dmesh.cpp87 , m_mouseState.m_mz in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/04-mesh/
H A Dmesh.cpp87 , m_mouseState.m_mz in update()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp369 , m_mouseState.m_mz in update()
437 …m_mouse.update(float(m_mouseState.m_mx), float(m_mouseState.m_my), m_mouseState.m_mz, m_width, m_h… in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/28-wireframe/
H A Dwireframe.cpp369 , m_mouseState.m_mz in update()
437 …m_mouse.update(float(m_mouseState.m_mx), float(m_mouseState.m_my), m_mouseState.m_mz, m_width, m_h… in update()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/34-mvs/
H A Dmvs.cpp199 , m_mouseState.m_mz in update()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/23-vectordisplay/
H A Dmain.cpp105 , m_mouseState.m_mz in update()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/05-instancing/
H A Dinstancing.cpp144 , m_mouseState.m_mz in update()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/23-vectordisplay/
H A Dmain.cpp105 , m_mouseState.m_mz in update()

12345