Searched refs:setAdd (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | rbbitblb.cpp | 270 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos() 274 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos() 282 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 316 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() 317 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos() 320 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos() 322 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() 328 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() [all …]
|
D | rbbitblb.h | 64 void setAdd(UVector *dest, UVector *source);
|
/external/chromium/third_party/icu/source/common/ |
D | rbbitblb.cpp | 270 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos() 274 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos() 282 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos() 316 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() 317 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos() 320 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos() 322 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() 328 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos() [all …]
|
D | rbbitblb.h | 64 void setAdd(UVector *dest, UVector *source);
|
/external/skia/src/core/ |
D | SkFloat.cpp | 300 d.setAdd(c, b); in UnitTest() 317 c.setAdd(a, b); in UnitTest()
|
D | SkFloat.h | 47 void setAdd(const SkFloat& a, const SkFloat& b) { fPacked = Add(a.fPacked, b.fPacked); } in setAdd() function
|