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/icu/icu4c/source/test/intltest/
collationtest.cpp 784 uint32_t newWeight = 0;
793 newWeight = cw1c.nextWeight();
800 newWeight = cw1u.nextWeight();
803 if(newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) {
805 (long)prevPri, (long)newWeight, (long)pri);
813 uint32_t newWeight = cw2.nextWeight();
814 if(!(prevSec < newWeight && newWeight < sec))
    [all...]

Completed in 759 milliseconds