Home
last modified time | relevance | path

Searched refs:m126 (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/misc/
H A Dsvsm.c230 modulusredc2ul2_t m126; in main() local
236 modredc2ul2_initmod_int (m126, tt); in main()
238 printf ("m0, m1 = %lu, %lu\n", m126->m[0], m126->m[1]); in main()
240 usrtime = test_sqr_modredc2ul (m126); in main()
243 usrtime = test_mul_modredc2ul (m126); in main()
246 modredc2ul2_clearmod (m126); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Ddebug-info-large-constant.cpp5 static const word128 m126 = 0xffffffffffffffffULL; variable
7 return m126; in foo()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Ddeterminant.h268 const RT m126 = m12*a62 - m16*a22 + m26*a12; in determinant() local
300 const RT m0126 = m012*a63 - m016*a23 + m026*a13 - m126*a03; in determinant()
329 const RT m1236 = m123*a63 - m126*a33 + m136*a23 - m236*a13; in determinant()
332 const RT m1246 = m124*a63 - m126*a43 + m146*a23 - m246*a13; in determinant()
334 const RT m1256 = m125*a63 - m126*a53 + m156*a23 - m256*a13; in determinant()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvmac.cpp53 # define m126 ((word128(m62)<<64)|m64) macro
55 const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */ variable
672 #define first_poly_step(a, kh, kl, m) a = (m & m126) + ((word128(kh) << 64) | kl) in VHASH_Update_Template()
719 a += m & m126;\ in VHASH_Update_Template()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dvmac.cpp49 #define m126 ((word128(m62)<<64)|m64) macro
51 static const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */ variable
702 #define first_poly_step(a, kh, kl, m) a = (m & m126) + ((word128(kh) << 64) | kl) in VHASH_Update_Template()
749 a += m & m126;\ in VHASH_Update_Template()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvmac.cpp53 # define m126 ((word128(m62)<<64)|m64) macro
55 const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */ variable
672 #define first_poly_step(a, kh, kl, m) a = (m & m126) + ((word128(kh) << 64) | kl) in VHASH_Update_Template()
719 a += m & m126;\ in VHASH_Update_Template()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvmac.cpp53 # define m126 ((word128(m62)<<64)|m64) macro
55 const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */ variable
672 #define first_poly_step(a, kh, kl, m) a = (m & m126) + ((word128(kh) << 64) | kl) in VHASH_Update_Template()
719 a += m & m126;\ in VHASH_Update_Template()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvmac.cpp53 # define m126 ((word128(m62)<<64)|m64)
55 const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */
672 #define first_poly_step(a, kh, kl, m) a = (m & m126) + ((word128(kh) << 64) | kl)
719 a += m & m126;\
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/test/
H A Dextreme3.g145 (material-type m126)
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/external/gopro/vc5/
H A Dtable17.inc259 {25, 0x0188A5C5, 1, 126}, // m126

12