HomeSort by relevance Sort by last modified time
    Searched full:newweight (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 201 double newWeight = 1f - weight;
205 mCenter[i] = weight * mCenter[i] + newWeight * newCenter[i];
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 454 double newweight = 0; local
466 newweight += getEdgeWeight(oldedge);
473 setEdgeWeight(newedge, newweight);
474 setExecutionCount(NewBB, newweight);
    [all...]

Completed in 544 milliseconds