Home
last modified time | relevance | path

Searched refs:iLog2 (Results 1 – 9 of 9) sorted by relevance

/dports/games/scorched3d/scorched/src/common/common/
H A Dfixed.cpp222 static fixed iLog2( fixed p_Base ) in iLog2() function
271 return - iExp2( (p_Power * iLog2( -p_Base )) ); in ipow()
273 return iExp2( (p_Power * iLog2(absx( p_Base ))) ); in ipow()
278 return iLog2( p_Base ) / XLN_10; in ilog10()
325 return iLog2(*this); in log()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmdbg.h79 inline unsigned int iLog2(unsigned int value) in iLog2() function
92 unsigned l = iLog2(value); in PrintGammaCode()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmdbg.h79 inline unsigned int iLog2(unsigned int value) in iLog2() function
92 unsigned l = iLog2(value); in PrintGammaCode()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c2225 int iLog2; in spellfix1Score() local
2226 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2227 return iDistance + 32 - iLog2; in spellfix1Score()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c2193 int iLog2; in spellfix1Score() local
2194 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2195 return iDistance + 32 - iLog2; in spellfix1Score()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c2347 int iLog2; in spellfix1Score() local
2348 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2349 return iDistance + 32 - iLog2; in spellfix1Score()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2347 int iLog2; in spellfix1Score() local
2348 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2349 return iDistance + 32 - iLog2; in spellfix1Score()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2347 int iLog2; in spellfix1Score() local
2348 for(iLog2=0; iRank>0; iLog2++, iRank>>=1){} in spellfix1Score()
2349 return iDistance + 32 - iLog2; in spellfix1Score()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress32.cpp18350 unsigned l2 = iLog2(i); in Log2Test()
18364 unsigned l2 = iLog2(i); in Log2Test()
18380 unsigned l2 = iLog2(v); in Log2Test()