Searched defs:Divide (Results 1 – 3 of 3) sorted by relevance
116 void RBTreeNode::Divide(JSThread *thread, JSHandle<TaggedHashArray> table, in Divide() function in panda::ecmascript::RBTreeNode
1413 JSHandle<BigInt> BigInt::Divide(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in Divide() function in panda::ecmascript::BigInt
89 template <typename T> inline T Divide(T x, T y) in Divide() function