Home
last modified time | relevance | path

Searched defs:toBit (Results 1 – 8 of 8) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateBcp47Bits.java268 public int toBit(String string); in toBit() method
295 public int toBit(String string) { in toBit() method in GenerateBcp47Bits.Bcp47StringBitTransform
/dports/devel/R-cran-data.table/data.table/src/
H A Dfsort.c26int toBit, // fromBit<toBit; bit 0 is the least significant; fromBit is right shift am… in dradix_r()
222 int toBit = shift-1; in fsort() local
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/lib/
H A DWritingSystems.cpp64 inline qulonglong toBit(QFontDatabase::WritingSystem ws) in toBit() function
/dports/cad/yosys/yosys-yosys-0.12/libs/subcircuit/
H A Dsubcircuit.cc144 …::string fromPortId, int fromBit, std::string toNodeId, std::string toPortId, int toBit, int width) in createConnection()
209 void SubCircuit::Graph::createConstant(std::string toNodeId, std::string toPortId, int toBit, int c… in createConstant()
395 int fromBit, toBit; member
641 for (const auto &toBit : edge.portBits) in findEdgesInGraph() local
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Go/
H A DRuntime.go157 func toBit(i int) *Any { func
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/textures/
H A Dastc.cpp637 static constexpr IntType Replicate(IntType val, u32 numBits, u32 toBit) { in Replicate()
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/math/ec/
H A DLongArray.java1594 private static void reduceWordWise(long[] buf, int off, int len, int toBit, int m, int[] ks) in reduceWordWise()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java1596 private static void reduceWordWise(long[] buf, int off, int len, int toBit, int m, int[] ks) in reduceWordWise()