Searched refs:b_root (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp179 IOFixed64 b_root; member in struct:IOHIPointing__PASecondaryParameters
2066 secondaryParams.b_root = exponent(secondaryParams.y1, 2) - secondaryParams.m_root * primaryParams.tangent[1];
2109 ADD_NUMBER_FOR(secondaryParams.b_root);
2135 accelerated_speed.fromIntFloor(llsqrt(((secondaryParams.m_root * standardized_speed) + secondaryParams.b_root).as64()));

Completed in 68 milliseconds