Home
last modified time | relevance | path

Searched refs:NTL_TLS_LOCAL (Results 1 – 19 of 19) sorted by relevance

/dports/math/ntl/ntl-11.5.1/src/
H A DRR.cpp110 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 Dfileio.cpp84 NTL_TLS_LOCAL(std::string, sbuf); in FileName()
114 NTL_TLS_LOCAL(std::string, ID); in UniqueID()
H A Dquad_float1.cpp196 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 Dthread.cpp18 NTL_TLS_LOCAL(std::string, ID); in CurrentThreadID()
H A Dxdouble.cpp317 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 DCheckThreads.cpp139 #define NTL_TLS_LOCAL(type,var) NTL_TLS_LOCAL_INIT(type,var,NTL_EMPTY_ARG) macro
H A Dvec_RR.cpp36 NTL_TLS_LOCAL(RR, b); in mul()
H A DWordVector.cpp126 NTL_TLS_LOCAL(WordVector, t); in CopySwap()
H A DGF2X.cpp1025 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 DZZ.cpp41 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 Dlip.cpp1309 #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 DGF2X1.cpp290 NTL_TLS_LOCAL(vec_long, E); in NewtonInvTrunc()
H A DZZ_pX.cpp1421 NTL_TLS_LOCAL(vec_long, t); in ModularRepBuf()
H A Dmat_lzz_p.cpp425 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 DCModulus.cpp294 NTL_TLS_LOCAL(NTL::Vec<long>, BRC_temp); in COBRA()
/dports/math/ntl/ntl-11.5.1/include/NTL/
H A DZZ_p.h559 #define NTL_ZZ_pRegister(x) NTL_TLS_LOCAL(ZZ_p, x); ZZ_pWatcher _WATCHER__ ## x(x); x.allocate()
H A Dtools.h751 #define NTL_TLS_LOCAL(type,var) NTL_TLS_LOCAL_INIT(type,var,NTL_EMPTY_ARG) macro
H A DGF2X.h803 #define NTL_GF2XRegister(x) NTL_TLS_LOCAL(GF2X, x); GF2XWatcher _WATCHER__ ## x(x)
H A DZZ.h190 #define NTL_ZZRegister(x) NTL_TLS_LOCAL(ZZ, x); ZZWatcher _WATCHER__ ## x(x)