Home
last modified time | relevance | path

Searched refs:rank2 (Results 1 – 25 of 304) sorted by path

12345678910>>...13

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/chado/
H A DFeatureLocLazyQualifierValue.java426 int rank2 = ((FeatureProp)o2).getRank(); in compare() local
427 return rank1-rank2; in compare()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/ortholog/
H A DOrthoParalogTable.java1069 String rank2 = ArtemisUtils.getString(values2, "rank"); in compare() local
1070 if(!rank2.equals("")) in compare()
1072 if(rank2.startsWith("rank=") || rank2.startsWith("rank ")) in compare()
1073 rank2 = rank2.substring(5); in compare()
1076 rank2 = "0"; in compare()
1079 return (new Integer(rank1)).compareTo(new Integer(rank2)); in compare()
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/biology/lamarc/lamarc-2.1.8/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/util/
H A Dautodef_source_desc.cpp333 int rank1, rank2; in Compare() local
336 rank2 = mod.GetRank(); in Compare()
338 if (rank1 < rank2) { in Compare()
340 } else if (rank1 > rank2) { in Compare()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnetcached.cpp705 size_t rank2 = 0; in GetAppSetup() local
739 ++rank2; in GetAppSetup()
743 if (rank2 > rank) { in GetAppSetup()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/
H A Dautodef_source_desc.cpp333 int rank1, rank2; in Compare() local
336 rank2 = mod.GetRank(); in Compare()
338 if (rank1 < rank2) { in Compare()
340 } else if (rank1 > rank2) { in Compare()
/dports/biology/py-biopython/biopython-1.79/Bio/Cluster/
H A Dcluster.c1761 double* rank2; in spearman() local
1807 rank2 = getrank(m, tdata2, weight); in spearman()
1809 if (!rank2) /* Memory allocation error */ { in spearman()
1815 const double term2 = rank2[i]; in spearman()
1829 free(rank2); in spearman()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/percona57-client/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/percona57-server/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/databases/xtrabackup/boost_1_59_0/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/aux_/
H A Dlargest_int.hpp56 enum { rank2 = integral_rank<T2>::value };
57 typedef typename if_c< (rank1 >= rank2),T1,T2 >::type type;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcall.c9624 conversion_rank rank1, rank2; in compare_ics() local
9672 rank2 = BAD_CONVERSION_RANK (ics2); in compare_ics()
9674 if (rank1 > rank2) in compare_ics()
9676 else if (rank1 < rank2) in compare_ics()
10546 conversion_rank rank1 = cr_identity, rank2 = cr_identity; in joust() local
10553 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2) in joust()
10554 rank2 = CONVERSION_RANK (cand2->convs[i + off2]); in joust()
10556 if (rank1 < rank2) in joust()
10558 if (rank1 > rank2) in joust()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dinterface.c2164 int rank1, int rank2) in argument_rank_mismatch() argument
2168 if (rank2 == -1) in argument_rank_mismatch()
2173 "at %L (scalar and rank-%d)", name, where, rank2); in argument_rank_mismatch()
2174 else if (rank2 == 0) in argument_rank_mismatch()
2179 "at %L (rank-%d and rank-%d)", name, where, rank1, rank2); in argument_rank_mismatch()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dcall.c9624 conversion_rank rank1, rank2; in compare_ics() local
9672 rank2 = BAD_CONVERSION_RANK (ics2); in compare_ics()
9674 if (rank1 > rank2) in compare_ics()
9676 else if (rank1 < rank2) in compare_ics()
10546 conversion_rank rank1 = cr_identity, rank2 = cr_identity; in joust() local
10553 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2) in joust()
10554 rank2 = CONVERSION_RANK (cand2->convs[i + off2]); in joust()
10556 if (rank1 < rank2) in joust()
10558 if (rank1 > rank2) in joust()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dinterface.c2164 int rank1, int rank2) in argument_rank_mismatch() argument
2168 if (rank2 == -1) in argument_rank_mismatch()
2173 "at %L (scalar and rank-%d)", name, where, rank2); in argument_rank_mismatch()
2174 else if (rank2 == 0) in argument_rank_mismatch()
2179 "at %L (rank-%d and rank-%d)", name, where, rank1, rank2); in argument_rank_mismatch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dcall.c8134 conversion_rank rank1, rank2; in compare_ics() local
8171 rank2 = CONVERSION_RANK (ics2); in compare_ics()
8173 if (rank1 > rank2) in compare_ics()
8175 else if (rank1 < rank2) in compare_ics()
8185 rank2 = BAD_CONVERSION_RANK (ics2); in compare_ics()
8187 if (rank1 > rank2) in compare_ics()
8189 else if (rank1 < rank2) in compare_ics()
8924 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2) in joust()
8925 rank2 = CONVERSION_RANK (cand2->convs[i + off2]); in joust()
8927 if (rank1 < rank2) in joust()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dinterface.c1887 int rank1, int rank2) in argument_rank_mismatch() argument
1891 if (rank2 == -1) in argument_rank_mismatch()
1899 "(scalar and rank-%d)", name, where, rank2); in argument_rank_mismatch()
1901 else if (rank2 == 0) in argument_rank_mismatch()
1909 "(rank-%d and rank-%d)", name, where, rank1, rank2); in argument_rank_mismatch()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcall.c10644 conversion_rank rank1, rank2; in compare_ics() local
10692 rank2 = BAD_CONVERSION_RANK (ics2); in compare_ics()
10694 if (rank1 > rank2) in compare_ics()
10696 else if (rank1 < rank2) in compare_ics()
11688 conversion_rank rank1 = cr_identity, rank2 = cr_identity; in joust() local
11695 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2) in joust()
11696 rank2 = CONVERSION_RANK (cand2->convs[i + off2]); in joust()
11698 if (rank1 < rank2) in joust()
11700 if (rank1 > rank2) in joust()

12345678910>>...13