HomeSort by relevance Sort by last modified time
    Searched refs:costs (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 57 Vector costs; member in class:PBQP::Graph::NodeEntry
62 NodeEntry(const Vector &costs) : costs(costs), degree(0) {}
63 Vector& getCosts() { return costs; }
64 const Vector& getCosts() const { return costs; }
83 Matrix costs; member in class:PBQP::Graph::EdgeEntry
87 EdgeEntry(NodeItr node1, NodeItr node2, const Matrix &costs)
88 : node1(node1), node2(node2), costs(costs) {}
    [all...]
  /external/srec/srec/crec/
srec_debug.c 98 costdata* costs = &stoken->cost[0]; local
115 p, costs[i], costs[i] + cost_offset, word_backtrace[i], duration[i], word_backtrace_trans);
  /external/libvpx/vp8/encoder/arm/neon/
variance_neon.asm 76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
  /external/webp/src/enc/
quant.c 425 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; local
506 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx];
  /external/valgrind/main/
Android.mk 379 callgrind/costs.c \
  /external/valgrind/main/callgrind/
callgrind_annotate.in 213 --inclusive=yes|no add subroutine costs to functions calls [no]
567 # inclusive costs
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]

Completed in 805 milliseconds