Home
last modified time | relevance | path

Searched refs:reverseLookup (Results 1 – 25 of 136) sorted by relevance

123456

/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DNucleotideMatrix.cpp7 reverseLookup = new int[alphabetSize]; in NucleotideMatrix()
9 reverseLookup[aa2num[static_cast<int>('A')]] = aa2num[static_cast<int>('T')]; in NucleotideMatrix()
10 reverseLookup[aa2num[static_cast<int>('G')]] = aa2num[static_cast<int>('C')]; in NucleotideMatrix()
11 reverseLookup[aa2num[static_cast<int>('C')]] = aa2num[static_cast<int>('G')]; in NucleotideMatrix()
12 reverseLookup[aa2num[static_cast<int>('T')]] = aa2num[static_cast<int>('A')]; in NucleotideMatrix()
13 reverseLookup[aa2num[static_cast<int>('X')]] = aa2num[static_cast<int>('X')]; in NucleotideMatrix()
65 delete [] reverseLookup; in ~NucleotideMatrix()
H A DNucleotideMatrix.h17 return reverseLookup[res]; in reverseResidue()
21 int *reverseLookup;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sphinxtools/
H A Dconstants.py196 reverseLookup = { }
206 reverseLookup[i] = x
210 self.reverseLookup = reverseLookup
221 return self.reverseLookup[value]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/color/
H A DGrayProfileConverter.java124 gray[0] = trc.reverseLookup(gray[0]); in fromRGB()
134 gray[0] = trc.reverseLookup(gray[0]); in fromCIEXYZ()
H A DRgbProfileConverter.java189 out[0] = rTRC.reverseLookup(temp[0]); in fromCIEXYZ()
190 out[1] = gTRC.reverseLookup(temp[1]); in fromCIEXYZ()
191 out[2] = bTRC.reverseLookup(temp[2]); in fromCIEXYZ()
/dports/net/p5-Net-Amazon-MechanicalTurk/Net-Amazon-MechanicalTurk-1.02/lib/Net/Amazon/MechanicalTurk/
H A DBulkSupport.pm21 my $CREATE_HITTYPE_PROPERTY_ALIASES = reverseLookup({
31 my $CREATE_HIT_PROPERTY_ALIASES = reverseLookup({
225 sub reverseLookup { subroutine
/dports/finance/py-python-obelisk/python-obelisk-0.1.3/obelisk/
H A Ddeserialize.py177 reverseLookup = {}
195 reverseLookup[i] = x
198 self.reverseLookup = reverseLookup
206 return self.reverseLookup[value]
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DDispatcher.php983 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_PRODUCT, $idLang, $idShop, UrlR…
985 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_CATEGORY, $idLang, $idShop, Url…
987 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_SUPPLIER, $idLang, $idShop, Url…
989 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_MANUFACTURER, $idLang, $idShop,…
991 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_CMS, $idLang, $idShop, UrlRewri…
993 …$url = UrlRewrite::reverseLookup($params['id'], UrlRewrite::ENTITY_CMS_CATEGORY, $idLang, $idShop,…
/dports/chinese/libime/libime-1.0.9/test/
H A Dtesttable.cpp94 FCITX_ASSERT(table.reverseLookup("你") == "wqiy"); in testWubi()
95 FCITX_ASSERT(table.reverseLookup("好") == "vbg"); in testWubi()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DTwoWayPermutator.h20 int reverseLookup(int m) const; // returns 0 <= n < theMapSize
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo_win.cpp71 return reverseLookup(address); in fromName()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo_win.cpp71 return reverseLookup(address); in fromName()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo_win.cpp71 return reverseLookup(address); in fromName()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo_win.cpp71 return reverseLookup(address); in fromName()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqhostinfo_win.cpp71 return reverseLookup(address); in fromName()

123456