Home
last modified time | relevance | path

Searched defs:mp2 (Results 126 – 150 of 542) sorted by path

12345678910>>...22

/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dx-ruby.c165 message_ty *mp2 = in extract_ruby() local
/dports/devel/love/love-11.3/src/libraries/Box2D/Dynamics/Contacts/
H A Db2Contact.cpp199 b2ManifoldPoint* mp2 = m_manifold.points + i; in Update() local
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Dynamics/Contacts/
H A Db2Contact.cpp192 b2ManifoldPoint* mp2 = m_manifold.points + i; in Update() local
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Dynamics/Contacts/
H A Db2Contact.cpp199 b2ManifoldPoint* mp2 = m_manifold.points + i; in Update() local
/dports/devel/mercator/mercator-0.3.3/tests/
H A DTerrainModtest.cpp51 Mercator::TerrainMod * mp2 = new Mercator::LevelTerrainMod<WFMath::RotBox>(10.0f, rot); in main() local
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dproc_decl_2.f9023 procedure(real), private:: mp2 variable
/dports/devel/parallel-hashmap/parallel-hashmap-1.33/examples/
H A Ddump_load.cc15 phmap::flat_hash_map<uint64_t, uint32_t> mp2; in dump_load_uint64_uint32() local
37 phmap::parallel_flat_hash_map<uint64_t, uint32_t> mp2; in dump_load_parallel_flat_hash_map() local
/dports/devel/parallel-hashmap/parallel-hashmap-1.33/tests/
H A Ddump_load_test.cc36 phmap::flat_hash_map<uint64_t, uint32_t> mp2; in TEST() local
54 phmap::parallel_flat_hash_map<uint64_t, uint32_t> mp2; in TEST() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_decl_2.f9023 procedure(real), private:: mp2 variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_decl_2.f9023 procedure(real), private:: mp2 variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_decl_2.f9023 procedure(real), private:: mp2 variable
/dports/devel/sccs/schily-2021-09-18/cdrecord/
H A Dscsi_cdr.c2798 struct cd_mode_page_2A *mp2; local
/dports/devel/schilybase/schily-2021-09-18/cdrecord/
H A Dscsi_cdr.c2798 struct cd_mode_page_2A *mp2; local
/dports/devel/sdl12/SDL-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in WndProc()
1052 static MRESULT EXPENTRY FrameWndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in FrameWndProc()
/dports/devel/sdl20/SDL2-2.0.18/include/
H A DSDL_syswm.h208 MPARAM mp2; /**< The second first message parameter */ member
/dports/devel/sdl20/SDL2-2.0.18/src/video/os2/
H A DSDL_os2messagebox.c179 static MRESULT EXPENTRY DynDlgProc(HWND hwnd, USHORT message, MPARAM mp1, MPARAM mp2) in DynDlgProc()
H A DSDL_os2video.c306 static VOID _wmChar(WINDATA *pWinData, MPARAM mp1, MPARAM mp2) in _wmChar()
431 static MRESULT EXPENTRY wndFrameProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in wndFrameProc()
538 static MRESULT EXPENTRY wndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in wndProc()
/dports/devel/shapelib/shapelib-1.5.0/contrib/
H A DShape_PointInPoly.cpp112 IntersectPoint mp1, mp2, point1, point2, points[MAXINTERSECTIONPOINTS]; in CreatePointInPoly() local
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcmath/
H A Dmp_gmp.c75 void silc_mp_add(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_add()
85 void silc_mp_sub(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_sub()
95 void silc_mp_mul(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_mul()
115 void silc_mp_div(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_div()
126 SilcMPInt *mp2) in silc_mp_div_qr()
150 void silc_mp_mod(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_mod()
188 void silc_mp_gcd(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_gcd()
194 SilcMPInt *mp2) in silc_mp_gcdext()
199 int silc_mp_cmp(SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_cmp()
224 void silc_mp_and(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_and()
[all …]
H A Dmp_tma.c88 void silc_mp_add(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_add()
98 void silc_mp_sub(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_sub()
108 void silc_mp_mul(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_mul()
128 void silc_mp_div(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_div()
139 SilcMPInt *mp2) in silc_mp_div_qr()
155 void silc_mp_mod(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_mod()
199 void silc_mp_gcd(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_gcd()
205 SilcMPInt *mp2) in silc_mp_gcdext()
210 int silc_mp_cmp(SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_cmp()
235 void silc_mp_and(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2) in silc_mp_and()
[all …]
/dports/devel/simdjson/simdjson-0.9.6/tests/
H A Dbasictests.cpp410 auto mp2 = std::move(mp); in parser_moving_parser_and_recovering_struct() local
/dports/devel/smake/schily-2021-09-18/cdrecord/
H A Dscsi_cdr.c2798 struct cd_mode_page_2A *mp2; local
/dports/devel/sunpromake/schily-2021-09-18/cdrecord/
H A Dscsi_cdr.c2798 struct cd_mode_page_2A *mp2; local
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2Contact.cpp178 b2ManifoldPoint* mp2 = m_manifold.points + i; in Update() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/unused/
H A Dlinker.c239 Maplet* mp2; in ensure_StringMap() local

12345678910>>...22