/dports/math/ntl/ntl-11.5.1/src/ |
H A D | RR.cpp | 110 NTL_TLS_LOCAL(RR, t); in random() 179 NTL_TLS_LOCAL(RR, t); in add() 232 NTL_TLS_LOCAL(RR, t); in sub() 324 NTL_TLS_LOCAL(RR, t); in mul() 346 NTL_TLS_LOCAL(RR, t); in sqr() 385 NTL_TLS_LOCAL(RR, t); in div() 469 NTL_TLS_LOCAL(RR, t); in compare() 485 NTL_TLS_LOCAL(RR, t); in trunc() 510 NTL_TLS_LOCAL(RR, t); in floor() 537 NTL_TLS_LOCAL(RR, t); in ceil() [all …]
|
H A D | fileio.cpp | 84 NTL_TLS_LOCAL(std::string, sbuf); in FileName() 114 NTL_TLS_LOCAL(std::string, ID); in UniqueID()
|
H A D | quad_float1.cpp | 196 NTL_TLS_LOCAL(RR, t); in operator <<() 209 NTL_TLS_LOCAL(RR, t); in operator >>() 221 NTL_TLS_LOCAL(RR, t); in random()
|
H A D | thread.cpp | 18 NTL_TLS_LOCAL(std::string, ID); in CurrentThreadID()
|
H A D | xdouble.cpp | 317 NTL_TLS_LOCAL(RR, t); in to_xdouble() 340 NTL_TLS_LOCAL(RR, t); in conv() 615 NTL_TLS_LOCAL(xdouble, v10k); in PowerOf10()
|
H A D | CheckThreads.cpp | 139 #define NTL_TLS_LOCAL(type,var) NTL_TLS_LOCAL_INIT(type,var,NTL_EMPTY_ARG) macro
|
H A D | vec_RR.cpp | 36 NTL_TLS_LOCAL(RR, b); in mul()
|
H A D | WordVector.cpp | 126 NTL_TLS_LOCAL(WordVector, t); in CopySwap()
|
H A D | GF2X.cpp | 1025 NTL_TLS_LOCAL(WordVector, mem); in mul() 1394 NTL_TLS_LOCAL(WordVector, mem); in OldMul() 1395 NTL_TLS_LOCAL(WordVector, stk); in OldMul() 1396 NTL_TLS_LOCAL(WordVector, vec); in OldMul()
|
H A D | ZZ.cpp | 41 NTL_TLS_LOCAL(ZZ, expo_helper); in ZZ_expo() 3605 NTL_TLS_LOCAL(Vec<unsigned char>, buf_mem); in RandomBits() 3641 NTL_TLS_LOCAL(Vec<unsigned char>, buf_mem); in RandomLen() 3716 NTL_TLS_LOCAL(Vec<unsigned char>, buf_mem); in RandomBnd()
|
H A D | lip.cpp | 1309 #define GRegister(x) NTL_TLS_LOCAL(_ntl_gbigint_wrapped, x); _ntl_gbigint_watcher _WATCHER__ ## x(&… 5708 NTL_TLS_LOCAL(wrapped_mpz, gg); in _ntl_gmp_powermod_alt() 5709 NTL_TLS_LOCAL(wrapped_mpz, ee); in _ntl_gmp_powermod_alt() 5710 NTL_TLS_LOCAL(wrapped_mpz, FF); in _ntl_gmp_powermod_alt() 5711 NTL_TLS_LOCAL(wrapped_mpz, res); in _ntl_gmp_powermod_alt()
|
H A D | GF2X1.cpp | 290 NTL_TLS_LOCAL(vec_long, E); in NewtonInvTrunc()
|
H A D | ZZ_pX.cpp | 1421 NTL_TLS_LOCAL(vec_long, t); in ModularRepBuf()
|
H A D | mat_lzz_p.cpp | 425 NTL_TLS_LOCAL(vec_long, mul_aux_vec); in mul() 528 NTL_TLS_LOCAL(Vec<mulmod_precon_t>, precon_vec); in mul_aux()
|
/dports/security/helib/HElib-1.3.1/src/ |
H A D | CModulus.cpp | 294 NTL_TLS_LOCAL(NTL::Vec<long>, BRC_temp); in COBRA()
|
/dports/math/ntl/ntl-11.5.1/include/NTL/ |
H A D | ZZ_p.h | 559 #define NTL_ZZ_pRegister(x) NTL_TLS_LOCAL(ZZ_p, x); ZZ_pWatcher _WATCHER__ ## x(x); x.allocate()
|
H A D | tools.h | 751 #define NTL_TLS_LOCAL(type,var) NTL_TLS_LOCAL_INIT(type,var,NTL_EMPTY_ARG) macro
|
H A D | GF2X.h | 803 #define NTL_GF2XRegister(x) NTL_TLS_LOCAL(GF2X, x); GF2XWatcher _WATCHER__ ## x(x)
|
H A D | ZZ.h | 190 #define NTL_ZZRegister(x) NTL_TLS_LOCAL(ZZ, x); ZZWatcher _WATCHER__ ## x(x)
|