Searched defs:den (Results 1 – 3 of 3) sorted by relevance
87 float den = (bX - aX) * (dY - cY) - (bY - aY) * (dX - cX); in CalcIntersection() local
27 int32_t den = static_cast<int32_t>(aA.x_ - aB.x_) * (bA.y_ - bB.y_) - in Intersect() local
110 float APngImagePlayer::DelayToSeconds(uint16_t num, uint16_t den) in DelayToSeconds()