Home
last modified time | relevance | path

Searched refs:icost (Results 51 – 72 of 72) sorted by relevance

123

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) { in chain_rule() argument
333 Expr *total_cost = icost->clone(); // icost + cost in chain_rule()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) { in chain_rule() argument
333 Expr *total_cost = icost->clone(); // icost + cost in chain_rule()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) { in chain_rule() argument
333 Expr *total_cost = icost->clone(); // icost + cost in chain_rule()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) { in chain_rule() argument
333 Expr *total_cost = icost->clone(); // icost + cost in chain_rule()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dslicetype.c1450 int icost; in scenecut_internal() local
1465 icost = frame->i_cost_est[0][0]; in scenecut_internal()
1486 res = pcost >= (1.0 - f_bias) * icost; in scenecut_internal()
1493 icost, pcost, 1. - (double)pcost / icost, in scenecut_internal()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dslicetype.c1450 int icost; in scenecut_internal() local
1465 icost = frame->i_cost_est[0][0]; in scenecut_internal()
1486 res = pcost >= (1.0 - f_bias) * icost; in scenecut_internal()
1493 icost, pcost, 1. - (double)pcost / icost, in scenecut_internal()
/dports/biology/bowtie/bowtie-1.3.1/
H A Debwt_search_backtrack.h1958 uint16_t icost = (seedRange_.valid()) ? seedRange_.cost : 0; in initBranch() local
1984 curRange_.stratum = (icost >> 14); in initBranch()
1985 curRange_.cost = icost; in initBranch()
2010 0, ftabChars, icost, iham, top, bot, in initBranch()
2037 0, 0, icost, iham, 0, 0, ebwt._eh, ebwt._ebwt)) in initBranch()
H A Drange_source.h1763 uint16_t icost = (r != NULL) ? r->cost : 0; in setQueryImpl() local
1764 this->minCost = max<uint16_t>(icost, this->minCostAdjustment_); in setQueryImpl()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c1394 int icost = frame->i_cost_est[0][0]; in scenecut_internal() local
1417 res = pcost >= (1.0 - f_bias) * icost; in scenecut_internal()
1424 icost, pcost, 1. - (double)pcost / icost, in scenecut_internal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c1394 int icost = frame->i_cost_est[0][0]; in scenecut_internal() local
1417 res = pcost >= (1.0 - f_bias) * icost; in scenecut_internal()
1424 icost, pcost, 1. - (double)pcost / icost, in scenecut_internal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dchaitin.cpp1289 double icost = lrgs(i)._cost; in Simplify() local
1304 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1308 cost = icost; in Simplify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dchaitin.cpp1240 double icost = lrgs(i)._cost; in Simplify() local
1255 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1259 cost = icost; in Simplify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dchaitin.cpp1289 double icost = lrgs(i)._cost; in Simplify() local
1304 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1308 cost = icost; in Simplify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dchaitin.cpp1263 double icost = lrgs(i)._cost; in Simplify() local
1278 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1282 cost = icost; in Simplify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dchaitin.cpp1268 double icost = lrgs(i)._cost; in Simplify() local
1283 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1287 cost = icost; in Simplify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dchaitin.cpp1289 double icost = lrgs(i)._cost; in Simplify() local
1304 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1308 cost = icost; in Simplify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dchaitin.cpp1238 double icost = lrgs(i)._cost; in Simplify() local
1253 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1257 cost = icost; in Simplify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dchaitin.cpp1246 double icost = lrgs(i)._cost; in Simplify() local
1261 ( (ibound && !bound) || (ibound == bound && (icost < cost)) )) ) { in Simplify()
1265 cost = icost; in Simplify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1230 double icost = lrgs(i)._cost; in Simplify() local
1245 ( (ibound && !bound) || ibound == bound && (icost < cost) )) ) { in Simplify()
1249 cost = icost; in Simplify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1230 double icost = lrgs(i)._cost; in Simplify() local
1245 ( (ibound && !bound) || ibound == bound && (icost < cost) )) ) { in Simplify()
1249 cost = icost; in Simplify()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dencoder_state-ctors_dtors.c69 state->frame->icost = 0; in encoder_state_config_frame_init()
/dports/devel/kcachegrind/kcachegrind-21.12.3/libcore/
H A Dtracedata.cpp2526 foreach(TraceInclusiveCost* icost, deps()) { in instrMap()
2527 TracePartFunction* pf = (TracePartFunction*) icost; in instrMap()

123