OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newWeight
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/pathops/
SkPathOpsConic.h
110
double t1, double t2, SkScalar*
newWeight
) {
113
return conic.subDivide(a, c, t1, t2,
newWeight
);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java
[
all
...]
/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
810
uint32_t
newWeight
= 0;
819
newWeight
= cw1c.nextWeight();
826
newWeight
= cw1u.nextWeight();
829
if(
newWeight
!= 0 && !(prevPri <
newWeight
&&
newWeight
< pri)) {
831
(long)prevPri, (long)
newWeight
, (long)pri);
839
uint32_t
newWeight
= cw2.nextWeight();
840
if(!(prevSec <
newWeight
&&
newWeight
< sec))
[
all
...]
Completed in 54 milliseconds