Home
last modified time | relevance | path

Searched refs:LogTable256 (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/residualvm/residualvm-0.3.1/common/
H A Dmath.h93 static const char LogTable256[256] = { variable
104 return (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in intLog2()
106 return (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in intLog2()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dmath.h93 static const char LogTable256[256] = { variable
104 return (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in intLog2()
106 return (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in intLog2()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5VMprivate.h312 static const unsigned char LogTable256[] = variable
360 …r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
362 …r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0… in H5VM_log2_gen()
365 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
368 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VMprivate.h314 static const unsigned char LogTable256[] = variable
368 …r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
370 …r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0… in H5VM_log2_gen()
373 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
376 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dmath.h93 static const char LogTable256[256] = { variable
104 return (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in intLog2()
106 return (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in intLog2()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5VMprivate.h349 static const unsigned char LogTable256[] = variable
397 …r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
399 …r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0… in H5VM_log2_gen()
402 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
405 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5VMprivate.h349 static const unsigned char LogTable256[] = variable
397 …r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
399 …r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0… in H5VM_log2_gen()
402 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
405 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VMprivate.h349 static const unsigned char LogTable256[] = variable
397 …r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
399 …r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0… in H5VM_log2_gen()
402 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
405 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VMprivate.h357 static const unsigned char LogTable256[] = { variable
401 r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] in H5VM_log2_gen()
402 : 48 + (unsigned)LogTable256[tt & 0xFF]; in H5VM_log2_gen()
404 r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] in H5VM_log2_gen()
405 : 32 + (unsigned)LogTable256[ttt & 0xFF]; in H5VM_log2_gen()
407 …r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0x… in H5VM_log2_gen()
410 … r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; in H5VM_log2_gen()
/dports/audio/sox/sox-14.4.2/src/
H A Dg72x.c53 static const char LogTable256[] = variable
82 r = (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in log2plus1()
86 r = (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in log2plus1()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/safe_numerics/
H A Dutility.hpp105 const char LogTable256[256] = { in ilog2() local
110 return LogTable256[t]; in ilog2()
/dports/devel/boost-docs/boost_1_72_0/boost/safe_numerics/
H A Dutility.hpp126 const char LogTable256[256] = { in ilog2() local
131 return LogTable256[t]; in ilog2()
/dports/devel/hyperscan/boost_1_75_0/boost/safe_numerics/
H A Dutility.hpp125 const char LogTable256[256] = { in ilog2() local
130 return LogTable256[t]; in ilog2()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/safe_numerics/
H A Dutility.hpp125 const char LogTable256[256] = { in ilog2() local
130 return LogTable256[t]; in ilog2()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/safe_numerics/
H A Dutility.hpp125 const char LogTable256[256] = { in ilog2() local
130 return LogTable256[t]; in ilog2()
/dports/devel/boost-libs/boost_1_72_0/boost/safe_numerics/
H A Dutility.hpp126 const char LogTable256[256] = { in ilog2() local
131 return LogTable256[t]; in ilog2()
/dports/devel/boost-python-libs/boost_1_72_0/boost/safe_numerics/
H A Dutility.hpp126 const char LogTable256[256] = { in ilog2() local
131 return LogTable256[t]; in ilog2()
/dports/security/nmap/nmap-7.91/nbase/
H A Dnbase_addrset.c191 static const char LogTable256[256] = { variable
211 r = (t = tt >> 8) ? 24 + LogTable256[t] : 16 + LogTable256[tt]; in common_mask()
215 r = (t = v >> 8) ? 8 + LogTable256[t] : LogTable256[v]; in common_mask()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_utils_mmgr_aset.c259 static const unsigned char LogTable256[256] = variable
311 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c287 static const unsigned char LogTable256[256] = variable
339 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c287 static const unsigned char LogTable256[256] = variable
339 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c287 static const unsigned char LogTable256[256] = variable
339 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/mmgr/
H A Daset.c242 static const unsigned char LogTable256[256] = variable
294 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/mmgr/
H A Daset.c242 static const unsigned char LogTable256[256] = variable
294 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/mmgr/
H A Daset.c242 static const unsigned char LogTable256[256] = variable
294 idx = t ? LogTable256[t] + 8 : LogTable256[tsize]; in AllocSetFreeIndex()

123