Home
last modified time | relevance | path

Searched refs:roundI (Results 1 – 8 of 8) sorted by relevance

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/misc/
H A Dcuda.h100 inline L roundI(L x, R y) in roundI() function
226 size_t numWarps = roundI(divideRI(ctaSize, properties.warpSize), warpAllocationMultiple); in cudaMaxActiveBlocksPerSM()
230 roundI(attributes.numRegs * properties.warpSize * numWarps, regAllocationUnit) : in cudaMaxActiveBlocksPerSM()
231 roundI(attributes.numRegs * properties.warpSize, regAllocationUnit) * numWarps; in cudaMaxActiveBlocksPerSM()
234 size_t smemPerCTA = roundI(smemBytes, smemAllocationUnit); in cudaMaxActiveBlocksPerSM()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1467 bool roundI, roundB; in SetGlyphsFromRun() local
1469 roundI = bool(aRounding & RoundingFlags::kRoundY); in SetGlyphsFromRun()
1472 roundI = bool(aRounding & RoundingFlags::kRoundX); in SetGlyphsFromRun()
1611 if (roundI) { in SetGlyphsFromRun()
1673 if (roundI) { in SetGlyphsFromRun()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1440 bool roundI, roundB; in SetGlyphsFromRun() local
1442 roundI = bool(aRounding & RoundingFlags::kRoundY); in SetGlyphsFromRun()
1445 roundI = bool(aRounding & RoundingFlags::kRoundX); in SetGlyphsFromRun()
1584 if (roundI) { in SetGlyphsFromRun()
1646 if (roundI) { in SetGlyphsFromRun()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1568 bool roundI, roundB; in SetGlyphsFromRun() local
1570 GetRoundOffsetsToPixels(aDrawTarget, &roundB, &roundI); in SetGlyphsFromRun()
1572 GetRoundOffsetsToPixels(aDrawTarget, &roundI, &roundB); in SetGlyphsFromRun()
1709 if (roundI) { in SetGlyphsFromRun()
1777 if (roundI) { in SetGlyphsFromRun()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1469 bool roundI, roundB; in SetGlyphsFromRun() local
1471 roundI = bool(aRounding & RoundingFlags::kRoundY); in SetGlyphsFromRun()
1474 roundI = bool(aRounding & RoundingFlags::kRoundX); in SetGlyphsFromRun()
1613 if (roundI) { in SetGlyphsFromRun()
1675 if (roundI) { in SetGlyphsFromRun()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1534 bool roundI, roundB; in SetGlyphsFromRun() local
1536 roundI = bool(aRounding & RoundingFlags::kRoundY); in SetGlyphsFromRun()
1539 roundI = bool(aRounding & RoundingFlags::kRoundX); in SetGlyphsFromRun()
1678 if (roundI) { in SetGlyphsFromRun()
1740 if (roundI) { in SetGlyphsFromRun()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxHarfBuzzShaper.cpp1534 bool roundI, roundB; in SetGlyphsFromRun() local
1536 roundI = bool(aRounding & RoundingFlags::kRoundY); in SetGlyphsFromRun()
1539 roundI = bool(aRounding & RoundingFlags::kRoundX); in SetGlyphsFromRun()
1678 if (roundI) { in SetGlyphsFromRun()
1740 if (roundI) { in SetGlyphsFromRun()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontrol.h1131 virtual void SetQuantizer(double roundI) in SetQuantizer() argument
1133 roundval = roundI; in SetQuantizer()