OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplitCost
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopfli/
blocksplitter.c
126
static double
SplitCost
(size_t i, void* context) {
228
double
splitcost
, origcost;
local
251
llpos = FindMinimum(
SplitCost
, &c, lstart + 1, lend);
256
splitcost
= EstimateCost(litlens, dists, lstart, llpos) +
260
if (
splitcost
> origcost || llpos == lstart + 1 || llpos == lend) {
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
[
all
...]
Completed in 648 milliseconds