Home
last modified time | relevance | path

Searched refs:floorLog2 (Results 1 – 25 of 34) sorted by relevance

12

/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/unit_tests/
H A Dtest_main.cc26 struct floorLog2 { struct
27 static const int val = floorLog2<n / 2>::val + 1; argument
30 struct floorLog2<1> { struct
37 for(int i = 0; i < length; i += floorLog2<RAND_MAX>::val) in random_bits() argument
H A Dtest_misc.cc28 ASSERT_EQ(i, jellyfish::floorLog2(this->x << i)); in TYPED_TEST()
29 ASSERT_EQ(i, jellyfish::floorLog2((this->x << i) | ((this->x << i) - 1))); in TYPED_TEST()
/dports/biology/jellyfish/jellyfish-2.3.0/unit_tests/
H A Dtest_main.cc26 struct floorLog2 { struct
27 static const int val = floorLog2<n / 2>::val + 1; argument
30 struct floorLog2<1> { struct
37 for(int i = 0; i < length; i += floorLog2<RAND_MAX>::val) in random_bits() argument
H A Dtest_misc.cc28 ASSERT_EQ(i, jellyfish::floorLog2(this->x << i)); in TYPED_TEST()
29 ASSERT_EQ(i, jellyfish::floorLog2((this->x << i) | ((this->x << i) - 1))); in TYPED_TEST()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dsill.cc35 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
36 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
37 this->entrySelector != floorLog2 || in Parse()
39 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
40 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc306 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
308 this->pseudoSelector != floorLog2 || in ParsePart()
310 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
311 this->pseudoSelector = floorLog2; in ParsePart()
573 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
575 this->entrySelector != floorLog2 || in ParsePart()
578 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
579 this->entrySelector = floorLog2; in ParsePart()
699 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
701 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dsill.cc38 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
39 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
40 this->entrySelector != floorLog2 || in Parse()
42 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
43 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc307 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
309 this->pseudoSelector != floorLog2 || in ParsePart()
311 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
312 this->pseudoSelector = floorLog2; in ParsePart()
574 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
576 this->entrySelector != floorLog2 || in ParsePart()
579 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
580 this->entrySelector = floorLog2; in ParsePart()
700 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
702 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dsill.cc38 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
39 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
40 this->entrySelector != floorLog2 || in Parse()
42 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
43 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc300 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
302 this->pseudoSelector != floorLog2 || in ParsePart()
304 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
305 this->pseudoSelector = floorLog2; in ParsePart()
567 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
569 this->entrySelector != floorLog2 || in ParsePart()
572 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
573 this->entrySelector = floorLog2; in ParsePart()
696 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
698 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dsill.cc38 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
39 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
40 this->entrySelector != floorLog2 || in Parse()
42 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
43 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc300 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
302 this->pseudoSelector != floorLog2 || in ParsePart()
304 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
305 this->pseudoSelector = floorLog2; in ParsePart()
567 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
569 this->entrySelector != floorLog2 || in ParsePart()
572 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
573 this->entrySelector = floorLog2; in ParsePart()
696 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
698 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dsill.cc35 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
36 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
37 this->entrySelector != floorLog2 || in Parse()
39 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
40 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc306 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
308 this->pseudoSelector != floorLog2 || in ParsePart()
310 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
311 this->pseudoSelector = floorLog2; in ParsePart()
573 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
575 this->entrySelector != floorLog2 || in ParsePart()
578 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
579 this->entrySelector = floorLog2; in ParsePart()
699 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
701 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dsill.cc35 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
36 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
37 this->entrySelector != floorLog2 || in Parse()
39 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
40 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc306 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
308 this->pseudoSelector != floorLog2 || in ParsePart()
310 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
311 this->pseudoSelector = floorLog2; in ParsePart()
573 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
575 this->entrySelector != floorLog2 || in ParsePart()
578 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
579 this->entrySelector = floorLog2; in ParsePart()
699 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
701 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dsill.cc38 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
39 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
40 this->entrySelector != floorLog2 || in Parse()
42 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
43 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc301 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
303 this->pseudoSelector != floorLog2 || in ParsePart()
305 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
306 this->pseudoSelector = floorLog2; in ParsePart()
568 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
570 this->entrySelector != floorLog2 || in ParsePart()
573 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
574 this->entrySelector = floorLog2; in ParsePart()
697 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
699 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dsill.cc35 unsigned floorLog2 = std::floor(std::log2(this->numLangs)); in Parse() local
36 if (this->searchRange != (unsigned)std::pow(2, floorLog2) || in Parse()
37 this->entrySelector != floorLog2 || in Parse()
39 this->searchRange = (unsigned)std::pow(2, floorLog2); in Parse()
40 this->entrySelector = floorLog2; in Parse()
H A Dsilf.cc305 unsigned floorLog2 = std::floor(std::log2(this->numPseudo)); in ParsePart() local
307 this->pseudoSelector != floorLog2 || in ParsePart()
309 this->searchPseudo = 6 * (unsigned)std::pow(2, floorLog2); in ParsePart()
310 this->pseudoSelector = floorLog2; in ParsePart()
572 unsigned floorLog2 = std::floor(std::log2(this->numIDs)); in ParsePart() local
574 this->entrySelector != floorLog2 || in ParsePart()
577 this->searchRange = (unsigned)std::pow(2, floorLog2); in ParsePart()
578 this->entrySelector = floorLog2; in ParsePart()
698 unsigned floorLog2 = std::floor(std::log2(this->numRange)); in ParsePart() local
700 this->entrySelector != floorLog2 || in ParsePart()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dmisc.hpp50 uint16_t floorLog2(T n) { in floorLog2() function
57 uint16_t r = floorLog2(n); in ceilLog2()
75 return floorLog2(n) + 1; in bitsize()
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dmisc.hpp42 uint16_t floorLog2(T n) { in floorLog2() function
49 uint16_t r = floorLog2(n); in ceilLog2()
67 return floorLog2(n) + 1; in bitsize()
/dports/science/cdo/cdo-2.0.0/src/kdtreelib/
H A Dpqueue.h11 int floorLog2(size_t n);
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfTiledMisc.cpp167 floorLog2 (int x) in floorLog2() function
211 return (rmode == ROUND_DOWN)? floorLog2 (x): ceilLog2 (x); in roundLog2()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfTiledMisc.cpp167 floorLog2 (int x) in floorLog2() function
211 return (rmode == ROUND_DOWN)? floorLog2 (x): ceilLog2 (x); in roundLog2()

12